Skip to main content

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:
To update to the latest version:

macOS (zsh)

If you use zsh (the default shell on macOS), you may need to add the .NET tools directory to your PATH:

Verify the installation

Run the help command to confirm the CLI is available:
You should see the top-level command tree listing available commands such as login, logout, whoami, doctor, businesses, products, and more.

Run diagnostics

The doctor command checks your environment and confirms everything is set up correctly:
This reports:
If doctor reports that credentials are missing, run nexudus login to authenticate. See Authentication for details.

Configuration

The CLI stores its configuration in ~/.nexudus/config.json. You can view and change settings with:
The default base URL is 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.