Documentation/CLI Tools

CLI Tools

Manage redirects from your terminal.

Installation

npm install -g @redirectflow/cli

Or using yarn:

yarn global add @redirectflow/cli

Authentication

redirectflow login

This will prompt you for your API key and save it securely.

Common Commands

redirectflow list

List all redirects

redirectflow add /old /new

Create a new redirect

redirectflow deploy

Deploy to Cloudflare

redirectflow import file.csv

Import from CSV

Coming Soon: CLI tools are currently in beta. Join the waitlist for early access.