Skip to main content

astroctl_application_profile_get

astroctl application profile get

Get application profile template

astroctl application profile get [flags]

Examples


# Get an application profile template
astroctl app profile get -n test-profile

# Get all application profile templates with ojson output
astroctl app profile get test-profile -ojson

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