Skip to main content

art_env_create

art env create

Create a new environment using the specified environment config yaml file

Synopsis

Create a new environment with the resources provided in the specified yaml file. This needs to be a new environment. If the (environment, region) combination already exists in the db this will throw an error.

art env create -f FILENAME [flags]

Examples

create -f env.yaml

Options

  -f, --file string   the name of the file you want to write to (default "env.yaml")
-h, --help help for create

Options inherited from parent commands

      --key string      art key (clientID you get when a token is generated from the ui)
--secret string art secret (secret you get when a token is generated from the ui)

SEE ALSO

  • art env - Parent command to manage your environment
Auto generated by spf13/cobra on 2-Nov-2022