Description
Maintenance release with deps update.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
- Windows
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
Binaries
wget https://github.com/chevdor/tera-cli/releases/download/v0.5.1/tera-cli-x86_64-unknown-linux-gnu.tar.gz
tar xf tera-cli-x86_64-unknown-linux-gnu.tar.gz
./tera --help
Debian
wget https://github.com/chevdor/tera-cli/releases/download/v0.5.1/tera-cli_linux_amd64.deb
dpkg -i tera-cli_linux_amd64.deb
tera --help
MacOS
brew tap chevdor/tera-cli https://github.com/chevdor/tera-cli
brew update
brew install chevdor/tera-cli/tera
Changes since v0.5.0
- e13f779: ci - bump actions/checkout from v4 to v6 (Node 24 compatible) [@chevdor]
- c219586: ci - fix Node 20 deprecations and Cargo.lock v4 Nix build failure [@chevdor]
- 05acfac: build - bump to v0.5.1, update deps to fix security advisories [@chevdor]
- 4aad840: Fix StripPrefixError on windows when including templates (#35) [@Nxllpointer]
- 6d9548f: Fix formula [@chevdor]
- fb1b335: build - new homebrew formula for v0.5.0 [@terabot]