Update doppler run commands to not switch directory#109
Open
thebrandonlucas wants to merge 1 commit intotee8z:masterfrom
Open
Update doppler run commands to not switch directory#109thebrandonlucas wants to merge 1 commit intotee8z:masterfrom
thebrandonlucas wants to merge 1 commit intotee8z:masterfrom
Conversation
tee8z
reviewed
Mar 29, 2025
| To run as cli | ||
| ```sh | ||
| cd $HOME/.doppler && doppler -h | ||
| doppler -h $HOME/.doppler |
Owner
There was a problem hiding this comment.
fair point, but I believe we actually need the command here to be:
$HOME/.doppler/<release tag>/doppler -h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, the
READMEsays to run doppler via:UI:
CLI:
I propose we change them respectively to:
doppler -h $HOME/.dopplerReason being that when you're developing locally the current commands take you out of the directory you are currently working on doppler from which is unnecessary and annoying if you stop the server and have to navigate back on every run.