DopplerHQ / cli

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

Support installing CLI to custom path #280

Closed Piccirello closed 2 years ago

Piccirello commented 2 years ago

This PR adds support for installing the CLI to a custom path via the install.sh script. This feature will enable the CLI to someday support updating itself when running out of a custom directory.

Piccirello commented 2 years ago

This PR isn't quite ready yet- there's a shellcheck failure I need to fix. I've also split it up so I can ship the other commit more quickly (#281). Will take this out of draft mode once it's ready for another review.