Prerequisites
You’ll need Windows/MacOS or Linux computer with node.js installed. Also you’ll need npm
.
Installing Ombori Grid console client aka ‘omg’
Run following command in your terminal: npm i -g @ombori/ga-cli
. That will install omg
utility.
Now open grid console, log in, and click the menu in bottom-left corner with your e-mail. Select ‘Access tokens’ item. The ‘Access tokens’ page will open.
Create a new token using ‘Create’ button, and give it a name. A token value will be displayed, copy it to clipboard.
Now run this command in your terminal to save an authorisation token in a config file:
OS X:echo AUTH_TOKEN=your-token >> ~/.gridapprc
Windows:
echo AUTH_TOKEN=your-token >> %HOME%/.gridapprc
After this is done, try running this command to make sure everything is working:
omg org list
This command should print list of organisations you have access to.