Comment on page
release environments vars-get
Command reference doc for the Release CLI
Get an environment's current environment variables and prints them to standard output
release environments vars-get [flags]
Save environment variables to a file:
> release environments vars-get --app backend --environment staging > backend-staging.env
--account <string> | Account name or ID (default: $RELEASE_ACCOUNT or "account" in config file) |
--app <string> | App name or ID (default: $RELEASE_APP or "app" in config file) |
--environment <string> | Environment handle or ID |
--config <string> | config file (default is $HOME/.release.yaml) |
--debug | enable debug logging |
Last modified 2mo ago