1.0.5 • Published 4 years ago

bionicmetrics v1.0.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

bionic

Bionic Metrics CLI

oclif Version

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]

display help for bionic

USAGE
  $ bionic help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bionic info

Info about Bionic Metrics CLI

USAGE
  $ bionic info

See 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 mode

See 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 mode

See code: src/commands/push.js

bionic setup

Setup the Bionic Metrics CLI

USAGE
  $ bionic setup

See 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 server

See code: src/commands/start.js