@radarinc/rv
v0.3.2
Published
A CLI to make living with Vault easier
Downloads
3
Readme
radar-rv
A CLI to make living with Vault easier
Usage
$ npm install -g @radarinc/rv
$ rv COMMAND
running command...
$ rv (-v|--version|version)
@radarinc/rv/0.3.1 darwin-x64 node-v8.12.0
$ rv --help [COMMAND]
USAGE
$ rv COMMAND
...
Commands
rv config [KEY] [VALUE]
rv context-config KEY [VALUE]
rv get-context
rv hello [FILE]
rv help [COMMAND]
rv login
rv read [PATH]
rv use-context CONTEXTNAME
rv config [KEY] [VALUE]
Get or set individual config values. Provide no arguments to view all values.
USAGE
$ rv config [KEY] [VALUE]
OPTIONS
-h, --help show CLI help
See code: src/commands/config.ts
rv context-config KEY [VALUE]
set a config value for the current context
USAGE
$ rv context-config KEY [VALUE]
OPTIONS
-h, --help show CLI help
See code: src/commands/context-config.ts
rv get-context
get the current context
USAGE
$ rv get-context
See code: src/commands/get-context.ts
rv hello [FILE]
describe the command here
USAGE
$ rv hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ rv hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
rv help [COMMAND]
display help for rv
USAGE
$ rv help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
rv login
authenticate against the vault
USAGE
$ rv login
See code: src/commands/login.ts
rv read [PATH]
read a path from the vault
USAGE
$ rv read [PATH]
See code: src/commands/read.ts
rv use-context CONTEXTNAME
select an existing context or create a new context
USAGE
$ rv use-context CONTEXTNAME
OPTIONS
-c, --create
See code: src/commands/use-context.ts