argocd-app
Verified for current stable LTS
Argocd App Commands
Argocd App command syntax with verified terminal examples.
Commands
9 commands for Argocd App
argocd-app Operations
Argocd App Command: Delete Application
argocd app delete <app_name> argocd-app Operations
Argocd App Command: Preview App Sync
argocd app sync <app_name> --dry-run --prune argocd-app HTTP
Argocd App Command: List Applications
argocd app list --output <json|yaml|wide> argocd-app HTTP
Argocd App Command: Get Application Details
argocd app get <app_name> --output <json|yaml|wide> argocd-app HTTP
Argocd App Command: Deploy Application
argocd app create <app_name> --repo <git_repo_url> --path <path/to/repo> --dest-server https://kubernetes.default.svc --dest-namespace <ns> argocd-app Operations
Argocd App Command: Enable Auto Sync
argocd app set <app_name> --sync-policy auto --auto-prune --self-heal argocd-app Operations
Argocd App Command: Show Deployment History
argocd app history <app_name> --output <wide|id> argocd-app Operations
Argocd App Command: Rollback Application
argocd app rollback <app_name> <history_id> --prune argocd-app Operations
Argocd App Command: Preview Sync
argocd app sync <app_name> --dry-run --prune Suggest a Argocd App Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Argocd App workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.