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
❯ ~/Downloads/kratix-cli_Darwin_arm64/kratix --version
kratix version 0.4.0-SNAPSHOT-4ab24a2
you have version information.
However if you compile the dev version, or install with go install, version information is unavailable. I think this is due to the fact that we expect version to be set by go releaser at release but go install installs the CLI at specific git tag not through an artifact built by go releaser.
Going to pause working on this issue and check in in standup tomorrow to see if we need to fix this. Users are recommended to install the CLI via github release binaries anyways in our docs: https://docs.kratix.io/main/kratix-cli/intro
Context
Two issues reported by @abangser should be addressed as part of this:
Same behavior confirmed on latest main.
We are now releasing with goreleaser, information about version could come from goreleaser instead of a fixed value.
Binaries are there for 0.1.0 and 0.2.0. After we start releasing as a go package, binaries weren't uploaded anymore. fix it
The text was updated successfully, but these errors were encountered: