Skip to main content

astroctl_application_spec

astroctl application spec

Get the original specification of an application

Synopsis

Retrieves the original request specification used to create the application for upgrade workflows

astroctl application spec [flags]

Examples


# Get the specification of an application using positional argument
astroctl app spec myapp

# Get the specification of an application using flag
astroctl app spec -n myapp

# Get the specification in JSON format
astroctl app spec myapp -o json

# Get the specification in YAML format
astroctl app spec myapp -o yaml

Options

  -h, --help            help for spec
-o, --output string Output format (json|yaml) (default "yaml")

Options inherited from parent commands

  -n, --name string   name of the application

SEE ALSO