Skip to main content

nanx provides several command categories for different workflows.

Command Categories

Self Management

Commands for managing nanx itself - updates, status, rollback, and uninstallation.

nanx self update     # Update to latest version
nanx self status     # Show installation status
nanx doctor          # Alias for status

Repo Management

Commands for repository operations like releases and versioning.

nanx repo release    # Create a new release

Global Options

Option Description
--version Show nanx version
--help Show help information
--aliases Show all available shortcuts
--shortcuts Alias for --aliases

Getting Help

You can get help for any command by adding --help:

nanx --help
nanx self --help
nanx repo --help