Install the CLI
- 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Install the CLI
- Updated on 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Important
Before you begin this, ensure that you have completed the steps in the Setting up your environment section.
Install the CLI
You can install CLI tool locally, which avoids hitting npmjs.org
and github.com
with an HTTP request every time you call it, returning much faster.
npm install -g crowdbotics
After you install the tool, you will have a new binary available in your $PATH
named cb
All CLI commands are run as: cb <command>
Was this article helpful?