Install the CLI
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Install the CLI

  • Dark
    Light
  • PDF

Article summary

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?

What's Next