astroctl_application_get
astroctl application get
Get application detail
Synopsis
Get application detail
astroctl application get [flags]
Examples
# Get a specific application detail
astroctl app get myapp
# Get a specific application in JSON format
astroctl app get myapp -o json
# List all applications (when no name provided)
astroctl app get
# List all applications in JSON format
astroctl app get -o json
Options
-h, --help help for get
-o, --output string Output format (table|json|yaml) (default "table")
Options inherited from parent commands
-n, --name string name of the application
SEE ALSO
- astroctl application - Manage applications