- Added
start
command, alias forrun
. - Added
!deploy
custom YAML element. - Fixed a problem with syncing by repo where all project branches were synced.
- Removed
{branch.flat}
predefined variable. This can be achieved with JS function in the YAML. - Removed
{branch.tag}
predefined variable. This can be achieved with JS function in the YAML. - Fixed problem with image names when using rocker with custom registry with port.
- Added colors to the output.
- Added the ability to have multiple configurations for the same project.
- Added
list
command. - Added
!if
custom YAML element. - Added project dependencies support.
- Added dry run support.
- Breaking: Changed the syntax of
!yamlfiles
to explicitly specify if the files should be merged or concatenated. - Breaking: Remove forced
project.
prefix for project variables.
- First release.