argocd-app Verified for current stable LTS

Argocd App Command: Show Deployment History

An engineer would use the command 'argocd app history {{app_name}} --output {{wide|id}}' when they need to audit or troubleshoot the deployment history of a specific application managed by Argo CD, allowing them to review past revisions and their statuses. Exact CLI syntax to show deployment history using Argocd App.

When to use this: An engineer would use the command 'argocd app history {{app_name}} --output {{wide|id}}' when they need to audit or troubleshoot the deployment history of a specific application managed by Argo CD, allowing them to review past revisions and their statuses.

Command Syntax

argocd app history <app_name> --output <wide|id>

Command Breakdown

--output
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to show deployment history 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