Allows to open file in the IDE from a terminal
- Open a terminal in Eclipse Che
note: for now it requires this devfile for Che-Theia: https://gist.github.com/benoitf/858289958c13dfa684755d776b0e9c46
- Grab che binary
$ wget https://github.com/benoitf/che-cli/releases/download/0.0.1/che
- Set execution flag
$ chmod u+x che
- Open a file
$ ./che open /projects/<file-to-open>