Skip to main content

art_env_update

art env update

Update environment using the provided yaml file

Synopsis

Updates the environment with the latest spec. The spec is reflected in the infrastructure, i.e., the missing resources will be deleted and is there are new resources in the spec they are created. For example, if you have 1 instance of eks named 'tropical' and 1 instance of rds 'tropicalpostgres' and you remove the rds instance 'tropicalpostgres' and add another rds instance 'untropicalpostgres', then the rds instance 'tropicalpostgres' is deleted and instance 'untropicalpostgres' is created.

art env update -f FILENAME [flags]

Examples

update -f env.yaml

Options

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

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