1.0.5 • Published 6 years ago
bionicmetrics v1.0.5
bionic
Bionic Metrics CLI
Usage
$ npm install -g bionic
$ bionic COMMAND
running command...
$ bionic (-v|--version|version)
bionic/1.0.5 linux-x64 node-v13.7.0
$ bionic --help [COMMAND]
USAGE
  $ bionic COMMAND
...Commands
bionic help [COMMAND]bionic infobionic pull MODE [FILE]bionic push MODE [FILE]bionic setupbionic start
bionic help [COMMAND]
display help for bionic
USAGE
  $ bionic help [COMMAND]
ARGUMENTS
  COMMAND  command to show help for
OPTIONS
  --all  see all commands in CLISee code: @oclif/plugin-help
bionic info
Info about Bionic Metrics CLI
USAGE
  $ bionic infoSee code: src/commands/info.js
bionic pull MODE [FILE]
Pull tests or modules down to the local file system
USAGE
  $ bionic pull MODE [FILE]
ARGUMENTS
  MODE  (all|test|module) pull mode
  FILE  file path for a test or module
OPTIONS
  -d, --debug  debug modeSee code: src/commands/pull.js
bionic push MODE [FILE]
Push tests or modules to the cloud. Note this is not compatible with Git-Mode. Only use this command if you understand what you are doing.
USAGE
  $ bionic push MODE [FILE]
ARGUMENTS
  MODE  (all|test|module) push mode
  FILE  file path for a test or module
OPTIONS
  -d, --debug  debug modeSee code: src/commands/push.js
bionic setup
Setup the Bionic Metrics CLI
USAGE
  $ bionic setupSee code: src/commands/setup.js
bionic start
Start the Bionic Metrics Local Agent
USAGE
  $ bionic start
OPTIONS
  -d, --debug          debug mode
  -s, --server=server  webdriver serverSee code: src/commands/start.js
1.0.5
6 years ago