Skip to content

Commit

Permalink
Merge pull request #401 from arnuschky/doc-pass-env-vars
Browse files Browse the repository at this point in the history
Added documentation of pass env vars
  • Loading branch information
mtibben committed Jul 26, 2019
2 parents 554b83e + febe7f5 commit 23f8921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ For the `aws-vault` command:
* `AWS_VAULT_BACKEND`: Secret backend to use (see the flag `--backend`)
* `AWS_VAULT_KEYCHAIN_NAME`: Name of macOS keychain to use (see the flag `--keychain`)
* `AWS_VAULT_PROMPT`: Prompt driver to use (see the flag `--prompt`)
* `AWS_VAULT_PASS_PASSWORD_STORE_DIR`: Pass password store directory (see the flag `--pass-dir`)
* `AWS_VAULT_PASS_CMD`: Name of the pass executable (see the flag `--pass-cmd`)
* `AWS_VAULT_PASS_PREFIX`: Prefix to prepend to the item path stored in pass (see the flag `--pass-prefix`)

For the `aws-vault exec` subcommand:

Expand Down

0 comments on commit 23f8921

Please sign in to comment.