argocd-app
Verified for current stable LTS
Argocd App Command: Deploy Application
An engineer would use the 'argocd app create' command to deploy a new application to a Kubernetes cluster by specifying the application name, the Git repository containing the application's manifests, the path to those manifests within the repository, and the target destination server and namespace in the cluster. Exact CLI syntax to deploy application using Argocd App.
When to use this: An engineer would use the 'argocd app create' command to deploy a new application to a Kubernetes cluster by specifying the application name, the Git repository containing the application's manifests, the path to those manifests within the repository, and the target destination server and namespace in the cluster.
Command Syntax
argocd app create <app_name> --repo <git_repo_url> --path <path/to/repo> --dest-server https://kubernetes.default.svc --dest-namespace <ns> argocd app create <app_name> --repo <git_repo_url> --path <path/to/repo> --dest-server https://kubernetes.default.svc --dest-namespace <ns> Command Breakdown
--repo- Command Option
- Tool-specific option used by this command invocation.
--path- Command Option
- Tool-specific option used by this command invocation.
--dest-server- Command Option
- Tool-specific option used by this command invocation.
--dest-namespace- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to deploy application using Argocd App.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Argocd App Command: Delete Application
argocd app delete <app_name> Argocd App Command: Preview App Sync argocd app sync <app_name> --dry-run --prune Argocd App Command: List Applications argocd app list --output <json|yaml|wide> Argocd App Command: Get Application Details argocd app get <app_name> --output <json|yaml|wide> Argocd App Command: Enable Auto Sync argocd app set <app_name> --sync-policy auto --auto-prune --self-heal