Releases: chevdor/tera-cli
v0.4.0
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.4.0/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.3.0
v0.3.0
- dependencies update
- update to tera 1.19
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- Do not output on stdout when outputting to a file by @KoltesDigital in #23
- Add Fluent function to Tera, link to data context by @alerque in #21
- Fix test commands by @KoltesDigital in #24
- Add Nix Flake by @alerque in #27
- Remove
.unwrap
s and.expect
s by @KoltesDigital in #25
New Contributors
Full Changelog: v0.2.4...v0.2.5
Tera v0.2.4 (dd46e36c)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.4/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.2.3
Tera v0.2.3 (fb711cf4)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.3/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.2.2
- fb711cf: New year's deps refresh [@chevdor]
- 2c6e12c: Version bump [@chevdor]
- e8d8347: Update outdated example (#18) [@3x!1]
- f6d730e: Update clap to v4 [@chevdor]
- 7ed03fd: Update deps and add tests [@chevdor]
- aab7b7d: Update tera [@chevdor]
- 0aa093a: Fix test [@chevdor]
- 5db491a: Update deps [@chevdor]
- deb654e: Upgrade tera and clap [@chevdor]
- ab76fc1: Update deps [@chevdor]
- fa4342f: Update config.yml [@chevdor]
- 274f1bc: Create config.yml [@chevdor]
- ab17e73: build - new homebrew formula for v0.2.2 [@terabot]
Tera v0.2.2 (32ff8392)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.2/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.2.1
- 32ff839: Fix package name [@chevdor]
- 2ff1b7e: Fix justfile [@chevdor]
- a001e22: Deps refresh, minor fixes and version bump [@chevdor]
- 1d3f746: Release 0.2.2 [@chevdor]
- a3c330d: Deps update [@chevdor]
- 5af4116: Deps update [@chevdor]
- c2827f5: feat - support .yml extension (#12) [@jonathan Giroux (Koltes)]
- 7b5da34: Update to clap v3 [@chevdor]
- 630f024: Minor linting fixes [@chevdor]
- 4226143: Update deps [@chevdor]
- f1c30c4: Rename project [@chevdor]
- 9f1bf57: Add some doc [@chevdor]
- f266212: build - new homebrew formula for v0.2.1 [@terabot]
Tera v0.2.1 (3234de64)
Upgrade to Tera 1.15.
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.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.2.0
- 3234de6: Dependencies update [@chevdor]
- 65cbb0f: Pin MacOS runner to 10.15 [@chevdor]
- 4a26313: Add toolchain and switch to Rust 2021 (#10) [@chevdor]
- 9ea096f: chore - bump deps [@chevdor]
- 8f6edf4: test - add deny [@chevdor]
- f0997b7: docs - add doc about Docker [@chevdor]
- 240a73a: build - new homebrew formula for v0.2.0 [@terabot]
Tera v0.2.0 (b72e4f86)
Description
You can find the changelogs below.
👍 Special thanks to @tandiljuan for great contributions to this release.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.0/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.1.3
- a9f5ddd: feat - add dockerfile (#8) [@juan Manuel Lopez]
- 592f365: feat - add support for include and inherit (#9) [@juan Manuel Lopez]
- 55be2a2: ci - restore quick check on master [@chevdor]
- 1f27d70: chore - dependencies updates and minor fixes [@chevdor]
- 39025be: docs - add link to commit author in the changelogs [@chevdor]
- 536363d: docs - fix brew install instructions [@chevdor]
- 5bf7c96: build - new homebrew formula for v0.1.3 [@chevdor]
Tera v0.1.3 (7ee86f1e)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.1.3/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.1.2
Tera v0.1.2 (50851868)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
Install
URL=https://github.com/chevdor/tera-cli/releases/download/v0.1.2/linux/tera-cli_linux_amd64.deb
wget $URL
dpkg -i tera-cli_linux_amd64.deb
tera --version