From 25a379549fb0d566e2b6ad3e9b6dc506720652bd Mon Sep 17 00:00:00 2001 From: priyanshusd <51895602+priyanshusd@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:39:47 +0530 Subject: [PATCH] replaced --dest-kube-server with --dest-server in argocd-autopilot_project_create.md Fixed a typo, where `--dest-kube-server` flag was referred instead of `--dest-server` --- docs/commands/argocd-autopilot_project_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/argocd-autopilot_project_create.md b/docs/commands/argocd-autopilot_project_create.md index 940a841d..e897f5a8 100644 --- a/docs/commands/argocd-autopilot_project_create.md +++ b/docs/commands/argocd-autopilot_project_create.md @@ -40,7 +40,7 @@ argocd-autopilot project create [PROJECT] [flags] --cluster-resources Indicates if cluster level resources should be managed. The setting is used only if list of managed namespaces is not empty. --config string Path to Argo CD config (default "/home/user/.config/argocd/config") --core If set to true then CLI talks directly to Kubernetes instead of talking to Argo CD API server - --dest-kube-context string The default destination kubernetes context for applications in this project (will be ignored if --dest-kube-server is supplied) + --dest-kube-context string The default destination kubernetes context for applications in this project (will be ignored if --dest-server is supplied) --dest-server string The default destination kubernetes server for applications in this project --dry-run If true, print manifests instead of applying them to the cluster (nothing will be commited to git) --exec-command string Command to run to provide client credentials to the cluster. You may need to build a custom ArgoCD image to ensure the command is available at runtime.