Skip to content

Getting Started

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:

Terminal window
npm install -g @flowcore/cli

Install the Flowcore component plugin

Terminal window
flowcore plugins install @flowcore/cli-plugin-component

Use the Flowcore CLI to create a new component

Terminal window
flowcore component add <type>/<name>

for example:

Terminal window
flowcore component add library/swagger-factory

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).