1.0.2 • Published 6 years ago

evervault-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

evervault-cli

CLI interface for managing evervault cages

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g evervault-cli
$ evervault COMMAND
running command...
$ evervault (-v|--version|version)
evervault-cli/1.0.1 darwin-x64 node-v12.9.1
$ evervault --help [COMMAND]
USAGE
  $ evervault COMMAND
...

Commands

evervault cage:deploy FILE

Deploy a cage to the evervault network

USAGE
  $ evervault cage:deploy FILE

ARGUMENTS
  FILE  file name to deploy

DESCRIPTION
  ...
  Provide the filename as a parameter and the command will return a unique ID and access URL to run your cage

See code: src/commands/cage/deploy.js

evervault cage:list

List the evervault cages you have deployed

USAGE
  $ evervault cage:list

DESCRIPTION
  ...
  Returns a list of all the deployed cages including their hashes and access URLs

See code: src/commands/cage/list.js

evervault help [COMMAND]

display help for evervault

USAGE
  $ evervault help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

evervault login

Authenticate with your evervault Account to retrieve your API keys

USAGE
  $ evervault login

DESCRIPTION
  ...
  Use your evervault email and password to generate a Bearer auth token

See code: src/commands/login.js

1.0.2

6 years ago

1.0.1

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago