Skip to content

Commit

Permalink
Add usage section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 13, 2019
1 parent 5c9544d commit 27b7eae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,22 @@ You can download all binaries and release artifacts from the [Releases](https://

You can also directly download the generated `.deb` and `.rpm` packages. If a binary doesn't exist for the OS/architecture you use, please open a GitHub Issue.

## Usage

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
```

For a list of all commands:

```sh
$ doppler help
```

## Development

### Build
Expand Down

0 comments on commit 27b7eae

Please sign in to comment.