Skip to main content

Get Started

The Connector CLI (also referred to as the "Integration CLI") is a command-line tool to build, debug, test and deploy connectors.

Installation

The CLI is available as an NPM package.

npm install --global @unito/integration-cli

Configuration

In order to use most of the CLI commands, you need an API key. Given the momentarily restricted nature of the CLI, you currently cannot generate one yourself. Ask your Unito partner manager for more information. Once obtained, you can login using the login command.

integration-cli login

Upgrades

The integration-cli should upgrade itself automatically. You can force a manual upgrade with the upgrade command.

integration-cli upgrade