Skip to content

Update doppler run commands to not switch directory#109

Open
thebrandonlucas wants to merge 1 commit intotee8z:masterfrom
thebrandonlucas:change-ui-start-command
Open

Update doppler run commands to not switch directory#109
thebrandonlucas wants to merge 1 commit intotee8z:masterfrom
thebrandonlucas:change-ui-start-command

Conversation

@thebrandonlucas
Copy link
Copy Markdown
Contributor

Currently, the README says to run doppler via:

UI:

  cd $HOME/.doppler/<release tag> && node ./build

CLI:

  cd $HOME/.doppler && doppler -h

I propose we change them respectively to:

 node $HOME/.doppler/<release tag>/build
doppler -h $HOME/.doppler

Reason 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.

Comment thread README.md
To run as cli
```sh
cd $HOME/.doppler && doppler -h
doppler -h $HOME/.doppler
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair point, but I believe we actually need the command here to be:
$HOME/.doppler/<release tag>/doppler -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants