Skip to main content

astroctl_application_profile_apply

astroctl application profile apply

Apply application profile template by file name

astroctl application profile apply [flags]

Examples


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

# Apply the application profile template from stdin
echo 'profileName: test-profile
cloudProvider:
providerName: aws
region: us-west-2' | astroctl app profile apply -f -

# Or pipe YAML content
cat application-profile.yaml | astroctl app profile 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