Installing the Nexudus CLI
The Nexudus CLI is a .NET global tool. You need the .NET SDK installed on your machine before installing the CLI.Prerequisites
- .NET 10 SDK or later — Download .NET
- A Nexudus account with API access
Install the CLI
Install the CLI as a .NET global tool:Verify the installation
Run the help command to confirm the CLI is available:login, logout, whoami, doctor, businesses, products, and more.
Run diagnostics
Thedoctor command checks your environment and confirms everything is set up correctly:
| Check | What it verifies |
|---|---|
| CLI version | The installed version of the Nexudus CLI |
| .NET runtime | The .NET runtime version on your machine |
| OS | Your operating system |
| Credentials stored | Whether you have saved login credentials |
| Config file | Location of the CLI configuration file |
| API connectivity | Whether the Nexudus API is reachable |
| Available commands | All registered CLI commands |
Configuration
The CLI stores its configuration in~/.nexudus/config.json. You can view and change settings with:
https://spaces.nexudus.com.
Uninstall
To remove the CLI:Next steps
Authentication
Log in and manage your credentials.
CLI Commands
Explore the full command reference.