CX Cloud Docs
v3.0-docs
v3.0-docs
  • Welcome To CX Cloud
  • Introduction
    • Why CX Cloud?
    • Architecture Overview
    • How To Participate?
    • Change Log
  • Getting Started
    • Requirements
      • Prepare Local Environment
      • Install CX Cloud CLI
    • Setting up a CX Cloud Project
      • Provision Infrastructure
      • Generating Core Services
      • Generating a Frontend Demo
      • Configuring Routing Manifest
      • Configuring CI/CD Pipeline
      • Configuring Data Engine
  • Guides
    • Infrastructure Operations
      • Getting Access To An Already Running Infrastructure
      • Deleting Deployments
      • Managing Secrets
    • Application Development
      • Git Repository Conventions
      • Process Engine
Powered by GitBook
On this page
  1. Getting Started
  2. Requirements

Install CX Cloud CLI

PreviousPrepare Local EnvironmentNextSetting up a CX Cloud Project

Last updated 5 years ago

Installing CX Cloud CLI Tools

Before proceeding, make sure you have prepared your local environment as instructed in .

Install CX Cloud CLI by running the following command:

$ npm install -g cxcloud

If you need to update CX Cloud CLI, run this command`:

$ npm i -g cxcloud@latest

After installation is complete, you can call CX Cloud directly from command line:

$ cxcloud --version

Or if you don't want to install CX Cloud globally, you can call it directly using npx:

$ npx cxcloud --version
this guide