...
A nodejs must be installed prior to omg
utility installation: https://nodejs.org/en/
After that, in your terminal run following command: npm i -g @ombori/ga-cli
. That will install omg
utility.
After utility is installed, you need to put an authorisation token into a config file:
...
List of available commands
All commands are executed by running omg <commandName> <parameter1> <parameter2> …
command in terminal.
omg dev list
Lists all compute devices created in ombori grid.
...