0.0.2 • Published 3 years ago

@hoenir/cli v0.0.2

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

hoenir-cli

The command line interface for the Hœnir framework.

oclif Version Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @hoenir/cli
$ hoenir COMMAND
running command...
$ hoenir (-v|--version|version)
@hoenir/cli/0.0.2 darwin-x64 node-v14.15.1
$ hoenir --help [COMMAND]
USAGE
  $ hoenir COMMAND
...

Commands

hoenir create:basic-key

Puts a new key pair into the current directory.

USAGE
  $ hoenir create:basic-key

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ hoenir create:id

See code: src/commands/create/basic-key.ts

hoenir create:id

Returns a freshly generated id.

USAGE
  $ hoenir create:id

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ hoenir create:id

See code: src/commands/create/id.ts

hoenir help [COMMAND]

display help for hoenir

USAGE
  $ hoenir help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

hoenir inspect:file FILE

Inspect a file's contents

USAGE
  $ hoenir inspect:file FILE

ARGUMENTS
  FILE  input file

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ hoenir inspect:file test.hdo

See code: src/commands/inspect/file.ts