mtsmfm / che-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

che-cli

Allows to open file in the IDE from a terminal

screenshot

Try out:

  1. Open a terminal in Eclipse Che

note: for now it requires this devfile for Che-Theia: https://gist.github.com/benoitf/858289958c13dfa684755d776b0e9c46

  1. Grab che binary
$ wget https://github.com/benoitf/che-cli/releases/download/0.0.1/che
  1. Set execution flag
$ chmod u+x che
  1. Open a file
$ ./che open /projects/<file-to-open>

About


Languages

Language:Go 91.0%Language:Makefile 9.0%