10.0.0 • Published 3 years ago

sengi-cli v10.0.0

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

Sengi CLI

A command-line for interacting with a Sengi-based data service that is using the Express wrapper.

npm.io npm npm type definitions

Installation

npm install sengi-cli

Commands

CommandOutput
npm startShow the help output
npm start clone -- --helpShow the help output for the clone command
npm start clone http://localhost:3002 root ./temp/folderClone 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 publish

Continuous 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.

10.0.0

3 years ago

9.1.0

3 years ago

9.0.0

3 years ago

8.5.0

3 years ago

8.4.4

3 years ago

8.4.3

3 years ago

8.4.2

3 years ago

8.4.1

3 years ago

8.4.0

3 years ago