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 bug where --scope was ignored in manual setup #396

Closed watsonian closed 1 year ago

watsonian commented 1 year ago

This fixes a bug where doppler setup wasn't working as expected if you passed in --scope. Rather than scoping to the directory you passed in, it would always use the current directory.

Fixes ENG-6276.