github DopplerHQ/cli 3.0.0

latest releases: 3.68.0, 3.67.1, 3.67.0...
4 years ago

This release contains one breaking change for doppler run users. If you currently pass your run command to the CLI as a string (e.g. doppler run -- "node && node"), you'll need to switch to the new --command option (e.g. doppler run --command="node && node"). All other usage is unaffected.

Example 1

v2: doppler run -- "node && node"
v3: doppler run --command="node && node"

Example 2

v2: doppler run -- node --inspect app.js
v3: doppler run -- node --inspect app.js (unchanged)

Changelog

751ea84 Allow caller to specify run command streams (stdin, stdout, stderr)
7d3ee7c Allow executing string-wrapped commands via --command flag
c7135eb Fix path to gosec scanner
7cbd5a6 Remove redundant "Error" keyword
073f5ea Update version in install docs

Docker images

  • docker pull dopplerhq/cli:3.0.0-node
  • docker pull dopplerhq/cli:3.0-node
  • docker pull dopplerhq/cli:3-node
  • docker pull dopplerhq/cli:node
  • docker pull gcr.io/dopplerhq/cli:3.0.0-node
  • docker pull gcr.io/dopplerhq/cli:3.0-node
  • docker pull gcr.io/dopplerhq/cli:3-node
  • docker pull gcr.io/dopplerhq/cli:node
  • docker pull dopplerhq/cli:3.0.0-python
  • docker pull dopplerhq/cli:3.0-python
  • docker pull dopplerhq/cli:3-python
  • docker pull dopplerhq/cli:python
  • docker pull gcr.io/dopplerhq/cli:3.0.0-python
  • docker pull gcr.io/dopplerhq/cli:3.0-python
  • docker pull gcr.io/dopplerhq/cli:3-python
  • docker pull gcr.io/dopplerhq/cli:python
  • docker pull dopplerhq/cli:3.0.0
  • docker pull dopplerhq/cli:3.0
  • docker pull dopplerhq/cli:3
  • docker pull dopplerhq/cli:latest
  • docker pull gcr.io/dopplerhq/cli:3.0.0
  • docker pull gcr.io/dopplerhq/cli:3.0
  • docker pull gcr.io/dopplerhq/cli:3
  • docker pull gcr.io/dopplerhq/cli:latest
  • docker pull dopplerhq/cli:3.0.0-ruby
  • docker pull dopplerhq/cli:3.0-ruby
  • docker pull dopplerhq/cli:3-ruby
  • docker pull dopplerhq/cli:ruby
  • docker pull gcr.io/dopplerhq/cli:3.0.0-ruby
  • docker pull gcr.io/dopplerhq/cli:3.0-ruby
  • docker pull gcr.io/dopplerhq/cli:3-ruby
  • docker pull gcr.io/dopplerhq/cli:ruby

Don't miss a new cli release

NewReleases is sending notifications on new releases.