docs/commands/readme.md
Complete documentation for all f (flow) commands.
| Command | Description |
|---|---|
deploy | Deploy to Linux hosts, Cloudflare Workers, or Railway |
release | Publish a release to registry or GitHub |
publish | Publish project to GitHub |
install | Install a CLI/tool via registry, parm, or flox |
clone | Clone repositories with git-like destination behavior |
repos | Clone repositories into ~/repos |
new | Create a project from a local template in ~/new |
commit | AI-powered commit with code review |
pr | Create/open PRs and ingest GitHub feedback |
upstream | Manage upstream fork workflow |
env | Sync project environment and manage env vars |
invariants | Validate project invariants from flow.toml |
fast | Low-latency AI task invocation via fast client |
up | Bring a project up with lifecycle conventions |
down | Bring a project down with lifecycle conventions |
domains | Shared local *.localhost route manager on port 80 |
tasks | List and run project tasks |
global | Run tasks from global flow config |
setup | Print aliases or run setup task |
ai | Manage AI coding sessions (Claude + Codex) |
daemon | Manage background daemons |
parallel | Run tasks in parallel |
docs | Manage auto-generated documentation |
web | Open the Flow web UI for a project |
url | Inspect or crawl URLs into compact AI-friendly summaries |
# Show all commands
f --help
# Get help for a specific command
f deploy --help
f commit --help
up/dev) with optional domains setupflow.toml~/newtasks + .ai/tasks/*.mbt)-h, --help Print help
-V, --version Print version
Flow uses flow.toml for project configuration. See flow.toml reference for full documentation.