CLI for Cloud Commander console.
Install Shinju globally with npm:
npm i shinju -g
To use Shinju just start it with url wich is first parameter.
shinju <url> <username> <password>
Exit with Ctrl
+ C
.
> shinju http://localhost:8000
/home/coderaiser/cloudcmd> ps
PID TTY TIME CMD
661 pts/0 00:00:00 ps
32199 pts/0 00:00:00 bash
32622 pts/0 00:00:01 node
/home/coderaiser/cloudcmd> whoami
coderaiser
/home/coderaiser/cloudcmd>
MIT