From e1bc3ac8c182022658506ccdc9d0896208bb54bd Mon Sep 17 00:00:00 2001 From: pashakostohrys Date: Thu, 15 Aug 2024 11:44:28 +0300 Subject: [PATCH] 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