-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
backendclienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssues relevant to the Hacktoberfest eventIssues relevant to the Hacktoberfest eventhacktoberfest2025Issues for Hacktoberfest event - 2025Issues for Hacktoberfest event - 2025help wantedExtra attention is neededExtra attention is needednixopus-apiroadmapitems contributing to roadmap releaseitems contributing to roadmap release
Milestone
Description
Description:
Currently, the CLI can display its own version (build version), but there is no direct way to check the Nixopus instance version that is running from the CLI.
Adding this makes it easier for anyone to quickly check the version of the Nixopus App that is currently running.
Currently, below command provides us with CLI build version
nixopus version
or
nixopus --version
Expectation:
There should be a command that provides us with current application version that is deployed:
nixopus version # Shows both version, if app is not there, can show NIL
nixopus version --cli # Show only CLI version
nixopus version --app # Show only App version
Note:
- CLI version refers to Nixopus CLI
- App version refers to Frontend+Backend (both Frontend and Backend are versioned together)
Some approaches:
- App version can be fetched via API, create a public API returning JSON app-version, which reads the app version via config
If you have any other approach, we can talk about it on this issue thread.
Metadata
Metadata
Assignees
Labels
backendclienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssues relevant to the Hacktoberfest eventIssues relevant to the Hacktoberfest eventhacktoberfest2025Issues for Hacktoberfest event - 2025Issues for Hacktoberfest event - 2025help wantedExtra attention is neededExtra attention is needednixopus-apiroadmapitems contributing to roadmap releaseitems contributing to roadmap release