New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@radarinc/rv

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radarinc/rv

A CLI to make living with Vault easier

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
3
Created
Source

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

Keywords

oclif

FAQs

Package last updated on 14 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts