Add a --version command to the net-changesets CLI tool so users can easily check which version is installed. This is a standard feature in most CLI tools and improves usability and troubleshooting.
Acceptance Criteria:
- Running
net-changesets --version outputs the current version of the tool.
- The version output should match the current release/tag.
- If possible, include documentation update to mention the new command.
Rationale:
Providing a --version flag helps users and support teams quickly determine the installed version, which is essential for debugging and ensuring compatibility.
Add a
--versioncommand to the net-changesets CLI tool so users can easily check which version is installed. This is a standard feature in most CLI tools and improves usability and troubleshooting.Acceptance Criteria:
net-changesets --versionoutputs the current version of the tool.Rationale:
Providing a
--versionflag helps users and support teams quickly determine the installed version, which is essential for debugging and ensuring compatibility.