Install the CloudNexus CLI

Manage your infrastructure from the terminal. Deploy, scale, and monitor your cloud resources with a single command-line interface.

Homebrew (Recommended)
$ brew tap cloudnexus/tap &\nbrew install cloudnexus/tap/nx
1

Verify Installation

Ensure the CLI was installed correctly and check the version.

$ nx --version
2

Authenticate

Log in to your CloudNexus account. This opens a browser for OAuth verification.

$ nx login
3

Deploy Your First Project

Navigate to your project directory and push to production.

$ cd my-app &\n$ nx deploy --prod

Prerequisites

🖥️ macOS 11+, Ubuntu 20.04+, or Windows 10+
Node.js 18.0+ (for npm method)
🌐 Active Internet Connection
🔑 CloudNexus Account & API Key
Copied to clipboard!