DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

Deprecate "secrets notes set" config flag #450

Closed rgharris closed 4 months ago

rgharris commented 4 months ago

Release note: Notes have always been set at the project level so it is more accurate to not provide a config. Use the project note API endpoint if config is not provided. You must still have write access to a config with the secret in order to set its note.

This depends on unreleased API changes so this will not run against our production environment today.

Closes ENG-7581