From 663962a4c471cd627f644065898b788273d07b57 Mon Sep 17 00:00:00 2001 From: Atsushi Neki Date: Mon, 25 Oct 2021 00:32:56 +0900 Subject: [PATCH 1/2] feat: Support context switch for argocd-util Signed-off-by: Atsushi Neki --- cmd/argocd/commands/root.go | 1 + docs/user-guide/commands/argocd.md | 1 + docs/user-guide/commands/argocd_account.md | 1 + docs/user-guide/commands/argocd_account_can-i.md | 1 + docs/user-guide/commands/argocd_account_delete-token.md | 1 + docs/user-guide/commands/argocd_account_generate-token.md | 1 + docs/user-guide/commands/argocd_account_get-user-info.md | 1 + docs/user-guide/commands/argocd_account_get.md | 1 + docs/user-guide/commands/argocd_account_list.md | 1 + docs/user-guide/commands/argocd_account_update-password.md | 1 + docs/user-guide/commands/argocd_admin.md | 1 + docs/user-guide/commands/argocd_admin_app.md | 1 + .../commands/argocd_admin_app_diff-reconcile-results.md | 1 + docs/user-guide/commands/argocd_admin_app_generate-spec.md | 1 + .../commands/argocd_admin_app_get-reconcile-results.md | 1 + docs/user-guide/commands/argocd_admin_cluster.md | 1 + docs/user-guide/commands/argocd_admin_cluster_generate-spec.md | 1 + docs/user-guide/commands/argocd_admin_cluster_kubeconfig.md | 1 + docs/user-guide/commands/argocd_admin_cluster_namespaces.md | 1 + .../argocd_admin_cluster_namespaces_disable-namespaced-mode.md | 1 + .../argocd_admin_cluster_namespaces_enable-namespaced-mode.md | 1 + docs/user-guide/commands/argocd_admin_cluster_shards.md | 1 + docs/user-guide/commands/argocd_admin_cluster_stats.md | 1 + docs/user-guide/commands/argocd_admin_dashboard.md | 1 + docs/user-guide/commands/argocd_admin_export.md | 1 + docs/user-guide/commands/argocd_admin_import.md | 1 + docs/user-guide/commands/argocd_admin_proj.md | 1 + .../user-guide/commands/argocd_admin_proj_generate-allow-list.md | 1 + docs/user-guide/commands/argocd_admin_proj_generate-spec.md | 1 + docs/user-guide/commands/argocd_admin_proj_update-role-policy.md | 1 + docs/user-guide/commands/argocd_admin_repo.md | 1 + docs/user-guide/commands/argocd_admin_repo_generate-spec.md | 1 + docs/user-guide/commands/argocd_admin_settings.md | 1 + docs/user-guide/commands/argocd_admin_settings_rbac.md | 1 + docs/user-guide/commands/argocd_admin_settings_rbac_can.md | 1 + docs/user-guide/commands/argocd_admin_settings_rbac_validate.md | 1 + .../commands/argocd_admin_settings_resource-overrides.md | 1 + .../commands/argocd_admin_settings_resource-overrides_health.md | 1 + ...rgocd_admin_settings_resource-overrides_ignore-differences.md | 1 + .../argocd_admin_settings_resource-overrides_list-actions.md | 1 + .../argocd_admin_settings_resource-overrides_run-action.md | 1 + docs/user-guide/commands/argocd_admin_settings_validate.md | 1 + docs/user-guide/commands/argocd_app.md | 1 + docs/user-guide/commands/argocd_app_actions.md | 1 + docs/user-guide/commands/argocd_app_actions_list.md | 1 + docs/user-guide/commands/argocd_app_actions_run.md | 1 + docs/user-guide/commands/argocd_app_create.md | 1 + docs/user-guide/commands/argocd_app_delete-resource.md | 1 + docs/user-guide/commands/argocd_app_delete.md | 1 + docs/user-guide/commands/argocd_app_diff.md | 1 + docs/user-guide/commands/argocd_app_edit.md | 1 + docs/user-guide/commands/argocd_app_get.md | 1 + docs/user-guide/commands/argocd_app_history.md | 1 + docs/user-guide/commands/argocd_app_list.md | 1 + docs/user-guide/commands/argocd_app_logs.md | 1 + docs/user-guide/commands/argocd_app_manifests.md | 1 + docs/user-guide/commands/argocd_app_patch-resource.md | 1 + docs/user-guide/commands/argocd_app_patch.md | 1 + docs/user-guide/commands/argocd_app_resources.md | 1 + docs/user-guide/commands/argocd_app_rollback.md | 1 + docs/user-guide/commands/argocd_app_set.md | 1 + docs/user-guide/commands/argocd_app_sync.md | 1 + docs/user-guide/commands/argocd_app_terminate-op.md | 1 + docs/user-guide/commands/argocd_app_unset.md | 1 + docs/user-guide/commands/argocd_app_wait.md | 1 + docs/user-guide/commands/argocd_cert.md | 1 + docs/user-guide/commands/argocd_cert_add-ssh.md | 1 + docs/user-guide/commands/argocd_cert_add-tls.md | 1 + docs/user-guide/commands/argocd_cert_list.md | 1 + docs/user-guide/commands/argocd_cert_rm.md | 1 + docs/user-guide/commands/argocd_cluster.md | 1 + docs/user-guide/commands/argocd_cluster_add.md | 1 + docs/user-guide/commands/argocd_cluster_get.md | 1 + docs/user-guide/commands/argocd_cluster_list.md | 1 + docs/user-guide/commands/argocd_cluster_rm.md | 1 + docs/user-guide/commands/argocd_cluster_rotate-auth.md | 1 + docs/user-guide/commands/argocd_completion.md | 1 + docs/user-guide/commands/argocd_context.md | 1 + docs/user-guide/commands/argocd_gpg.md | 1 + docs/user-guide/commands/argocd_gpg_add.md | 1 + docs/user-guide/commands/argocd_gpg_get.md | 1 + docs/user-guide/commands/argocd_gpg_list.md | 1 + docs/user-guide/commands/argocd_gpg_rm.md | 1 + docs/user-guide/commands/argocd_login.md | 1 + docs/user-guide/commands/argocd_logout.md | 1 + docs/user-guide/commands/argocd_proj.md | 1 + docs/user-guide/commands/argocd_proj_add-destination.md | 1 + docs/user-guide/commands/argocd_proj_add-orphaned-ignore.md | 1 + docs/user-guide/commands/argocd_proj_add-signature-key.md | 1 + docs/user-guide/commands/argocd_proj_add-source.md | 1 + docs/user-guide/commands/argocd_proj_allow-cluster-resource.md | 1 + docs/user-guide/commands/argocd_proj_allow-namespace-resource.md | 1 + docs/user-guide/commands/argocd_proj_create.md | 1 + docs/user-guide/commands/argocd_proj_delete.md | 1 + docs/user-guide/commands/argocd_proj_deny-cluster-resource.md | 1 + docs/user-guide/commands/argocd_proj_deny-namespace-resource.md | 1 + docs/user-guide/commands/argocd_proj_edit.md | 1 + docs/user-guide/commands/argocd_proj_get.md | 1 + docs/user-guide/commands/argocd_proj_list.md | 1 + docs/user-guide/commands/argocd_proj_remove-destination.md | 1 + docs/user-guide/commands/argocd_proj_remove-orphaned-ignore.md | 1 + docs/user-guide/commands/argocd_proj_remove-signature-key.md | 1 + docs/user-guide/commands/argocd_proj_remove-source.md | 1 + docs/user-guide/commands/argocd_proj_role.md | 1 + docs/user-guide/commands/argocd_proj_role_add-group.md | 1 + docs/user-guide/commands/argocd_proj_role_add-policy.md | 1 + docs/user-guide/commands/argocd_proj_role_create-token.md | 1 + docs/user-guide/commands/argocd_proj_role_create.md | 1 + docs/user-guide/commands/argocd_proj_role_delete-token.md | 1 + docs/user-guide/commands/argocd_proj_role_delete.md | 1 + docs/user-guide/commands/argocd_proj_role_get.md | 1 + docs/user-guide/commands/argocd_proj_role_list-tokens.md | 1 + docs/user-guide/commands/argocd_proj_role_list.md | 1 + docs/user-guide/commands/argocd_proj_role_remove-group.md | 1 + docs/user-guide/commands/argocd_proj_role_remove-policy.md | 1 + docs/user-guide/commands/argocd_proj_set.md | 1 + docs/user-guide/commands/argocd_proj_windows.md | 1 + docs/user-guide/commands/argocd_proj_windows_add.md | 1 + docs/user-guide/commands/argocd_proj_windows_delete.md | 1 + .../commands/argocd_proj_windows_disable-manual-sync.md | 1 + .../commands/argocd_proj_windows_enable-manual-sync.md | 1 + docs/user-guide/commands/argocd_proj_windows_list.md | 1 + docs/user-guide/commands/argocd_proj_windows_update.md | 1 + docs/user-guide/commands/argocd_relogin.md | 1 + docs/user-guide/commands/argocd_repo.md | 1 + docs/user-guide/commands/argocd_repo_add.md | 1 + docs/user-guide/commands/argocd_repo_get.md | 1 + docs/user-guide/commands/argocd_repo_list.md | 1 + docs/user-guide/commands/argocd_repo_rm.md | 1 + docs/user-guide/commands/argocd_repocreds.md | 1 + docs/user-guide/commands/argocd_repocreds_add.md | 1 + docs/user-guide/commands/argocd_repocreds_list.md | 1 + docs/user-guide/commands/argocd_repocreds_rm.md | 1 + docs/user-guide/commands/argocd_version.md | 1 + 134 files changed, 134 insertions(+) diff --git a/cmd/argocd/commands/root.go b/cmd/argocd/commands/root.go index f5289948caf34..7cec3819b418f 100644 --- a/cmd/argocd/commands/root.go +++ b/cmd/argocd/commands/root.go @@ -74,5 +74,6 @@ func NewCommand() *cobra.Command { command.PersistentFlags().StringVar(&clientOpts.PortForwardNamespace, "port-forward-namespace", config.GetFlag("port-forward-namespace", ""), "Namespace name which should be used for port forwarding") command.PersistentFlags().IntVar(&clientOpts.HttpRetryMax, "http-retry-max", 0, "Maximum number of retries to establish http connection to Argo CD server") command.PersistentFlags().BoolVar(&clientOpts.Core, "core", false, "If set to true then CLI talks directly to Kubernetes instead of talking to Argo CD API server") + command.PersistentFlags().StringVar(&clientOpts.Context, "argocd-context", "", "The name of the Argo-CD server context to use") return command } diff --git a/docs/user-guide/commands/argocd.md b/docs/user-guide/commands/argocd.md index 0c6bf881f2c5a..81d9a149857f5 100644 --- a/docs/user-guide/commands/argocd.md +++ b/docs/user-guide/commands/argocd.md @@ -9,6 +9,7 @@ argocd [flags] ### Options ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account.md b/docs/user-guide/commands/argocd_account.md index 38919562c7d24..4dc4a9c35c22d 100644 --- a/docs/user-guide/commands/argocd_account.md +++ b/docs/user-guide/commands/argocd_account.md @@ -31,6 +31,7 @@ argocd account [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_can-i.md b/docs/user-guide/commands/argocd_account_can-i.md index e8bd52c3c3272..b7308b1a3dbae 100644 --- a/docs/user-guide/commands/argocd_account_can-i.md +++ b/docs/user-guide/commands/argocd_account_can-i.md @@ -33,6 +33,7 @@ Resources: [clusters projects applications repositories certificates] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_delete-token.md b/docs/user-guide/commands/argocd_account_delete-token.md index 90d64a4ac780c..a2757f8d65a06 100644 --- a/docs/user-guide/commands/argocd_account_delete-token.md +++ b/docs/user-guide/commands/argocd_account_delete-token.md @@ -26,6 +26,7 @@ argocd account delete-token --account ID ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_generate-token.md b/docs/user-guide/commands/argocd_account_generate-token.md index b00108bc838eb..78c8fc84c3c68 100644 --- a/docs/user-guide/commands/argocd_account_generate-token.md +++ b/docs/user-guide/commands/argocd_account_generate-token.md @@ -28,6 +28,7 @@ argocd account generate-token --account ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_get-user-info.md b/docs/user-guide/commands/argocd_account_get-user-info.md index af1071e374492..b4a208dd8a7dc 100644 --- a/docs/user-guide/commands/argocd_account_get-user-info.md +++ b/docs/user-guide/commands/argocd_account_get-user-info.md @@ -16,6 +16,7 @@ argocd account get-user-info [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_get.md b/docs/user-guide/commands/argocd_account_get.md index e1dcc3d279e72..032f3190d16e4 100644 --- a/docs/user-guide/commands/argocd_account_get.md +++ b/docs/user-guide/commands/argocd_account_get.md @@ -27,6 +27,7 @@ argocd account get --account ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_list.md b/docs/user-guide/commands/argocd_account_list.md index 53ca139151c51..d476fb807c726 100644 --- a/docs/user-guide/commands/argocd_account_list.md +++ b/docs/user-guide/commands/argocd_account_list.md @@ -22,6 +22,7 @@ argocd account list ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_account_update-password.md b/docs/user-guide/commands/argocd_account_update-password.md index 731d2eea1c84e..7ccfc7f095c54 100644 --- a/docs/user-guide/commands/argocd_account_update-password.md +++ b/docs/user-guide/commands/argocd_account_update-password.md @@ -38,6 +38,7 @@ argocd account update-password [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin.md b/docs/user-guide/commands/argocd_admin.md index 3e70ef202a219..c1b2ad5a1323a 100644 --- a/docs/user-guide/commands/argocd_admin.md +++ b/docs/user-guide/commands/argocd_admin.md @@ -15,6 +15,7 @@ argocd admin [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_app.md b/docs/user-guide/commands/argocd_admin_app.md index e8ccb35bc2543..1a9388e3e186d 100644 --- a/docs/user-guide/commands/argocd_admin_app.md +++ b/docs/user-guide/commands/argocd_admin_app.md @@ -15,6 +15,7 @@ argocd admin app [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_app_diff-reconcile-results.md b/docs/user-guide/commands/argocd_admin_app_diff-reconcile-results.md index 887a1b2ce01d7..a28e1859b9400 100644 --- a/docs/user-guide/commands/argocd_admin_app_diff-reconcile-results.md +++ b/docs/user-guide/commands/argocd_admin_app_diff-reconcile-results.md @@ -15,6 +15,7 @@ argocd admin app diff-reconcile-results PATH1 PATH2 [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_app_generate-spec.md b/docs/user-guide/commands/argocd_admin_app_generate-spec.md index f48cdd15742b1..16d5a47e1a327 100644 --- a/docs/user-guide/commands/argocd_admin_app_generate-spec.md +++ b/docs/user-guide/commands/argocd_admin_app_generate-spec.md @@ -92,6 +92,7 @@ argocd admin app generate-spec APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_app_get-reconcile-results.md b/docs/user-guide/commands/argocd_admin_app_get-reconcile-results.md index fb3f0878f8950..e636c36426d81 100644 --- a/docs/user-guide/commands/argocd_admin_app_get-reconcile-results.md +++ b/docs/user-guide/commands/argocd_admin_app_get-reconcile-results.md @@ -35,6 +35,7 @@ argocd admin app get-reconcile-results PATH [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster.md b/docs/user-guide/commands/argocd_admin_cluster.md index 7e75059641420..6d19c66156ca7 100644 --- a/docs/user-guide/commands/argocd_admin_cluster.md +++ b/docs/user-guide/commands/argocd_admin_cluster.md @@ -15,6 +15,7 @@ argocd admin cluster [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_generate-spec.md b/docs/user-guide/commands/argocd_admin_cluster_generate-spec.md index d7735a5ea6d19..7ee25205b949b 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_generate-spec.md +++ b/docs/user-guide/commands/argocd_admin_cluster_generate-spec.md @@ -36,6 +36,7 @@ argocd admin cluster generate-spec CONTEXT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_kubeconfig.md b/docs/user-guide/commands/argocd_admin_cluster_kubeconfig.md index bc6163ecc617f..11d7bd13bbad2 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_kubeconfig.md +++ b/docs/user-guide/commands/argocd_admin_cluster_kubeconfig.md @@ -31,6 +31,7 @@ argocd admin cluster kubeconfig CLUSTER_URL OUTPUT_PATH [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_namespaces.md b/docs/user-guide/commands/argocd_admin_cluster_namespaces.md index aa9588d04d165..bdff10fe4891d 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_namespaces.md +++ b/docs/user-guide/commands/argocd_admin_cluster_namespaces.md @@ -31,6 +31,7 @@ argocd admin cluster namespaces [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md b/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md index 7a6d1f4b1484c..ba9c795acc5e4 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md +++ b/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md @@ -16,6 +16,7 @@ argocd admin cluster namespaces disable-namespaced-mode PATTERN [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --auth-token string Authentication token diff --git a/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md b/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md index b726e86075dea..a589c56bd837c 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md +++ b/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md @@ -18,6 +18,7 @@ argocd admin cluster namespaces enable-namespaced-mode PATTERN [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --auth-token string Authentication token diff --git a/docs/user-guide/commands/argocd_admin_cluster_shards.md b/docs/user-guide/commands/argocd_admin_cluster_shards.md index 7be827370654a..9cfec7e8c75bf 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_shards.md +++ b/docs/user-guide/commands/argocd_admin_cluster_shards.md @@ -45,6 +45,7 @@ argocd admin cluster shards [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_stats.md b/docs/user-guide/commands/argocd_admin_cluster_stats.md index 2321837040429..7c975aec62de9 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_stats.md +++ b/docs/user-guide/commands/argocd_admin_cluster_stats.md @@ -45,6 +45,7 @@ argocd admin cluster stats [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_dashboard.md b/docs/user-guide/commands/argocd_admin_dashboard.md index d7760b2289990..6278c62208cf6 100644 --- a/docs/user-guide/commands/argocd_admin_dashboard.md +++ b/docs/user-guide/commands/argocd_admin_dashboard.md @@ -32,6 +32,7 @@ argocd admin dashboard [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_export.md b/docs/user-guide/commands/argocd_admin_export.md index 2ee86732f0111..76049ade08c96 100644 --- a/docs/user-guide/commands/argocd_admin_export.md +++ b/docs/user-guide/commands/argocd_admin_export.md @@ -32,6 +32,7 @@ argocd admin export [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_import.md b/docs/user-guide/commands/argocd_admin_import.md index 4b2e06693c4c5..e8966015ed606 100644 --- a/docs/user-guide/commands/argocd_admin_import.md +++ b/docs/user-guide/commands/argocd_admin_import.md @@ -34,6 +34,7 @@ argocd admin import SOURCE [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_proj.md b/docs/user-guide/commands/argocd_admin_proj.md index 1a414fded3d1b..b1eabc4279af0 100644 --- a/docs/user-guide/commands/argocd_admin_proj.md +++ b/docs/user-guide/commands/argocd_admin_proj.md @@ -15,6 +15,7 @@ argocd admin proj [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_proj_generate-allow-list.md b/docs/user-guide/commands/argocd_admin_proj_generate-allow-list.md index cefe7787cf135..49f54a0210b27 100644 --- a/docs/user-guide/commands/argocd_admin_proj_generate-allow-list.md +++ b/docs/user-guide/commands/argocd_admin_proj_generate-allow-list.md @@ -32,6 +32,7 @@ argocd admin proj generate-allow-list CLUSTERROLE_PATH PROJ_NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_proj_generate-spec.md b/docs/user-guide/commands/argocd_admin_proj_generate-spec.md index 2876a965df162..d990679772a6c 100644 --- a/docs/user-guide/commands/argocd_admin_proj_generate-spec.md +++ b/docs/user-guide/commands/argocd_admin_proj_generate-spec.md @@ -28,6 +28,7 @@ argocd admin proj generate-spec PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_proj_update-role-policy.md b/docs/user-guide/commands/argocd_admin_proj_update-role-policy.md index 9df8693e9ac32..102eb2aac15b2 100644 --- a/docs/user-guide/commands/argocd_admin_proj_update-role-policy.md +++ b/docs/user-guide/commands/argocd_admin_proj_update-role-policy.md @@ -47,6 +47,7 @@ argocd admin proj update-role-policy PROJECT_GLOB MODIFICATION ACTION [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_repo.md b/docs/user-guide/commands/argocd_admin_repo.md index 75251bb0771de..19144d2d8cfba 100644 --- a/docs/user-guide/commands/argocd_admin_repo.md +++ b/docs/user-guide/commands/argocd_admin_repo.md @@ -15,6 +15,7 @@ argocd admin repo [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_repo_generate-spec.md b/docs/user-guide/commands/argocd_admin_repo_generate-spec.md index 1cd7f0776515f..e16720c525df8 100644 --- a/docs/user-guide/commands/argocd_admin_repo_generate-spec.md +++ b/docs/user-guide/commands/argocd_admin_repo_generate-spec.md @@ -60,6 +60,7 @@ argocd admin repo generate-spec REPOURL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_settings.md b/docs/user-guide/commands/argocd_admin_settings.md index b4bebd240957a..a2268c3141c79 100644 --- a/docs/user-guide/commands/argocd_admin_settings.md +++ b/docs/user-guide/commands/argocd_admin_settings.md @@ -34,6 +34,7 @@ argocd admin settings [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_settings_rbac.md b/docs/user-guide/commands/argocd_admin_settings_rbac.md index 353637e187641..2f59ea4457e6b 100644 --- a/docs/user-guide/commands/argocd_admin_settings_rbac.md +++ b/docs/user-guide/commands/argocd_admin_settings_rbac.md @@ -16,6 +16,7 @@ argocd admin settings rbac [flags] ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_rbac_can.md b/docs/user-guide/commands/argocd_admin_settings_rbac_can.md index b9dd22dc94dad..8520294a80aaa 100644 --- a/docs/user-guide/commands/argocd_admin_settings_rbac_can.md +++ b/docs/user-guide/commands/argocd_admin_settings_rbac_can.md @@ -51,6 +51,7 @@ argocd admin settings rbac can someuser create application 'default/app' --defau ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_rbac_validate.md b/docs/user-guide/commands/argocd_admin_settings_rbac_validate.md index f15a1bbc94657..5c9cab7d87610 100644 --- a/docs/user-guide/commands/argocd_admin_settings_rbac_validate.md +++ b/docs/user-guide/commands/argocd_admin_settings_rbac_validate.md @@ -24,6 +24,7 @@ argocd admin settings rbac validate --policy-file=POLICYFILE [flags] ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides.md index 4ab2b14407d09..502a62dece598 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides.md @@ -16,6 +16,7 @@ argocd admin settings resource-overrides [flags] ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_health.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_health.md index 6f33c8f7ae5cc..977f615a17a6d 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_health.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_health.md @@ -27,6 +27,7 @@ argocd admin settings resource-overrides health ./deploy.yaml --argocd-cm-path . ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-differences.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-differences.md index 694e81ff9198d..4e4d53822fed1 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-differences.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-differences.md @@ -27,6 +27,7 @@ argocd admin settings resource-overrides ignore-differences ./deploy.yaml --argo ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_list-actions.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_list-actions.md index 2556eae3e4d7c..3e9701158113f 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_list-actions.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_list-actions.md @@ -27,6 +27,7 @@ argocd admin settings resource-overrides action list /tmp/deploy.yaml --argocd-c ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_run-action.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_run-action.md index 7563ddf8fbc35..dc4f2d804f1fe 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_run-action.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_run-action.md @@ -27,6 +27,7 @@ argocd admin settings resource-overrides action run /tmp/deploy.yaml restart --a ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_admin_settings_validate.md b/docs/user-guide/commands/argocd_admin_settings_validate.md index 61db807478717..5a3f1ff6ecf19 100644 --- a/docs/user-guide/commands/argocd_admin_settings_validate.md +++ b/docs/user-guide/commands/argocd_admin_settings_validate.md @@ -32,6 +32,7 @@ argocd admin settings validate --group accounts --group plugins --load-cluster-s ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_app.md b/docs/user-guide/commands/argocd_app.md index 4a5c968320b71..5b204b67516ad 100644 --- a/docs/user-guide/commands/argocd_app.md +++ b/docs/user-guide/commands/argocd_app.md @@ -44,6 +44,7 @@ argocd app [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_actions.md b/docs/user-guide/commands/argocd_app_actions.md index c2f556a82fe9e..af56a66bc89eb 100644 --- a/docs/user-guide/commands/argocd_app_actions.md +++ b/docs/user-guide/commands/argocd_app_actions.md @@ -15,6 +15,7 @@ argocd app actions [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_actions_list.md b/docs/user-guide/commands/argocd_app_actions_list.md index c4fb92fff101d..8968adf149e7b 100644 --- a/docs/user-guide/commands/argocd_app_actions_list.md +++ b/docs/user-guide/commands/argocd_app_actions_list.md @@ -20,6 +20,7 @@ argocd app actions list APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_actions_run.md b/docs/user-guide/commands/argocd_app_actions_run.md index 2d158939ea31e..78916955977d0 100644 --- a/docs/user-guide/commands/argocd_app_actions_run.md +++ b/docs/user-guide/commands/argocd_app_actions_run.md @@ -20,6 +20,7 @@ argocd app actions run APPNAME ACTION [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_create.md b/docs/user-guide/commands/argocd_app_create.md index e2bb33dbff938..8ed3b21c41ec5 100644 --- a/docs/user-guide/commands/argocd_app_create.md +++ b/docs/user-guide/commands/argocd_app_create.md @@ -91,6 +91,7 @@ argocd app create APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_delete-resource.md b/docs/user-guide/commands/argocd_app_delete-resource.md index 61990c0d30d9f..b829f7eba54a2 100644 --- a/docs/user-guide/commands/argocd_app_delete-resource.md +++ b/docs/user-guide/commands/argocd_app_delete-resource.md @@ -22,6 +22,7 @@ argocd app delete-resource APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_delete.md b/docs/user-guide/commands/argocd_app_delete.md index 8a7f77d11d81e..60b026e26ff84 100644 --- a/docs/user-guide/commands/argocd_app_delete.md +++ b/docs/user-guide/commands/argocd_app_delete.md @@ -18,6 +18,7 @@ argocd app delete APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_diff.md b/docs/user-guide/commands/argocd_app_diff.md index 7029c29b29e9d..9967ef9f36cd4 100644 --- a/docs/user-guide/commands/argocd_app_diff.md +++ b/docs/user-guide/commands/argocd_app_diff.md @@ -27,6 +27,7 @@ argocd app diff APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_edit.md b/docs/user-guide/commands/argocd_app_edit.md index 7c1a5a6820148..2722aad3bb9e7 100644 --- a/docs/user-guide/commands/argocd_app_edit.md +++ b/docs/user-guide/commands/argocd_app_edit.md @@ -15,6 +15,7 @@ argocd app edit APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_get.md b/docs/user-guide/commands/argocd_app_get.md index 74aa9f2ebdd64..cbc897f0b2930 100644 --- a/docs/user-guide/commands/argocd_app_get.md +++ b/docs/user-guide/commands/argocd_app_get.md @@ -20,6 +20,7 @@ argocd app get APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_history.md b/docs/user-guide/commands/argocd_app_history.md index 0f90315d6f3b7..c7ea0b5da8e98 100644 --- a/docs/user-guide/commands/argocd_app_history.md +++ b/docs/user-guide/commands/argocd_app_history.md @@ -16,6 +16,7 @@ argocd app history APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_list.md b/docs/user-guide/commands/argocd_app_list.md index bf0829557a047..ea4889fb87647 100644 --- a/docs/user-guide/commands/argocd_app_list.md +++ b/docs/user-guide/commands/argocd_app_list.md @@ -29,6 +29,7 @@ argocd app list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_logs.md b/docs/user-guide/commands/argocd_app_logs.md index 0ee66d229d822..ee913cb53c57f 100644 --- a/docs/user-guide/commands/argocd_app_logs.md +++ b/docs/user-guide/commands/argocd_app_logs.md @@ -25,6 +25,7 @@ argocd app logs APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_manifests.md b/docs/user-guide/commands/argocd_app_manifests.md index c207b3a136926..fd745d1783262 100644 --- a/docs/user-guide/commands/argocd_app_manifests.md +++ b/docs/user-guide/commands/argocd_app_manifests.md @@ -17,6 +17,7 @@ argocd app manifests APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_patch-resource.md b/docs/user-guide/commands/argocd_app_patch-resource.md index 37fc0088824cd..5e290f3301b90 100644 --- a/docs/user-guide/commands/argocd_app_patch-resource.md +++ b/docs/user-guide/commands/argocd_app_patch-resource.md @@ -22,6 +22,7 @@ argocd app patch-resource APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_patch.md b/docs/user-guide/commands/argocd_app_patch.md index b942ad88a7627..172518b753bd9 100644 --- a/docs/user-guide/commands/argocd_app_patch.md +++ b/docs/user-guide/commands/argocd_app_patch.md @@ -26,6 +26,7 @@ argocd app patch APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_resources.md b/docs/user-guide/commands/argocd_app_resources.md index c2f0b1127c28e..7e9444699325b 100644 --- a/docs/user-guide/commands/argocd_app_resources.md +++ b/docs/user-guide/commands/argocd_app_resources.md @@ -16,6 +16,7 @@ argocd app resources APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_rollback.md b/docs/user-guide/commands/argocd_app_rollback.md index a3f4b0dcc7658..7e6211b2cc573 100644 --- a/docs/user-guide/commands/argocd_app_rollback.md +++ b/docs/user-guide/commands/argocd_app_rollback.md @@ -17,6 +17,7 @@ argocd app rollback APPNAME [ID] [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_set.md b/docs/user-guide/commands/argocd_app_set.md index 11e1e3c9dbe1e..3804eb380d176 100644 --- a/docs/user-guide/commands/argocd_app_set.md +++ b/docs/user-guide/commands/argocd_app_set.md @@ -62,6 +62,7 @@ argocd app set APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_sync.md b/docs/user-guide/commands/argocd_app_sync.md index a5a294f4aae54..67e7c49b34676 100644 --- a/docs/user-guide/commands/argocd_app_sync.md +++ b/docs/user-guide/commands/argocd_app_sync.md @@ -53,6 +53,7 @@ argocd app sync [APPNAME... | -l selector] [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_terminate-op.md b/docs/user-guide/commands/argocd_app_terminate-op.md index 26476986b0697..1c21198307fc9 100644 --- a/docs/user-guide/commands/argocd_app_terminate-op.md +++ b/docs/user-guide/commands/argocd_app_terminate-op.md @@ -15,6 +15,7 @@ argocd app terminate-op APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_unset.md b/docs/user-guide/commands/argocd_app_unset.md index 38fc11947169b..9658998bce879 100644 --- a/docs/user-guide/commands/argocd_app_unset.md +++ b/docs/user-guide/commands/argocd_app_unset.md @@ -36,6 +36,7 @@ argocd app unset APPNAME parameters [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_wait.md b/docs/user-guide/commands/argocd_app_wait.md index ba98e6e1b6ecd..ece94456f4407 100644 --- a/docs/user-guide/commands/argocd_app_wait.md +++ b/docs/user-guide/commands/argocd_app_wait.md @@ -35,6 +35,7 @@ argocd app wait [APPNAME.. | -l selector] [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cert.md b/docs/user-guide/commands/argocd_cert.md index 80fa88e006256..0cd722be94f93 100644 --- a/docs/user-guide/commands/argocd_cert.md +++ b/docs/user-guide/commands/argocd_cert.md @@ -54,6 +54,7 @@ argocd cert [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cert_add-ssh.md b/docs/user-guide/commands/argocd_cert_add-ssh.md index f547a2c3cbd3c..30370cf357129 100644 --- a/docs/user-guide/commands/argocd_cert_add-ssh.md +++ b/docs/user-guide/commands/argocd_cert_add-ssh.md @@ -18,6 +18,7 @@ argocd cert add-ssh --batch [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cert_add-tls.md b/docs/user-guide/commands/argocd_cert_add-tls.md index b697ad01b479c..acf772ac77a52 100644 --- a/docs/user-guide/commands/argocd_cert_add-tls.md +++ b/docs/user-guide/commands/argocd_cert_add-tls.md @@ -17,6 +17,7 @@ argocd cert add-tls SERVERNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cert_list.md b/docs/user-guide/commands/argocd_cert_list.md index cedf81838ae66..41b3740a9e429 100644 --- a/docs/user-guide/commands/argocd_cert_list.md +++ b/docs/user-guide/commands/argocd_cert_list.md @@ -19,6 +19,7 @@ argocd cert list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cert_rm.md b/docs/user-guide/commands/argocd_cert_rm.md index d6b94dc439fae..8e43a9d5dae8e 100644 --- a/docs/user-guide/commands/argocd_cert_rm.md +++ b/docs/user-guide/commands/argocd_cert_rm.md @@ -17,6 +17,7 @@ argocd cert rm REPOSERVER [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster.md b/docs/user-guide/commands/argocd_cluster.md index 4094fd0cbe379..50f0765c32997 100644 --- a/docs/user-guide/commands/argocd_cluster.md +++ b/docs/user-guide/commands/argocd_cluster.md @@ -48,6 +48,7 @@ argocd cluster [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_add.md b/docs/user-guide/commands/argocd_cluster_add.md index f6c724310a6e8..2a5fd67c01a7c 100644 --- a/docs/user-guide/commands/argocd_cluster_add.md +++ b/docs/user-guide/commands/argocd_cluster_add.md @@ -35,6 +35,7 @@ argocd cluster add CONTEXT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_get.md b/docs/user-guide/commands/argocd_cluster_get.md index 16efd684b8530..cbd098a50758d 100644 --- a/docs/user-guide/commands/argocd_cluster_get.md +++ b/docs/user-guide/commands/argocd_cluster_get.md @@ -23,6 +23,7 @@ argocd cluster get in-cluster ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_list.md b/docs/user-guide/commands/argocd_cluster_list.md index e2e5a6d3f45a3..564959b847ab8 100644 --- a/docs/user-guide/commands/argocd_cluster_list.md +++ b/docs/user-guide/commands/argocd_cluster_list.md @@ -16,6 +16,7 @@ argocd cluster list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_rm.md b/docs/user-guide/commands/argocd_cluster_rm.md index d5f392df7a406..9f0a3db366dda 100644 --- a/docs/user-guide/commands/argocd_cluster_rm.md +++ b/docs/user-guide/commands/argocd_cluster_rm.md @@ -21,6 +21,7 @@ argocd cluster rm https://12.34.567.89 ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_rotate-auth.md b/docs/user-guide/commands/argocd_cluster_rotate-auth.md index 25008948b4d3f..45d329d7474a7 100644 --- a/docs/user-guide/commands/argocd_cluster_rotate-auth.md +++ b/docs/user-guide/commands/argocd_cluster_rotate-auth.md @@ -21,6 +21,7 @@ argocd cluster rotate-auth https://12.34.567.89 ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_completion.md b/docs/user-guide/commands/argocd_completion.md index 1a6e0f6de7248..c6141c23b3844 100644 --- a/docs/user-guide/commands/argocd_completion.md +++ b/docs/user-guide/commands/argocd_completion.md @@ -28,6 +28,7 @@ argocd completion SHELL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_context.md b/docs/user-guide/commands/argocd_context.md index 30933e0bb9849..346cd5ef0a107 100644 --- a/docs/user-guide/commands/argocd_context.md +++ b/docs/user-guide/commands/argocd_context.md @@ -16,6 +16,7 @@ argocd context [CONTEXT] [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_gpg.md b/docs/user-guide/commands/argocd_gpg.md index b4c8d1bfd694f..a76900610dc1b 100644 --- a/docs/user-guide/commands/argocd_gpg.md +++ b/docs/user-guide/commands/argocd_gpg.md @@ -31,6 +31,7 @@ argocd gpg [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_gpg_add.md b/docs/user-guide/commands/argocd_gpg_add.md index bfcec5aa6b0f9..2404845303c1f 100644 --- a/docs/user-guide/commands/argocd_gpg_add.md +++ b/docs/user-guide/commands/argocd_gpg_add.md @@ -16,6 +16,7 @@ argocd gpg add [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_gpg_get.md b/docs/user-guide/commands/argocd_gpg_get.md index 37ef516d4ff14..92a2f6f03ffb5 100644 --- a/docs/user-guide/commands/argocd_gpg_get.md +++ b/docs/user-guide/commands/argocd_gpg_get.md @@ -16,6 +16,7 @@ argocd gpg get KEYID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_gpg_list.md b/docs/user-guide/commands/argocd_gpg_list.md index 51748d7f53a13..30483e4d96b18 100644 --- a/docs/user-guide/commands/argocd_gpg_list.md +++ b/docs/user-guide/commands/argocd_gpg_list.md @@ -16,6 +16,7 @@ argocd gpg list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_gpg_rm.md b/docs/user-guide/commands/argocd_gpg_rm.md index 1d54f5b87a240..bdfb2019085ab 100644 --- a/docs/user-guide/commands/argocd_gpg_rm.md +++ b/docs/user-guide/commands/argocd_gpg_rm.md @@ -15,6 +15,7 @@ argocd gpg rm KEYID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_login.md b/docs/user-guide/commands/argocd_login.md index 5fcf9946fc452..bf0164f322152 100644 --- a/docs/user-guide/commands/argocd_login.md +++ b/docs/user-guide/commands/argocd_login.md @@ -37,6 +37,7 @@ argocd login cd.argoproj.io --core ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_logout.md b/docs/user-guide/commands/argocd_logout.md index 3dc5119d3dc05..1087ab4f1e59f 100644 --- a/docs/user-guide/commands/argocd_logout.md +++ b/docs/user-guide/commands/argocd_logout.md @@ -19,6 +19,7 @@ argocd logout CONTEXT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj.md b/docs/user-guide/commands/argocd_proj.md index 0df0fc2a122a4..7fa7f7e741f7d 100644 --- a/docs/user-guide/commands/argocd_proj.md +++ b/docs/user-guide/commands/argocd_proj.md @@ -31,6 +31,7 @@ argocd proj [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_add-destination.md b/docs/user-guide/commands/argocd_proj_add-destination.md index 1422148d8561b..d8b9536cf2782 100644 --- a/docs/user-guide/commands/argocd_proj_add-destination.md +++ b/docs/user-guide/commands/argocd_proj_add-destination.md @@ -16,6 +16,7 @@ argocd proj add-destination PROJECT SERVER/NAME NAMESPACE [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_add-orphaned-ignore.md b/docs/user-guide/commands/argocd_proj_add-orphaned-ignore.md index 16e4f82b0f5e5..325936397903b 100644 --- a/docs/user-guide/commands/argocd_proj_add-orphaned-ignore.md +++ b/docs/user-guide/commands/argocd_proj_add-orphaned-ignore.md @@ -16,6 +16,7 @@ argocd proj add-orphaned-ignore PROJECT GROUP KIND [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_add-signature-key.md b/docs/user-guide/commands/argocd_proj_add-signature-key.md index 3344d2b947ee0..11522bafbdba1 100644 --- a/docs/user-guide/commands/argocd_proj_add-signature-key.md +++ b/docs/user-guide/commands/argocd_proj_add-signature-key.md @@ -15,6 +15,7 @@ argocd proj add-signature-key PROJECT KEY-ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_add-source.md b/docs/user-guide/commands/argocd_proj_add-source.md index 6dacef481e07e..fe4390841736e 100644 --- a/docs/user-guide/commands/argocd_proj_add-source.md +++ b/docs/user-guide/commands/argocd_proj_add-source.md @@ -15,6 +15,7 @@ argocd proj add-source PROJECT URL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_allow-cluster-resource.md b/docs/user-guide/commands/argocd_proj_allow-cluster-resource.md index 7b3286ecb2ef6..3c6a2240ed4a0 100644 --- a/docs/user-guide/commands/argocd_proj_allow-cluster-resource.md +++ b/docs/user-guide/commands/argocd_proj_allow-cluster-resource.md @@ -16,6 +16,7 @@ argocd proj allow-cluster-resource PROJECT GROUP KIND [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_allow-namespace-resource.md b/docs/user-guide/commands/argocd_proj_allow-namespace-resource.md index e1faa64826421..20d3906d3b433 100644 --- a/docs/user-guide/commands/argocd_proj_allow-namespace-resource.md +++ b/docs/user-guide/commands/argocd_proj_allow-namespace-resource.md @@ -16,6 +16,7 @@ argocd proj allow-namespace-resource PROJECT GROUP KIND [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_create.md b/docs/user-guide/commands/argocd_proj_create.md index 636ad87e16dba..354204da3ac70 100644 --- a/docs/user-guide/commands/argocd_proj_create.md +++ b/docs/user-guide/commands/argocd_proj_create.md @@ -27,6 +27,7 @@ argocd proj create PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_delete.md b/docs/user-guide/commands/argocd_proj_delete.md index 514c149b6a893..01158c4445ed3 100644 --- a/docs/user-guide/commands/argocd_proj_delete.md +++ b/docs/user-guide/commands/argocd_proj_delete.md @@ -15,6 +15,7 @@ argocd proj delete PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_deny-cluster-resource.md b/docs/user-guide/commands/argocd_proj_deny-cluster-resource.md index 6e281ddbbf7ad..364e1c99de941 100644 --- a/docs/user-guide/commands/argocd_proj_deny-cluster-resource.md +++ b/docs/user-guide/commands/argocd_proj_deny-cluster-resource.md @@ -16,6 +16,7 @@ argocd proj deny-cluster-resource PROJECT GROUP KIND [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_deny-namespace-resource.md b/docs/user-guide/commands/argocd_proj_deny-namespace-resource.md index 314c3b8a93e7c..26ed64d064283 100644 --- a/docs/user-guide/commands/argocd_proj_deny-namespace-resource.md +++ b/docs/user-guide/commands/argocd_proj_deny-namespace-resource.md @@ -16,6 +16,7 @@ argocd proj deny-namespace-resource PROJECT GROUP KIND [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_edit.md b/docs/user-guide/commands/argocd_proj_edit.md index 2707af1c4eedb..f498065823807 100644 --- a/docs/user-guide/commands/argocd_proj_edit.md +++ b/docs/user-guide/commands/argocd_proj_edit.md @@ -15,6 +15,7 @@ argocd proj edit PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_get.md b/docs/user-guide/commands/argocd_proj_get.md index 91f9a8d795e34..2e198f1f8739a 100644 --- a/docs/user-guide/commands/argocd_proj_get.md +++ b/docs/user-guide/commands/argocd_proj_get.md @@ -16,6 +16,7 @@ argocd proj get PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_list.md b/docs/user-guide/commands/argocd_proj_list.md index c678635684628..403dcc4054632 100644 --- a/docs/user-guide/commands/argocd_proj_list.md +++ b/docs/user-guide/commands/argocd_proj_list.md @@ -16,6 +16,7 @@ argocd proj list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_remove-destination.md b/docs/user-guide/commands/argocd_proj_remove-destination.md index 1bcc83abb2db6..ed8cf77cfb4ac 100644 --- a/docs/user-guide/commands/argocd_proj_remove-destination.md +++ b/docs/user-guide/commands/argocd_proj_remove-destination.md @@ -15,6 +15,7 @@ argocd proj remove-destination PROJECT SERVER NAMESPACE [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_remove-orphaned-ignore.md b/docs/user-guide/commands/argocd_proj_remove-orphaned-ignore.md index cd7e4b52b7951..06d0e3fd6619c 100644 --- a/docs/user-guide/commands/argocd_proj_remove-orphaned-ignore.md +++ b/docs/user-guide/commands/argocd_proj_remove-orphaned-ignore.md @@ -16,6 +16,7 @@ argocd proj remove-orphaned-ignore PROJECT GROUP KIND NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_remove-signature-key.md b/docs/user-guide/commands/argocd_proj_remove-signature-key.md index 61bc7a0fcc72d..2932f362144c2 100644 --- a/docs/user-guide/commands/argocd_proj_remove-signature-key.md +++ b/docs/user-guide/commands/argocd_proj_remove-signature-key.md @@ -15,6 +15,7 @@ argocd proj remove-signature-key PROJECT KEY-ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_remove-source.md b/docs/user-guide/commands/argocd_proj_remove-source.md index 93d7b2b4c2c11..052a2eb85a094 100644 --- a/docs/user-guide/commands/argocd_proj_remove-source.md +++ b/docs/user-guide/commands/argocd_proj_remove-source.md @@ -15,6 +15,7 @@ argocd proj remove-source PROJECT URL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role.md b/docs/user-guide/commands/argocd_proj_role.md index 9f8ec9854f047..4d23686940f7a 100644 --- a/docs/user-guide/commands/argocd_proj_role.md +++ b/docs/user-guide/commands/argocd_proj_role.md @@ -15,6 +15,7 @@ argocd proj role [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_add-group.md b/docs/user-guide/commands/argocd_proj_role_add-group.md index ba35936732018..c87f37deec846 100644 --- a/docs/user-guide/commands/argocd_proj_role_add-group.md +++ b/docs/user-guide/commands/argocd_proj_role_add-group.md @@ -15,6 +15,7 @@ argocd proj role add-group PROJECT ROLE-NAME GROUP-CLAIM [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_add-policy.md b/docs/user-guide/commands/argocd_proj_role_add-policy.md index 82da1176c236f..76242b6557cbc 100644 --- a/docs/user-guide/commands/argocd_proj_role_add-policy.md +++ b/docs/user-guide/commands/argocd_proj_role_add-policy.md @@ -18,6 +18,7 @@ argocd proj role add-policy PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_create-token.md b/docs/user-guide/commands/argocd_proj_role_create-token.md index a0a9704d9cf0f..b7b8e15933ad9 100644 --- a/docs/user-guide/commands/argocd_proj_role_create-token.md +++ b/docs/user-guide/commands/argocd_proj_role_create-token.md @@ -18,6 +18,7 @@ argocd proj role create-token PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_create.md b/docs/user-guide/commands/argocd_proj_role_create.md index 61539301e6588..7382f7e746ffb 100644 --- a/docs/user-guide/commands/argocd_proj_role_create.md +++ b/docs/user-guide/commands/argocd_proj_role_create.md @@ -16,6 +16,7 @@ argocd proj role create PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_delete-token.md b/docs/user-guide/commands/argocd_proj_role_delete-token.md index a67b57391f50f..7d73a5b3cf63a 100644 --- a/docs/user-guide/commands/argocd_proj_role_delete-token.md +++ b/docs/user-guide/commands/argocd_proj_role_delete-token.md @@ -15,6 +15,7 @@ argocd proj role delete-token PROJECT ROLE-NAME ISSUED-AT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_delete.md b/docs/user-guide/commands/argocd_proj_role_delete.md index d642b5b4b8d1d..99d68ab9ca28e 100644 --- a/docs/user-guide/commands/argocd_proj_role_delete.md +++ b/docs/user-guide/commands/argocd_proj_role_delete.md @@ -15,6 +15,7 @@ argocd proj role delete PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_get.md b/docs/user-guide/commands/argocd_proj_role_get.md index f8dc3f9367482..89fe520e77923 100644 --- a/docs/user-guide/commands/argocd_proj_role_get.md +++ b/docs/user-guide/commands/argocd_proj_role_get.md @@ -15,6 +15,7 @@ argocd proj role get PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_list-tokens.md b/docs/user-guide/commands/argocd_proj_role_list-tokens.md index 043ebd3c71b4e..182f6c5f152a0 100644 --- a/docs/user-guide/commands/argocd_proj_role_list-tokens.md +++ b/docs/user-guide/commands/argocd_proj_role_list-tokens.md @@ -16,6 +16,7 @@ argocd proj role list-tokens PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_list.md b/docs/user-guide/commands/argocd_proj_role_list.md index 194c46a4fae9a..6fcbbb29e7b28 100644 --- a/docs/user-guide/commands/argocd_proj_role_list.md +++ b/docs/user-guide/commands/argocd_proj_role_list.md @@ -16,6 +16,7 @@ argocd proj role list PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_remove-group.md b/docs/user-guide/commands/argocd_proj_role_remove-group.md index f0cc407ff9332..ec1d0c2925890 100644 --- a/docs/user-guide/commands/argocd_proj_role_remove-group.md +++ b/docs/user-guide/commands/argocd_proj_role_remove-group.md @@ -15,6 +15,7 @@ argocd proj role remove-group PROJECT ROLE-NAME GROUP-CLAIM [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_role_remove-policy.md b/docs/user-guide/commands/argocd_proj_role_remove-policy.md index 3cefc34aa693b..fd62107e9f84b 100644 --- a/docs/user-guide/commands/argocd_proj_role_remove-policy.md +++ b/docs/user-guide/commands/argocd_proj_role_remove-policy.md @@ -18,6 +18,7 @@ argocd proj role remove-policy PROJECT ROLE-NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_set.md b/docs/user-guide/commands/argocd_proj_set.md index cc45bcfdcd147..159f615e25c24 100644 --- a/docs/user-guide/commands/argocd_proj_set.md +++ b/docs/user-guide/commands/argocd_proj_set.md @@ -25,6 +25,7 @@ argocd proj set PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows.md b/docs/user-guide/commands/argocd_proj_windows.md index 0453c5a01bec2..6bdda11727092 100644 --- a/docs/user-guide/commands/argocd_proj_windows.md +++ b/docs/user-guide/commands/argocd_proj_windows.md @@ -15,6 +15,7 @@ argocd proj windows [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_add.md b/docs/user-guide/commands/argocd_proj_windows_add.md index 8da8662b0c881..502e8b482f1d2 100644 --- a/docs/user-guide/commands/argocd_proj_windows_add.md +++ b/docs/user-guide/commands/argocd_proj_windows_add.md @@ -23,6 +23,7 @@ argocd proj windows add PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_delete.md b/docs/user-guide/commands/argocd_proj_windows_delete.md index 0d8dc42d13baa..5c26f95d65626 100644 --- a/docs/user-guide/commands/argocd_proj_windows_delete.md +++ b/docs/user-guide/commands/argocd_proj_windows_delete.md @@ -15,6 +15,7 @@ argocd proj windows delete PROJECT ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_disable-manual-sync.md b/docs/user-guide/commands/argocd_proj_windows_disable-manual-sync.md index b02640c6b2aff..c7d3a27d43013 100644 --- a/docs/user-guide/commands/argocd_proj_windows_disable-manual-sync.md +++ b/docs/user-guide/commands/argocd_proj_windows_disable-manual-sync.md @@ -19,6 +19,7 @@ argocd proj windows disable-manual-sync PROJECT ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_enable-manual-sync.md b/docs/user-guide/commands/argocd_proj_windows_enable-manual-sync.md index 78158312cec64..52039935949fd 100644 --- a/docs/user-guide/commands/argocd_proj_windows_enable-manual-sync.md +++ b/docs/user-guide/commands/argocd_proj_windows_enable-manual-sync.md @@ -19,6 +19,7 @@ argocd proj windows enable-manual-sync PROJECT ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_list.md b/docs/user-guide/commands/argocd_proj_windows_list.md index 12004e6572159..2213fbdfeebd7 100644 --- a/docs/user-guide/commands/argocd_proj_windows_list.md +++ b/docs/user-guide/commands/argocd_proj_windows_list.md @@ -16,6 +16,7 @@ argocd proj windows list PROJECT [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_windows_update.md b/docs/user-guide/commands/argocd_proj_windows_update.md index c40b1685d135a..d84d1c8111db4 100644 --- a/docs/user-guide/commands/argocd_proj_windows_update.md +++ b/docs/user-guide/commands/argocd_proj_windows_update.md @@ -25,6 +25,7 @@ argocd proj windows update PROJECT ID [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_relogin.md b/docs/user-guide/commands/argocd_relogin.md index 3a42d4cd48374..4c6c7e7f01de0 100644 --- a/docs/user-guide/commands/argocd_relogin.md +++ b/docs/user-guide/commands/argocd_relogin.md @@ -21,6 +21,7 @@ argocd relogin [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repo.md b/docs/user-guide/commands/argocd_repo.md index 68f6ef629f20e..edfc677c47c5c 100644 --- a/docs/user-guide/commands/argocd_repo.md +++ b/docs/user-guide/commands/argocd_repo.md @@ -31,6 +31,7 @@ argocd repo [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repo_add.md b/docs/user-guide/commands/argocd_repo_add.md index 864842d034340..10a642edc1541 100644 --- a/docs/user-guide/commands/argocd_repo_add.md +++ b/docs/user-guide/commands/argocd_repo_add.md @@ -65,6 +65,7 @@ argocd repo add REPOURL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repo_get.md b/docs/user-guide/commands/argocd_repo_get.md index 44eddacc10daa..5fe1f5db110fd 100644 --- a/docs/user-guide/commands/argocd_repo_get.md +++ b/docs/user-guide/commands/argocd_repo_get.md @@ -17,6 +17,7 @@ argocd repo get [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repo_list.md b/docs/user-guide/commands/argocd_repo_list.md index cc53b8bfc5a02..057f77fa0526e 100644 --- a/docs/user-guide/commands/argocd_repo_list.md +++ b/docs/user-guide/commands/argocd_repo_list.md @@ -17,6 +17,7 @@ argocd repo list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repo_rm.md b/docs/user-guide/commands/argocd_repo_rm.md index 77d7ada653ec0..40b6b9f3baec1 100644 --- a/docs/user-guide/commands/argocd_repo_rm.md +++ b/docs/user-guide/commands/argocd_repo_rm.md @@ -15,6 +15,7 @@ argocd repo rm REPO [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repocreds.md b/docs/user-guide/commands/argocd_repocreds.md index d18a3f3cc9f76..7789b6551180f 100644 --- a/docs/user-guide/commands/argocd_repocreds.md +++ b/docs/user-guide/commands/argocd_repocreds.md @@ -31,6 +31,7 @@ argocd repocreds [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repocreds_add.md b/docs/user-guide/commands/argocd_repocreds_add.md index 4902fa94a3046..a6ff2474a7047 100644 --- a/docs/user-guide/commands/argocd_repocreds_add.md +++ b/docs/user-guide/commands/argocd_repocreds_add.md @@ -47,6 +47,7 @@ argocd repocreds add REPOURL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repocreds_list.md b/docs/user-guide/commands/argocd_repocreds_list.md index 4eb0d781c2c99..ce3717bcb6962 100644 --- a/docs/user-guide/commands/argocd_repocreds_list.md +++ b/docs/user-guide/commands/argocd_repocreds_list.md @@ -16,6 +16,7 @@ argocd repocreds list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_repocreds_rm.md b/docs/user-guide/commands/argocd_repocreds_rm.md index 2784c13642581..6148c5f61fe30 100644 --- a/docs/user-guide/commands/argocd_repocreds_rm.md +++ b/docs/user-guide/commands/argocd_repocreds_rm.md @@ -15,6 +15,7 @@ argocd repocreds rm CREDSURL [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_version.md b/docs/user-guide/commands/argocd_version.md index 74b44bbe945ba..b3f8c8ba4e6f9 100644 --- a/docs/user-guide/commands/argocd_version.md +++ b/docs/user-guide/commands/argocd_version.md @@ -51,6 +51,7 @@ argocd version [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file From e1bc3ac8c182022658506ccdc9d0896208bb54bd Mon Sep 17 00:00:00 2001 From: pashakostohrys Date: Thu, 15 Aug 2024 11:44:28 +0300 Subject: [PATCH 2/2] execute codegen Signed-off-by: pashakostohrys --- docs/user-guide/commands/argocd_account_bcrypt.md | 1 + .../argocd_admin_cluster_namespaces_disable-namespaced-mode.md | 2 -- .../argocd_admin_cluster_namespaces_enable-namespaced-mode.md | 2 -- docs/user-guide/commands/argocd_admin_initial-password.md | 1 + docs/user-guide/commands/argocd_admin_notifications.md | 1 + docs/user-guide/commands/argocd_admin_notifications_template.md | 1 + .../commands/argocd_admin_notifications_template_get.md | 1 + .../commands/argocd_admin_notifications_template_notify.md | 1 + docs/user-guide/commands/argocd_admin_notifications_trigger.md | 1 + .../commands/argocd_admin_notifications_trigger_get.md | 1 + .../commands/argocd_admin_notifications_trigger_run.md | 1 + docs/user-guide/commands/argocd_admin_redis-initial-password.md | 1 + ...admin_settings_resource-overrides_ignore-resource-updates.md | 1 + docs/user-guide/commands/argocd_app_add-source.md | 1 + docs/user-guide/commands/argocd_app_remove-source.md | 1 + docs/user-guide/commands/argocd_appset.md | 1 + docs/user-guide/commands/argocd_appset_create.md | 1 + docs/user-guide/commands/argocd_appset_delete.md | 1 + docs/user-guide/commands/argocd_appset_get.md | 1 + docs/user-guide/commands/argocd_appset_list.md | 1 + docs/user-guide/commands/argocd_cluster_set.md | 1 + docs/user-guide/commands/argocd_proj_add-source-namespace.md | 1 + docs/user-guide/commands/argocd_proj_remove-source-namespace.md | 1 + 23 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/commands/argocd_account_bcrypt.md b/docs/user-guide/commands/argocd_account_bcrypt.md index 6bc282cfaab1e..c38614424c081 100644 --- a/docs/user-guide/commands/argocd_account_bcrypt.md +++ b/docs/user-guide/commands/argocd_account_bcrypt.md @@ -25,6 +25,7 @@ argocd account bcrypt --password YOUR_PASSWORD ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md b/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md index 719158db97686..e2d89d36e02e3 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md +++ b/docs/user-guide/commands/argocd_admin_cluster_namespaces_disable-namespaced-mode.md @@ -39,8 +39,6 @@ argocd admin cluster namespaces disable-namespaced-mode PATTERN [flags] ``` --argocd-context string The name of the Argo-CD server context to use - --as string Username to impersonate for the operation - --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md b/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md index 006afb45744b3..9f8dd9047c8a9 100644 --- a/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md +++ b/docs/user-guide/commands/argocd_admin_cluster_namespaces_enable-namespaced-mode.md @@ -41,8 +41,6 @@ argocd admin cluster namespaces enable-namespaced-mode PATTERN [flags] ``` --argocd-context string The name of the Argo-CD server context to use - --as string Username to impersonate for the operation - --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_initial-password.md b/docs/user-guide/commands/argocd_admin_initial-password.md index dbc44561debdc..3df3bdc666559 100644 --- a/docs/user-guide/commands/argocd_admin_initial-password.md +++ b/docs/user-guide/commands/argocd_admin_initial-password.md @@ -37,6 +37,7 @@ argocd admin initial-password [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_notifications.md b/docs/user-guide/commands/argocd_admin_notifications.md index 87429217f99e9..9159d1af3c0cb 100644 --- a/docs/user-guide/commands/argocd_admin_notifications.md +++ b/docs/user-guide/commands/argocd_admin_notifications.md @@ -42,6 +42,7 @@ argocd admin notifications [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_notifications_template.md b/docs/user-guide/commands/argocd_admin_notifications_template.md index 75d5700aaac04..9ac47ec7c0889 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_template.md +++ b/docs/user-guide/commands/argocd_admin_notifications_template.md @@ -17,6 +17,7 @@ argocd admin notifications template [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_notifications_template_get.md b/docs/user-guide/commands/argocd_admin_notifications_template_get.md index 214a8e5cd442b..e82bca7716114 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_template_get.md +++ b/docs/user-guide/commands/argocd_admin_notifications_template_get.md @@ -29,6 +29,7 @@ argocd admin notifications template get app-sync-succeeded -o=yaml ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_notifications_template_notify.md b/docs/user-guide/commands/argocd_admin_notifications_template_notify.md index 4f94a9d960476..64ab824453321 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_template_notify.md +++ b/docs/user-guide/commands/argocd_admin_notifications_template_notify.md @@ -30,6 +30,7 @@ argocd admin notifications template notify app-sync-succeeded guestbook ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_notifications_trigger.md b/docs/user-guide/commands/argocd_admin_notifications_trigger.md index d6ff9e53ab235..faa9fb3674fc5 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_trigger.md +++ b/docs/user-guide/commands/argocd_admin_notifications_trigger.md @@ -17,6 +17,7 @@ argocd admin notifications trigger [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_notifications_trigger_get.md b/docs/user-guide/commands/argocd_admin_notifications_trigger_get.md index acd2ab5af9553..d439ada6634eb 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_trigger_get.md +++ b/docs/user-guide/commands/argocd_admin_notifications_trigger_get.md @@ -29,6 +29,7 @@ argocd admin notifications trigger get on-sync-failed -o=yaml ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_notifications_trigger_run.md b/docs/user-guide/commands/argocd_admin_notifications_trigger_run.md index f8bebb2937937..68a39f102da17 100644 --- a/docs/user-guide/commands/argocd_admin_notifications_trigger_run.md +++ b/docs/user-guide/commands/argocd_admin_notifications_trigger_run.md @@ -29,6 +29,7 @@ argocd admin notifications trigger run on-sync-status-unknown ./sample-app.yaml ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --argocd-repo-server string Argo CD repo server address (default "argocd-repo-server:8081") --argocd-repo-server-plaintext Use a plaintext client (non-TLS) to connect to repository server --argocd-repo-server-strict-tls Perform strict validation of TLS certificates when connecting to repo server diff --git a/docs/user-guide/commands/argocd_admin_redis-initial-password.md b/docs/user-guide/commands/argocd_admin_redis-initial-password.md index 85e56195758dd..a35a7d55e54f8 100644 --- a/docs/user-guide/commands/argocd_admin_redis-initial-password.md +++ b/docs/user-guide/commands/argocd_admin_redis-initial-password.md @@ -37,6 +37,7 @@ argocd admin redis-initial-password [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-resource-updates.md b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-resource-updates.md index 0eeefab2713ea..b2154319b46ca 100644 --- a/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-resource-updates.md +++ b/docs/user-guide/commands/argocd_admin_settings_resource-overrides_ignore-resource-updates.md @@ -30,6 +30,7 @@ argocd admin settings resource-overrides ignore-resource-updates ./deploy.yaml - ``` --argocd-cm-path string Path to local argocd-cm.yaml file + --argocd-context string The name of the Argo-CD server context to use --argocd-secret-path string Path to local argocd-secret.yaml file --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. diff --git a/docs/user-guide/commands/argocd_app_add-source.md b/docs/user-guide/commands/argocd_app_add-source.md index 3067f99110b9d..a91a04c9a4bb7 100644 --- a/docs/user-guide/commands/argocd_app_add-source.md +++ b/docs/user-guide/commands/argocd_app_add-source.md @@ -83,6 +83,7 @@ argocd app add-source APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_app_remove-source.md b/docs/user-guide/commands/argocd_app_remove-source.md index 9f96989e5d482..6482c8a600087 100644 --- a/docs/user-guide/commands/argocd_app_remove-source.md +++ b/docs/user-guide/commands/argocd_app_remove-source.md @@ -26,6 +26,7 @@ argocd app remove-source APPNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_appset.md b/docs/user-guide/commands/argocd_appset.md index 7b543ae318831..09e33a2bcd9f4 100644 --- a/docs/user-guide/commands/argocd_appset.md +++ b/docs/user-guide/commands/argocd_appset.md @@ -52,6 +52,7 @@ argocd appset [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_appset_create.md b/docs/user-guide/commands/argocd_appset_create.md index 70c9d6b61c84f..718074a950f97 100644 --- a/docs/user-guide/commands/argocd_appset_create.md +++ b/docs/user-guide/commands/argocd_appset_create.md @@ -30,6 +30,7 @@ argocd appset create [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_appset_delete.md b/docs/user-guide/commands/argocd_appset_delete.md index d97ca51b604e8..3e9b09c2262ac 100644 --- a/docs/user-guide/commands/argocd_appset_delete.md +++ b/docs/user-guide/commands/argocd_appset_delete.md @@ -25,6 +25,7 @@ argocd appset delete [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_appset_get.md b/docs/user-guide/commands/argocd_appset_get.md index 8024d8ebf0a06..b73139efb4659 100644 --- a/docs/user-guide/commands/argocd_appset_get.md +++ b/docs/user-guide/commands/argocd_appset_get.md @@ -26,6 +26,7 @@ argocd appset get APPSETNAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_appset_list.md b/docs/user-guide/commands/argocd_appset_list.md index 92e0b21cb749b..52135d7975d58 100644 --- a/docs/user-guide/commands/argocd_appset_list.md +++ b/docs/user-guide/commands/argocd_appset_list.md @@ -28,6 +28,7 @@ argocd appset list [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_cluster_set.md b/docs/user-guide/commands/argocd_cluster_set.md index 3f25dda8dac2d..eece336c95af9 100644 --- a/docs/user-guide/commands/argocd_cluster_set.md +++ b/docs/user-guide/commands/argocd_cluster_set.md @@ -29,6 +29,7 @@ argocd cluster set NAME [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_add-source-namespace.md b/docs/user-guide/commands/argocd_proj_add-source-namespace.md index ced1f6fa3c67d..c74e8c2436375 100644 --- a/docs/user-guide/commands/argocd_proj_add-source-namespace.md +++ b/docs/user-guide/commands/argocd_proj_add-source-namespace.md @@ -24,6 +24,7 @@ argocd proj add-source-namespace PROJECT NAMESPACE [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file diff --git a/docs/user-guide/commands/argocd_proj_remove-source-namespace.md b/docs/user-guide/commands/argocd_proj_remove-source-namespace.md index 6a0ee319c7b9b..8bcb081d17b73 100644 --- a/docs/user-guide/commands/argocd_proj_remove-source-namespace.md +++ b/docs/user-guide/commands/argocd_proj_remove-source-namespace.md @@ -24,6 +24,7 @@ argocd proj remove-source-namespace PROJECT NAMESPACE [flags] ### Options inherited from parent commands ``` + --argocd-context string The name of the Argo-CD server context to use --auth-token string Authentication token --client-crt string Client certificate file --client-crt-key string Client certificate key file