You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the latest version using the instructions.
Executing kbenv version --short prints the complete version information and not just 1.0.0:
~ kbenv version --help
Outputs the current build information
Usage:
kbenv version [flags]
Flags:
-h, --help help for version
--output string Output format. One of 'yaml' or 'json'. (default "yaml")
--short Print just the version number.
~ kbenv version --short
Commit: d5e1e2075e88bf4f791749cc06ae02f82fb8a710
Date: "2022-05-20T12:20:19Z"
Version: 1.0.0
~ kbenv version --output json | jq -r .Version
1.0.0
~
The text was updated successfully, but these errors were encountered:
EHJ-52n
changed the title
--short not working as documented
kbenv version --short not working as documented
Jul 31, 2023
I installed the latest version using the instructions.
Executing
kbenv version --short
prints the complete version information and not just1.0.0
:The text was updated successfully, but these errors were encountered: