Skip to main content

astroctl_application_template

astroctl application template

Print a starter YAML template for application deployment

Synopsis

Print a starter YAML template and exit. No API call is made.

Source types: image | helm | repository | yaml

Use --schema to show every available field from the Go struct.

astroctl application template [source-type] [flags]

Examples


# Image source template (default)
astroctl application template

# Helm source template
astroctl application template helm

# Repository (GitOps) source template
astroctl application template repository

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

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