Skip to main content

astroctl_application_resume

astroctl application resume

Resume a pinned application back to its tracked revision

Synopsis

Resume an application that was pinned by a rollback so it tracks its configured branch/tag again. A plan is always shown before any change is applied.

astroctl application resume [flags]

Examples


# Resume a pinned application (shows a plan, then prompts)
astroctl app resume myapp

# Resume by name flag
astroctl app resume -n myapp

# Show the resume plan without applying it
astroctl app resume myapp --dry-run

# Resume without an interactive prompt
astroctl app resume myapp --yes --reason "fix verified"

Options

--dry-run Show the resume plan without applying it
-h, --help help for resume
-o, --output string Output format (table|json|yaml) (default "table")
--reason string Optional audit reason for the resume
-y, --yes Skip the confirmation prompt

Options inherited from parent commands

-n, --name string name of the application

SEE ALSO