Skip to content

mwermert/bruno-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bruno-cli

A command line interface for Bruno projects

oclif Maintainability Version Downloads/week

Usage

$ 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
...

Commands

bruno audit

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

bruno build

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

bruno generate

Generate a build file

USAGE
  $ bruno generate

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

See code: src/commands/generate.js

bruno help [COMMAND]

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

bruno init

Initialize a new Bruno project.

USAGE
  $ bruno init

See code: src/commands/init.js

bruno prune

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

bruno test

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published