We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtipi-cli --version
I had an issue with runtipi-cli app calls, so decided to check the version of the cli.
$ runtipi-cli --version runtipi-cli 0.1.0
I came to this repo, saw that the latest cli release is v3.5.3, I downloaded the file and ran --version again, only to receive 0.1.0 again.
--version
0.1.0
Note that runtipi-cli debug return the current runtipi version, for me:
│ TIPI_VERSION │ v3.7.3 │
Seems like version tracking is missing from the cli binary.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had an issue with runtipi-cli app calls, so decided to check the version of the cli.
I came to this repo, saw that the latest cli release is v3.5.3,
I downloaded the file and ran
--version
again, only to receive0.1.0
again.Note that runtipi-cli debug return the current runtipi version, for me:
│ TIPI_VERSION │ v3.7.3 │
Seems like version tracking is missing from the cli binary.
The text was updated successfully, but these errors were encountered: