1.3.0 • Published 1 year ago

@netresearch/vault-read v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

vault-read

Read and print secrets from Hashicorp Vault

oclif Version Downloads/week License

Usage

$ npm install -g vault-read
$ vault-read [-u|--username Vault user] [-p|--password Vault password] [-a|--address Vault address] PATH [KEY]
$ vault-read (-v|--version|version)
vault-read/0.0.0 linux-x64 node-v10.16.3
$ vault-read --help
Read secrets from the vault

USAGE
  $ vault-read PATH [KEY]

ARGUMENTS
  PATH  Path from which to read the secret
  KEY   Specific key from the data store in the path

OPTIONS
  -a, --address=address    The Vault url, alternatively provide CI_VAULT_ADDRESS env variable
  -h, --help               show CLI help
  -p, --password=password  The LDAP password for Vault, alternatively provide CI_VAULT_PASSWORD env variable
  -u, --username=username  The LDAP username for Vault, alternatively provide CI_VAULT_USER env variable
  -v, --version            show CLI version
1.2.4

1 year ago

1.3.0

1 year ago

1.2.3

2 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago