0.0.1 • Published 2 years ago

@service-exchange/telecms-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

telecms cli

Usage

$ npm install -g @service-exchange/telecms-cli
$ telecms COMMAND
running command...
$ telecms (--version)
@service-exchange/telecms-cli/0.0.1 linux-x64 node-v16.16.0
$ telecms --help [COMMAND]
USAGE
  $ telecms COMMAND
...

Command should be executed inside telecms directory

Commands

telecms info

This command returns the information about where telecms is being run

USAGE
  $ telecms info

DESCRIPTION
  This command returns the information about where telecms is being run

See code: dist/commands/info.ts

telecms plugin create PLUGIN_NAME

Tele-CMS Create a new Service Exchange plugin

USAGE
  $ telecms plugin create [PLUGIN_NAME] [--type database|api|cloud-storage] [-b]

ARGUMENTS
  PLUGIN_NAME  Name of the plugin

FLAGS
  -b, --build
  --type=<option>  <options: database|api|cloud-storage>

DESCRIPTION
  Tele-CMS Create a new Service Exchange plugin

EXAMPLES
  $ telecms plugin create <name> --type=<database | api | cloud-storage> [--build]

telecms plugin delete PLUGIN_NAME

Tele-CMS will delete a Service Exchange plugin

USAGE
  $ telecms plugin delete [PLUGIN_NAME] [-b]

ARGUMENTS
  PLUGIN_NAME  Name of the plugin

FLAGS
  -b, --build

DESCRIPTION
  Tele-CMS will delete a Service Exchange plugin

EXAMPLES
  $ telecms plugin delete <name> [--build]

telecms plugin install NPM_MODULE

Tele-CMS will install a new npm module inside a Service Exchange plugin

USAGE
  $ telecms plugin install [NPM_MODULE] --plugin <value>

ARGUMENTS
  NPM_MODULE  Name of the npm module

FLAGS
  --plugin=<value>  (required)

DESCRIPTION
  Tele-CMS will install a new npm module inside a Service Exchange plugin

EXAMPLES
  $ telecms plugin install <npm_module> --plugin <plugin_name>