0.0.12
Release Notes
This release includes various bug fixes and the rollback command.
Rollback command
You can rollback to a previous version of an environment with:
envie environment rollback <environment-path> <version-number>This creates a new version that copies the content of the chosen old version, thus preserving version history but allowing you to revert.
To see what versions are available, you can do:
envie environment audit <environment-path>And to show environment content for a given version, you can do
envie environment show <environment-path>@<version-number>