Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 475 Bytes

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>