1.0.0 • Published 5 years ago

cyber-host-cli v1.0.0

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

hostcli

CLI to setup a host node and manage the storage and execution of autonomous agents

oclif Version Downloads/week License

Usage

$ npm install -g hostcli
$ host COMMAND
running command...
$ host (-v|--version|version)
hostcli/1.0.0 linux-x64 node-v8.10.0
$ host --help [COMMAND]
USAGE
  $ host COMMAND
...

Commands

host hello

Describe the command here

USAGE
  $ host hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

host help [COMMAND]

display help for host

USAGE
  $ host help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help