0.0.10 • Published 3 years ago

epricer v0.0.10

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

epricer

Command line tool to manage ePricer micro services.

oclif Version Downloads/week License

Usage

$ npm install -g epricer
$ epricer COMMAND
running command...
$ epricer (-v|--version|version)
epricer/0.0.10 darwin-x64 node-v14.15.3
$ epricer --help [COMMAND]
USAGE
  $ epricer COMMAND
...

Commands

epricer help [COMMAND]

display help for epricer

USAGE
  $ epricer help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

epricer login

Login to get access to the api server

USAGE
  $ epricer login

OPTIONS
  -s, --server=server  api server (e.g. ops-gateway.dal1a.ciocloud.nonprod.intranet.ibm.com)

DESCRIPTION
  ...

See code: src/commands/login.js

epricer service [ACTION]

epricer service command to create, clone, list epricer micro service.

USAGE
  $ epricer service [ACTION]

ARGUMENTS
  ACTION  (create|clone|list) create a new micro service | clone a service | list all services

OPTIONS
  -n, --name=name  name of the micro service (e.g. quote-actions)

DESCRIPTION
  ...
     - epricer service create --name=quote-action => bootstrap a new epricer micro service with name = quote-action.
     - epricer service clone --name=quote-action => clone and configure with local environment properties of the 
  quote-action micro service.
     - epricer service list => list all epricer micro services with description and clone url.

See code: src/commands/service.js