You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command.Flags().StringVarP(&out, "out", "o", "-", "Output to the specified file instead of stdout")
142
-
command.Flags().StringSliceVarP(&applicationNamespaces, "application-namespaces", "", []string{}, fmt.Sprintf("Comma separated list of namespace globs to export applications from. If not provided value from '%s' in %s will be used. If it's not defined, only applications from Argo CD namespace will be exported", applicationNamespacesCmdParamsKey, common.ArgoCDCmdParamsConfigMapName))
143
-
command.Flags().StringSliceVarP(&applicationsetNamespaces, "applicationset-namespaces", "", []string{}, fmt.Sprintf("Comma separated list of namespace globs to export applicationsets from. If not provided value from '%s' in %s will be used. If it's not defined, only applicationsets from Argo CD namespace will be exported", applicationsetNamespacesCmdParamsKey, common.ArgoCDCmdParamsConfigMapName))
142
+
command.Flags().StringSliceVarP(&applicationNamespaces, "application-namespaces", "", []string{}, fmt.Sprintf("Comma-separated list of namespace globs to export applications from, in addition to the control plane namespace (Argo CD namespace). "+
143
+
"By default, all applications from the control plane namespace are always exported. "+
144
+
"If this flag is provided, applications from the specified namespaces are exported along with the control plane namespace. "+
145
+
"If not specified, the value from '%s' in %s is used (if defined in the ConfigMap). "+
146
+
"If the ConfigMap value is not set, only applications from the control plane namespace are exported.",
command.Flags().StringSliceVarP(&applicationsetNamespaces, "applicationset-namespaces", "", []string{}, fmt.Sprintf("Comma-separated list of namespace globs to export ApplicationSets from, in addition to the control plane namespace (Argo CD namespace). "+
149
+
"By default, all ApplicationSets from the control plane namespace are always exported. "+
150
+
"If this flag is provided, ApplicationSets from the specified namespaces are exported along with the control plane namespace. "+
151
+
"If not specified, the value from '%s' in %s is used (if defined in the ConfigMap). "+
152
+
"If the ConfigMap value is not set, only ApplicationSets from the control plane namespace are exported.",
0 commit comments