17 September 2025
CLI
Version 2.7.1 of the CLI is now available with the following changes:
- Fixed an issue where non-standard configuration file locations weren't being passed correctly.
- Fixed an issue with passing the
--verbose
flag, which resulted in not having verbose output for each part of the run. - Fixed an issue where the CLI incorrectly requested for configuration values twice after initialization.
- Improved the user experience by adding a feature that makes suggestions to run commonly used follow-up commands.
- Improved the Node.js version compatibility check feature. This enhancement is supported only in major Node.js versions. For example,
20
, but not20.4.7
. - Fixed documentation links in these help outputs: the main help (which you can access by passing the
--help
command), the help for theinit
command, and the help for thetastic generator
command.