CLI Interface

node_modules/.bin/bi-service <command> [options]

Commands:
  run [options..]   Starts bi-service app - expects it to be located under cwd   [aliases: start, serve]
  get:config [key]  Dumbs resolved service configuration
  test:config [--schema] Tries to load the configuration file. Validates configuration.

Options:
  --config    Custom config file destination     [string]
  --version   Prints bi-service version         [boolean]
  -h, --help  Show help                         [boolean]

Each commands options can be listed by issuing bi-service <command> --help.
Also, available bi-service command collection can be extended by installing one of the Plugins/Extensions.
For user-defined custom shell command definitions, use bi-service-shell plugin.

comments powered by Disqus