Skip to content

CLI v2.1.0

Latest
Compare
Choose a tag to compare
@benoitf benoitf released this 23 Oct 06:07
· 194 commits to 3.x since this release

This release address the new 2.0 format of factories and projects. So all commands can be used with this new format.
Importing and creating projects in codenvy is easier with this release.
“codenvy create-project” is now accepting a path to your existing project, a zip file, a remote Git URL or a 2.0 Codenvy JSON file. So in one step you can start with your existing projects.

Few options have been added to runners. The amount of RAM can be specified with --ram parameter and the specified runner to use can also be specified with “--env ”
By default also run and build commands are using foreground mode.
As usual, a lot of new improvements with a focus on the error reporting to the user.
Last but not least, the default remote can be changed with codenvy remote --set-default