Skip to main content

astroctl_application_profile_template

astroctl application profile template

Print a starter YAML template for application profile creation

astroctl application profile template [flags]

Examples


# Print starter template
astroctl application profile template > profile.yaml

# Full schema — all available fields
astroctl application profile template --schema

# Pipe directly into apply
astroctl application profile template | astroctl application profile apply -f -

Options

-h, --help help for template
--schema Show all available fields from the Go struct

Options inherited from parent commands

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

SEE ALSO