Skip to content
Flowcore Wiki
LinkedIn

Install

The Flowcore CLI is a command-line tool that allows you to interact with Flowcore from the terminal. Currently it can only be installed via NPM.

Install the Flowcore CLI

You can install the Flowcore CLI by running the following command:

npm install -g @flowcore/cli

Requires Node.js

To install the Flowcore CLI, you need to have Node.js installed. If you don’t have Node.js installed, you can download it from the official website or install using something like nvm (Node Version Manager).