Flyway CLI v1.0.0

Your Terminal, Now a Superpower.

No more context switching. Push code, view live logs, and manage infrastructure without leaving your editor.

Install the CLI

curl -fsSL https://api.flyway.live/install | bash

Quick Start

🔐

01Authenticate

Securely log in through your browser.

$ flyway login

02Initialize

Auto-detect your framework and configure the project.

$ flyway init
🚀

03Deploy

Push to the cloud and watch deployment in real time.

$ flyway deploy
Uploading project...

Why Flyway CLI?

We built a complete developer experience designed to keep you in the zone.

🚀

Instant Deploy

Deploy in seconds directly from your terminal.

📜

Live Logs

Watch builds and server logs in real time.

🔐

Device Login

Secure, passwordless browser authentication.

🤖

AI Ready

AI-powered debugging and deployment assistance.

🩺

System Doctor

Diagnose your environment and frameworks instantly.

Example Session

bash — 80x24
$

Supported Runtimes

Node.js
Next.js
Bun
PHP / Laravel
Python
Go
Rust
Ruby
Rails
Java / Spring
.NET
Static HTML

Command Reference

flyway login
Authenticate your CLI with your Flyway account.
flyway init
Initialize a project and detect frameworks automatically.
flyway deploy
Push your code, build, and deploy to the cloud.
flyway status
Check the health of your current deployment.
flyway logs
Stream real-time logs from your application.
flyway doctor
Diagnose local setup and framework requirements.
flyway whoami
View the authenticated user and workspace.
flyway logout
Clear your local authentication session.

Frequently Asked Questions