Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add versions list #89

Merged
merged 5 commits into from
Jul 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add versions to README
  • Loading branch information
motdotla committed Jul 24, 2022
commit 4f96f55a8e8060ffc2f37e09fc87fcb6a3474c9f
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,39 @@ Examples:
$ dotenv-vault whoami --dotenvMe=me_1234
```

### `dotenv-vault versions [environment]`

List all versions

Example:

```bash
$ dotenv-vault versions
```

#### Arguments

##### [environment]

Example:

```bash
$ dotenv-vault versions production
# lists all versions of your production .env file
```

#### Options

##### --dotenvMe

Directly pass your `DOTENV_ME` value to the command line, instead of reading from a `.env.me` file.

Examples:

```bash
$ dotenv-vault versions --dotenvMe=me_1234
```

### `dotenv-vault help [command]`

Display help for dotenv-vault commands.
Expand Down