10.0.0 • Published 5 years ago
sengi-cli v10.0.0
Sengi CLI
A command-line for interacting with a Sengi-based data service that is using the Express wrapper.
Installation
npm install sengi-cliCommands
| Command | Output |
|---|---|
| npm start | Show the help output |
| npm start clone -- --help | Show the help output for the clone command |
| npm start clone http://localhost:3002 root ./temp/folder | Clone the doc types to a local JSON file |
Development
This repo does not contain any tests at this time.
To publish an ES5 transpiled version (with typescript definitions) to npm:
npm run build
npm publishContinuous Deployment
Any pushes or pull-requests on non-main branches will trigger the test runner.
Any pushes to main will cause a release to be created on Github.