This repository was archived by the owner on Jun 12, 2018. It is now read-only.
Releases: fgrehm/devstep-cli
Releases · fgrehm/devstep-cli
v1.0.0
v0.4.1
v0.4.0
v0.3.1 - 2015-03-04
V0.3.0 - 2015-02-12
NEW FEATURES:
- New command:
devstep exec-> Rundocker execs on top of containers that are already running - New command:
devstep init-> Generate an example config file for the current directory
IMPROVEMENTS:
- Support
devstep runoptions fordevstep bootstrap/devstep pristine/devstep build - Default source image to
fgrehm/devstep:0.3.0 - Experimental support for skipping
docker commits in case the container filesystem does not get changed during a build - Add support for bootstraping from
devstep pristinecommand with the--bootstrapflag - Add support for setting the container name to
devstep hackanddevstep runcommands (defaults toproject-dir-name-TIMESTAMP) - Add support for setting repository name with
--repositorywhen runningdevstep bootstrap
BUG FIXES:
- Proper cleanup in case of errors during container creation on
devstep bootstrap/devstep build/devstep pristine - Exit code of
devstep run CMDis now the same as the exit code of runningCMDinside the container
V0.1.0 - 2014-09-23
First public release