Skip to content

version - CLI Version Information

The version command displays the current version of the Nixopus CLI. Essential for troubleshooting and support requests.

Quick Start

bash
# Display version information
nixopus version

# Short version flag
nixopus --version

Overview

The version command provides basic version information about the Nixopus CLI installation using the package metadata.

Command Syntax

bash
nixopus version

Alternative Forms:

bash
nixopus --version
nixopus -v

Examples:

bash
# Display version information
nixopus version

# Alternative syntax
nixopus --version
nixopus -v

Configuration

The version command does not use external configuration. It reads version information directly from the installed package metadata using Python's importlib.metadata.version().

Version Source

The version is determined from:

  • Package metadata - Installed package version from importlib.metadata
  • Display formatting - Rich console formatting for output

Error Handling

Common error scenarios and solutions:

ErrorCauseSolution
Package not foundCLI not properly installedReinstall using poetry install nixopus
Import errorPython environment issuesCheck Python installation and PATH
Permission deniedFile system permissionsCheck package installation permissions

Made with love
Released under the Functional Source License (FSL)