argocd-app Verified for current stable LTS

Argocd App Command: Preview App Sync

An engineer would use the command 'argocd app sync {{app_name}} --dry-run --prune' during a deployment planning session to simulate the synchronization of an application with the Git repository, allowing them to preview the changes and identify any resources that would be deleted without actually applying those changes. Exact CLI syntax to preview app sync using Argocd App.

When to use this: An engineer would use the command 'argocd app sync {{app_name}} --dry-run --prune' during a deployment planning session to simulate the synchronization of an application with the Git repository, allowing them to preview the changes and identify any resources that would be deleted without actually applying those changes.

Command Syntax

argocd app sync <app_name> --dry-run --prune

Command Breakdown

--dry-run
Command Option
Tool-specific option used by this command invocation.
--prune
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to preview app sync 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

Back to Argocd App directory