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:testExecute all commands below in a new terminal window.
To stop the test infrastructuree, press <Ctrl-C>.
cd mainExecute the command line without parameters to get help:
node bin/cli.jsAn 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 examplecd test
./test.sh