Releases: JonDotsoy/envctl
Releases · JonDotsoy/envctl
v1.3.0
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2024-03-04)
Features
- enhance .env file selection for build process (f40cd35)
- envctl: support .env.sample files in addition to .env.template (3341a31)
- fig-autocomplete: update context listing in envctl to use dynamic envs generator (70e1eb7)
Bug Fixes
- envctl: include .env.example in template search patterns (2359f91)
v1.0.1
v1.0.0
1.0.0 (2024-03-03)
Features
- Add Envctl class for enhanced .env file handling (28d4d9d)
- cli: add help flag for CLI tool (4b56b74)
- enhance CLI with new commands and refactor code base (38dafbd)
- implement CLI subcommand execution with error handling and messaging (391a532)
- improve code formatting and consistency in bin.ts (2a1cffc)
- Initialize envctl project with basic CLI (eae444a)
- integrate fig (2b12535)
- Set package.json to private (997dd88)
- streamline build process and update command entry (1b200b4)
- Update bun.lockb to latest dependencies (014a61a)
- Update README to reflect new file structure and command usage (f20c5d9)
- utils/tests_tools: Add utilities for cleaning terminal colors and handling writable streams (853e9ec)
- utils: Add utilities for workspace & global message handling (3383797)