@radarinc/rv
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

radar-rv

A CLI to make living with Vault easier

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @radarinc/rv
$ rv COMMAND
running command...
$ rv (-v|--version|version)
@radarinc/rv/0.3.2 darwin-x64 node-v8.12.0
$ rv --help [COMMAND]
USAGE
  $ rv COMMAND
...

Commands

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

Readme

Keywords

Package Sidebar

Install

npm i @radarinc/rv

Weekly Downloads

0

Version

0.3.2

License

BSD

Unpacked Size

19.6 kB

Total Files

30

Last publish

Collaborators

  • cavan-radar
  • chpwssn