Installation
Install the CloudX CLI on macOS, Windows, and Linux.
Installation
This page covers the current CloudX CLI installation options by platform.
macOS
The CloudX CLI is currently available on macOS through Homebrew.
Supported macOS platforms:
- Apple Silicon (
arm64) - Intel (
amd64)
Install With Homebrew
Tap the CloudX Homebrew repository and install the CLI:
brew tap cloudx-io/cloudx
brew install cloudxUpdate
To install the latest available CLI release:
brew update
brew upgrade cloudxWhen the CloudX API reports that a newer CLI version is available, older CLI versions may print an upgrade notice after a command finishes. Run the Homebrew update commands above, then check cloudx --version.
Uninstall
To remove the CLI:
brew uninstall cloudxWindows
Download the latest Windows binaries from here.
Package manager support for Windows is coming soon.
Linux
Download the latest Linux binaries from here.
Package manager support for Linux is coming soon.
Verify The Install
Confirm that the CLI is available on your machine:
cloudx --versionYou can also print the root help:
cloudx --help