JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q39498F
  • License Apache-2.0

Besu command line features

Package Exports

  • besucli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (besucli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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