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
astroctl app profile apply -f application-profile.yaml
# application-profile.yaml:
profileName: test-profile
cloudProvider:
providerName: aws
region: us-west-2
# supported values: basic (default), standard, premium, custom (custom is not supported by default, but can be enabled by the admin)
# check the the command astroctl availability tiers
availabilityTier: basic
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
- astroctl application profile - Manage application profile