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

Add support for value types #457

Closed apazzolini closed 1 month ago

apazzolini commented 1 month ago

This adds read/write support for value types in the CLI.

Notably, this destructures the type field inside of the value type properties for direct usage. If we ever support additional metadata on value types (e.g. regex with a pattern), we'll add a second CLI flag for setting it. This keeps the 99% case cleaner.

Closes ENG-7909