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).
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.
You can install the Flowcore CLI by running the following command:
npm install -g @flowcore/cliInstall the Flowcore component plugin
flowcore plugins install @flowcore/cli-plugin-componentUse the Flowcore CLI to create a new component
flowcore component add <type>/<name>for example:
flowcore component add library/swagger-factoryRequires 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).