astroctl_application_resync
astroctl application resync
Resync an application
Synopsis
Force resync/refresh an application. Useful when deployments are stuck or you want to force an immediate sync.
astroctl application resync [flags]
Examples
# Resync an application by name
astroctl app resync -n myapp
# Force resync an application (useful when stuck in terminating state)
astroctl app resync -n myapp --force
# Resync using positional argument
astroctl app resync myapp --force
Options
--force Force sync even if no changes detected or previous operation is stuck
-h, --help help for resync
Options inherited from parent commands
-n, --name string name of the application
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl application - Manage applications