Bug Fixes:
- Fixed an issue where
envPrefix
always appended to.env
. update.env
only when run on host (#70) - Stop using hash of conf path for temp dir generation (#71)
New Feature:
- Added
envPrefix
parameter to the schema. It passed env when the environment variable name prefix matched (#68)
New Feature:
- Changes to be able to mount docker binary without dependencies (#67)
Bug Fixes:
- Fixed use local docker binary path in docker download (#65)
New Feature:
- Parameters defined by the dependency are inherited to the parent. For example,
env
defined in dependency can be read by parent command (#48) - Define commands recursively in
dependencies
. This allows you to define the command to be called only from the command (#51) - Extend the
entrypoint
(#58) - Used shell redirection on command call (#59)
Bug Fixes:
- Fixed a read waiting for input when calling command (#53)
Misc:
- Refactored packages & project structure
- Changed timing for docker binary download (#54)
- Changed
command
to alias ofentrypoint
(#56) - Changed execute expansion of boolean parameter shortened (#57)
Bug Fixes:
- Command and arguments were not passed in
aliases run
(#47)
New Features:
- Added
aliases run
command (#34, #35, #36) - Added
docker
parameter to the schema. It works hosts and guests incompatible with docker binaries such as ubuntu and alpine (#38) - Supported CircleCI Orb (#39)
Misc:
- Refactored packages & project structure
- Added logger and the log is displayed in color.
- Changed CI setting to dogfood CircleCI Orb (#40)
First release 🎉