Set the environment variables for an application based on a file in either dotenv
or json
format.
You must specify an apply-strategy
for your upload process. They can either be applied immediately
or on the next deployment
.
$ cx env-vars upload --stack <application name> --file <filename> --file-type <type> [--apply-strategy <strategy>] [--delete]