The Cloud Blox CLI

The Cloud Blox CLI connects your local code with your Cloud Blox account, helping you to deploy your apps to the cloud.

Steps for installation and available commands are documented in the left menu under "The Cloud Blox CLI".

Get started with the Cloud Blox CLI

  1. Install and login with the Cloud Blox CLI:
    npx @cloud-blox/cli login
  2. Initialize the Cloud Blox CLI in your local application root directory:
    npx @cloud-blox/cli init
  3. Deploy your code:
    npx @cloud-blox/cli deploy production

For more information, check out the Cloud Blox CLI documentation.