Futrou CLI
Deploy and manage Futrou Cloud directly from your terminal.
What it does
The Futrou CLI lets you deploy and manage Futrou Cloud resources from a terminal. Use it for serverlets, proxies, DNS zones, volumes, projects, and the rest of your workspaceβlocally or from CI.
Install
On Linux or macOS, install the latest CLI with:
curl -fsSL https://futrou.com/install.sh | bashOn Windows PowerShell:
irm https://futrou.com/install.ps1 | iexYou can also install it with npm, or run it without a global installation:
npm install -g futrou
npx futrou --helpThe CLI supports Linux, macOS, Windows, and FreeBSD on x64 and arm64.
Authenticate and explore
Sign in, then use the built-in help to discover available commands for your workspace:
futrou login
futrou --help
futrou serverlets listUse futrou <command> --help whenever you need command-specific flags or examples.
Use it with an AI coding agent
Install the Futrou skill to give supported AI coding agents the context they need for CLI and API workflows:
npx skills add futrou/futrou-cliThe skill covers deploying serverlets and managing proxies, DNS, volumes, projects, and the Futrou MCP server.
For source code, releases, and issue tracking, visit the Futrou CLI repository.
Last updated
