Open
Description
Currently, we have to define and update the version of the CLI which is hard coded here https://github.com/Infisical/infisical/blob/main/cli/packages/cmd/root.go#L18
Instead, what would be most ideal is if we are able to read this value from either the github tag, or the version listed on the repository file for the package manager.