In this release we deprecated our enclave naming. All enclave commands are now accessible without the word enclave
. For example, doppler enclave setup
is now just doppler setup
. We think this should help clear us some confusion users had when interacting with the CLI. All enclave commands will be removed in a future v4 release.
Additionally, configuration options enclave.config
and enclave.project
are now config
and project
, respectively. The old names are still accessible when using doppler configure
commands and are still used when printing configuration JSON for backwards compatibility (e.g. doppler configure --json
).
Finally, ENCLAVE_CONFIG
and ENCLAVE_PROJECT
environment variables have been deprecated and replaced with DOPPLER_CONFIG
and DOPPLER_PROJECT
, respectively.
Changelog
273f884 Add deprecation notice to 'enclave' commands
9f5bb40 Add support for DOPPLER_CONFIG and DOPPLER_PROJECT env vars
f0d02c8 Deprecate --no-update-enclave-config
flag
db975cc Ensure HTTP connections are closed after each request
e435219 Handle edge case where response body may not be closed
10bf4a8 Hide 'enclave' command from help menu
c629d2c Move commands out from "enclave" sub-command
7209774 Properly handle errors with non-json response
4892c63 Translate Enclave config options when accepting user input
2344d5f Translate Enclave config options when printing table
Docker images
docker pull dopplerhq/cli:3.12.0-python
docker pull dopplerhq/cli:3.12-python
docker pull dopplerhq/cli:3-python
docker pull dopplerhq/cli:python
docker pull gcr.io/dopplerhq/cli:3.12.0-python
docker pull gcr.io/dopplerhq/cli:3.12-python
docker pull gcr.io/dopplerhq/cli:3-python
docker pull gcr.io/dopplerhq/cli:python
docker pull dopplerhq/cli:3.12.0
docker pull dopplerhq/cli:3.12
docker pull dopplerhq/cli:3
docker pull dopplerhq/cli:latest
docker pull gcr.io/dopplerhq/cli:3.12.0
docker pull gcr.io/dopplerhq/cli:3.12
docker pull gcr.io/dopplerhq/cli:3
docker pull gcr.io/dopplerhq/cli:latest
docker pull dopplerhq/cli:3.12.0-node
docker pull dopplerhq/cli:3.12-node
docker pull dopplerhq/cli:3-node
docker pull dopplerhq/cli:node
docker pull gcr.io/dopplerhq/cli:3.12.0-node
docker pull gcr.io/dopplerhq/cli:3.12-node
docker pull gcr.io/dopplerhq/cli:3-node
docker pull gcr.io/dopplerhq/cli:node
docker pull dopplerhq/cli:3.12.0-ruby
docker pull dopplerhq/cli:3.12-ruby
docker pull dopplerhq/cli:3-ruby
docker pull dopplerhq/cli:ruby
docker pull gcr.io/dopplerhq/cli:3.12.0-ruby
docker pull gcr.io/dopplerhq/cli:3.12-ruby
docker pull gcr.io/dopplerhq/cli:3-ruby
docker pull gcr.io/dopplerhq/cli:ruby