- Added a new
password
tera function. Similar toinput
, but does not echo the input to the terminal.
input
now supports anif
parameter, which can be used to skip the prompt if the condition is not met.
- 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
- Added option to install with homebrew
- Added
condition
option to tasks - Added
exclude
tera filter - Added
input
tera function
Initial release 🚀