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
--time-between-events duration time between events (default 1s)
-w, --watch continuously watch the status of the application

Options inherited from parent commands

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

SEE ALSO