Skip to main content

Installation

Install the CLI globally using npm:
npm i -g @runflow-ai/cli

Verify Installation

After installation, verify that the CLI is working:
rf --version
Or check the help:
rf --help

Requirements

  • Node.js: >= 22.0.0
  • npm or yarn or pnpm

Next Steps