envoke-cli 0.1.6

Resolve variables from literals, commands, scripts, and templates — output as env vars, .env files, or custom formats
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6]https://github.com/glennib/envoke/compare/v0.1.5...v0.1.6 - 2026-02-11

### Other

- improve readme and cargo description
- remove deprecation from --prepend-export
- improve readme
- improve env examples

## [0.1.5]https://github.com/glennib/envoke/compare/v0.1.4...v0.1.5 - 2026-02-11

### Added

- add template-based output rendering with --template flag

## [0.1.4]https://github.com/glennib/envoke/compare/v0.1.3...v0.1.4 - 2026-02-11

### Added

- include @generated header in stdout output
- add --override flag for per-variable source overrides

### Other

- update CLAUDE.md and README.md
- add example file

## [0.1.3]https://github.com/glennib/envoke/compare/v0.1.2...v0.1.3 - 2026-02-10

### Fixed

- tagged variables require explicit opt-in via --tag

## [0.1.2]https://github.com/glennib/envoke/compare/v0.1.1...v0.1.2 - 2026-02-10

### Added

- add tag-based conditional inclusion of variables

### Fixed

- *(ci)* sort schema prior to writing/checking

## [0.1.1]https://github.com/glennib/envoke/compare/v0.1.0...v0.1.1 - 2026-02-10

### Added

- add schema to repository

### Other

- add yaml-language-server schema location at github to readme

## [0.1.0]https://github.com/glennib/envoke/releases/tag/v0.1.0 - 2026-02-10

### Added

- add envoke tool

### Other

- add CLAUDE.md
- add README.md
- repo scaffolding