Nexaa CLI
The Nexaa CLI is a command-line interface for managing your cloud resources on Nexaa.
Installation
Quick Install (Recommended)
Use the official install script for the easiest setup:
This script will automatically download and install the appropriate binary for your system.
Building from Source
If you prefer to build from source, you can clone our open source repository:
Prerequisites: - Go 1.23.0 or higher - Access to Nexaa platform credentials
Shell Completion
Enable auto-completion for enhanced productivity:
Getting Started
Before using the CLI, you need to authenticate with the Nexaa platform:
Note
You won't be able to login if you have 2FA enabled on your account. If you want to use the CLI, please use an user without 2FA enabled.
Once authenticated, you can start managing your resources:
Available Commands
The CLI provides the following main command groups:
| Command | Description |
|---|---|
nexaa login |
Authenticate with the Nexaa platform |
nexaa namespace |
Manage namespaces |
nexaa container |
Manage serverless containers |
nexaa container_job |
Manage container jobs |
nexaa databasecluster |
Manage database clusters |
nexaa volume |
Manage persistent storage volumes |
nexaa registry |
Manage private container registries |
nexaa resources |
List available resource configurations |
nexaa version |
Show CLI version information |
nexaa completion |
Generate shell completion scripts |
For detailed help on any command, use the --help flag: