Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Releases: fgrehm/devstep-cli

v1.0.0

08 Jan 20:23

Choose a tag to compare

v0.4.1

03 Aug 18:10

Choose a tag to compare

v0.4.1

v0.4.0

07 Jul 00:33

Choose a tag to compare

v0.4.0

v0.3.1 - 2015-03-04

04 Mar 23:19

Choose a tag to compare

diff

IMPROVEMENTS:

V0.3.0 - 2015-02-12

13 Feb 05:44

Choose a tag to compare

NEW FEATURES:

  • New command: devstep exec -> Run docker 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 run options for devstep 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 pristine command with the --bootstrap flag
  • Add support for setting the container name to devstep hack and devstep run commands (defaults to project-dir-name-TIMESTAMP)
  • Add support for setting repository name with --repository when running devstep bootstrap

BUG FIXES:

  • Proper cleanup in case of errors during container creation on devstep bootstrap / devstep build / devstep pristine
  • Exit code of devstep run CMD is now the same as the exit code of running CMD inside the container

V0.1.0 - 2014-09-23

23 Sep 22:34

Choose a tag to compare

First public release