env-vars set
Adds (or updates) a single environment variables for your application. You can use the --apply-strategy option to specify when Cloud 66 will apply the change in environment variables to your servers. The default is immediately.
Options
| Argument | Required? | Default | Description |
|---|---|---|---|
--stack, -s <application name> | yes | — | Name of your application |
<key> | yes | — | The KEY for the env-var that will be added or updated |
<value> | yes | — | The value assigned to the KEY |
--apply strategy | no | immediately | When the changes will be applied. Options are immediately, deployment |