From b311f01c7f0cb66574b855818c58888b96d82310 Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Wed, 13 Nov 2019 14:02:51 -0800 Subject: [PATCH] Remove non-existant login command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63f05222..4673c4b6 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ You can also directly download the generated `.deb` and `.rpm` packages. If a bi Once installed, you can access the Doppler CLI with the `doppler` command. ```sh -$ doppler login # generate local credentials -$ doppler setup # select your project and config -$ doppler configure --all # (optional) view local configuration +$ doppler configure set key=$YOUR_API_KEY # set local credentials +$ doppler setup # select your project and config +$ doppler configure --all # (optional) view local configuration ``` For a list of all commands: