besucli

Besu command line features

Usage no npm install needed!

<script type="module">
  import besucli from 'https://cdn.skypack.dev/besucli';
</script>

README

besucli

Besu command line features

oclif Version Downloads/week License

Usage

$ npm install -g besucli
$ besucli COMMAND
running command...
$ besucli (-v|--version|version)
besucli/0.0.6 darwin-x64 node-v16.3.0
$ besucli --help [COMMAND]
USAGE
  $ besucli COMMAND
...

Commands

besucli help [COMMAND]

display help for besucli

USAGE
  $ besucli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

besucli release

create new release

USAGE
  $ besucli release

OPTIONS
  -b, --branch=branch    [default: master] branch to release
  -f, --force
  -h, --help             show CLI help
  -o, --owner=owner      [default: hyperledger] github owner
  -r, --repo=repo        [default: besu] github repository
  -v, --version=version  version to release

See code: src/commands/release.ts