A command line interface to help getting things done on the Onto-DESIDE pods.
Node (tested with version v20.17.0).
For testing, you'll need a bash shell.
cd main
npm i
cd ..
This is only needed if you want to run the example or the tests.
cd test
npm i
npm run setup:test
Execute all commands below in a new terminal window.
To stop the test infrastructuree, press <Ctrl-C>
.
cd main
Execute the command line without parameters to get help:
node bin/cli.js
An example yarrrml.yml
is provided. The resulting status is in status.json
.
The command line is prepared for you in package.json
. To run:
npm run example
cd test
./test.sh