A command line interface for Bruno projects
$ npm install -g bruno-cli
$ bruno COMMAND
running command...
$ bruno (-v|--version|version)
bruno-cli/0.0.0 linux-x64 node-v12.19.0
$ bruno --help [COMMAND]
USAGE
$ bruno COMMAND
...
Describe the command here
USAGE
$ bruno audit
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/audit.js
Describe the command here
USAGE
$ bruno build
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/build.js
Generate a build file
USAGE
$ bruno generate
OPTIONS
-n, --name=name name to print
See code: src/commands/generate.js
display help for bruno
USAGE
$ bruno help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Initialize a new Bruno project.
USAGE
$ bruno init
See code: src/commands/init.js
Describe the command here
USAGE
$ bruno prune
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/prune.js
Describe the command here
USAGE
$ bruno test
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/test.js