Skip to main content

astroctl application history

Show the deploy history of an application

Synopsis

Show the deploy history of an application, including rollback eligibility and the currently deployed version.

astroctl application history [flags]

Examples


# Show the deploy history of an application
astroctl app history myapp

# Show the deploy history by name flag
astroctl app history -n myapp

# Show the deploy history in JSON format
astroctl app history myapp -o json

Options

-h, --help help for history
-o, --output string Output format (table|json|yaml) (default "table")

Options inherited from parent commands

-n, --name string name of the application

SEE ALSO