Skip to main content

astroctl_application_status

astroctl application status

Get the status of an application

Synopsis

Get the status of an application

astroctl application status [flags]

Examples


# Get the status of the application
astroctl app status -n myapp

# Get the status of the application and watch
astroctl app status -n myapp -w


Options

  -h, --help    help for status
-w, --watch continuously watch the status of the application (default true)

Options inherited from parent commands

  -n, --name string     name of the application
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO