CLI Interface

node_modules/.bin/serviser <command> [options]

Commands:
  run [options..]   Starts serviser 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 serviser version         [boolean]
  -h, --help  Show help                         [boolean]

Each commands options can be listed by issuing serviser <command> --help.
Also, available serviser command collection can be extended by installing one of the Plugins/Extensions.
Its also possible to define custom shell commands, use serviser-shell plugin.

comments powered by Disqus