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 from file
astroctl app apply -f application.yaml
# Apply the application template from stdin
echo 'name: myapp
profileName: test-profile
source:
type: image
image:
name: astropulse/latency:v1.0.0' | astroctl app apply -f -
# Or pipe YAML content
cat application.yaml | astroctl app apply -f -
Options
-f, --file string The files that contain the configurations to apply. Use '-' to read from stdin.
-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
- astroctl application - Manage applications