Skip to content

v0.3.0

Compare
Choose a tag to compare
@k-kinzal k-kinzal released this 27 Feb 12:02
· 23 commits to master since this release

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 of entrypoint (#56)
  • Changed execute expansion of boolean parameter shortened (#57)