Alpine based image with Convox CLI and custom scripts.
Usage: update-env-vars org rack [envs]
Where:
org
is the convox organisationrack
is the convox rackenvs
is a list of optional environment variables to provide to the appapp
is implied by .convox/app or the current working directory
The script resolves differences between the current environment variables and those provided in envs
and will take the following actions:
convox env set
any environment variables provided inenvs
that are either not currently present or whose values differconvox env unset
any environment variables not provided inenvs