Skip to content

Releases: adrianmrit/mom

v1.3.0

14 Jun 23:07
7855083
Compare
Choose a tag to compare

Added

  • Added a new password tera function. Similar to input, but does not echo the input to the
    terminal.

Changed

  • input now supports an if parameter, which can be used to skip the prompt if the condition is
    not met.

v1.2.0

05 Jun 12:31
a5a1175
Compare
Choose a tag to compare

Changed

  • Some task parameters support environment variables and tilde expansion
  • get_env function can now return the environment variables defined in the task or file, which
    takes precedence over the system environment variables.
  • Make echo a builtin command

v1.1.0

01 Jun 16:18
9b59638
Compare
Choose a tag to compare

Added

  • Add option to install with homebrew
  • Added condition option to tasks
  • Added exclude tera filter
  • Added input tera function

v1.0.0

23 May 22:58
2bd31c2
Compare
Choose a tag to compare

First release 🚀