Skip to content

Releases: JonDotsoy/envctl

v1.3.0

12 Mar 19:22
5b7ef90

Choose a tag to compare

1.3.0 (2024-03-12)

Features

  • add use-workspace package to devDependencies (1e1293e)
  • Enhance .env creation with support for special characters (067889f)
  • enhance handling of special characters in .env files (dfb6e24)
  • utils: integrate use-workspace for workspace management (86a4870)

v1.2.1

04 Mar 14:19
509c4e4

Choose a tag to compare

1.2.1 (2024-03-04)

Bug Fixes

  • subcommands: Ensure consistent newline endings in CLI messages (28a38d9)

v1.2.0

04 Mar 12:47
cb0a7af

Choose a tag to compare

1.2.0 (2024-03-04)

Features

  • cli: add version command to display application version (635bcee)
  • utils: Add getPackageJson utility function (1183b8b)

v1.1.0

04 Mar 12:20
b8ae359

Choose a tag to compare

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

04 Mar 01:29
2470ccf

Choose a tag to compare

1.0.1 (2024-03-04)

Features

  • cli: update snapshot for CLI help message (aca8ef7)
  • subcommands: switch from throwing error to controller messaging in list (77a15c9)

Miscellaneous Chores

v1.0.0

03 Mar 16:52
f4a662b

Choose a tag to compare

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)