Upgrade to the new CLI
  • 11 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Upgrade to the new CLI

  • Dark
    Light
  • PDF

Article summary

The Crowdbotics CLI has moved!

If you have already installed the CLI, you can continue to use that CLI.  However, under certain circumstances, if you attempt to use the the old CLI, you may be prompted to upgrade.

To upgrade to the new CLI version, complete the following steps.

  1. Remove the existing CLI: npm uninstall -g modules

  2. Verify the CLI is uninstalled:  cb
    You should see a Command not found error.

  3. Install the new CLI: npm install -g crowdbotics

  4. Verify the new CLI is installed: cb help
    You should see the Crowdbotics CLI commands list.


Was this article helpful?