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

Fix 'doppler configs delete' and 'doppler environments delete' commands #366

Closed nmanoogian closed 1 year ago

nmanoogian commented 1 year ago

...by passing query params to API function.

This fixes a regression introduced in bd094d1e7023174c24e58fbf1647ebe87bebce95

Closes ENG-5849