301 - This repo was moved to the eagletrt organisation.
The command line interface of @eagletrt
This is the cli of the telemetry of eagletrt. It consists in a global npm module that merges various cli tools of the telemetry.
The cli tools that are merged are:
- https://github.com/eagletrt/telemetria-postprocessing
- https://github.com/eagletrt/code-generator
- https://github.com/eagletrt/telemetria-simulator
As all the other tools, the cli is made with yargs and bundled with webpack.
First install it with:
$ npm install -g @eagletrt/cliAnd then to see all the commands:
$ eagle --helpThe commands are exactly the same of the ones of the merged tools.
If one of the tools (dependency npm modules) is updated and published, you should:
- use
npm updateand check in thepackage.jsonthat it is updated to the right version - update the
versioninpackage.json - use
npm publishto publish the package - note that if a new command was added, also the code of this repo should change to handle that command