Skip to main content

astroctl_application_apply

astroctl application apply

Apply application template by file name

Synopsis

Apply application template by file name

astroctl application apply [flags]

Examples


# Apply the application template
astroctl app apply -f application.yaml

# application.yaml:
name: myapp
profileName: test-profile
image: astropulse/latency:v1.0.0

Options

  -f, --file string   The files that contain the configurations to apply.
-h, --help help for apply

Options inherited from parent commands

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

SEE ALSO