5.3 Version
The command qaskx-cli --version displays the qaskx-cli version information
in a single line of
text information representing the current command version.
0.0.1
This can be fed into process if required. The alternative method to display the software version is to use the logo command.
Details
There is no command help available as it is a simple command showing only a semver formatted version value.
The structure of the version is:
- Major version: A version that has breaking changes from the prior version or has major new features.
- Minor version: A version that has minor enhancements that are not breaking changes from the prior version
- Patch version: The patch identifier of the version. Patches are fixes and documentation updates. They do not introduce new features and are never breaking changes
The version value can be input into your tooling to condition processes. This could include refreshing your internal repository with the next version of qaskx-cli after virus and vulnerability checks.