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
-n, --name string The name of the application profile to get
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO