Install CX Cloud CLI
Installing CX Cloud CLI Tools
$ npm install -g cxcloud$ npm i -g cxcloud@latest$ cxcloud --version$ npx cxcloud --versionLast updated
Before proceeding, make sure you have prepared your local environment as instructed in this guide.
Install CX Cloud CLI by running the following command:
$ npm install -g cxcloudIf you need to update CX Cloud CLI, run this command`:
$ npm i -g cxcloud@latestAfter installation is complete, you can call CX Cloud directly from command line:
$ cxcloud --versionOr if you don't want to install CX Cloud globally, you can call it directly using npx:
$ npx cxcloud --versionLast updated