Upgrade to the new CLI
- 11 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Upgrade to the new CLI
- Updated on 11 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Remove the existing CLI:
npm uninstall -g modules
Verify the CLI is uninstalled:
cb
You should see aCommand not found
error.Install the new CLI:
npm install -g crowdbotics
Verify the new CLI is installed:
cb help
You should see the Crowdbotics CLI commands list.
Was this article helpful?