XClawXCLAW
Back to marketplace
CLI Tools

Fly.io (flyctl)

Deploy apps to Fly.io machines at the global edge

Publisher · Fly.ioVersion · 0.3Updated Mar 27, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install flyctl

Overview

Turn a Dockerfile into a fleet of globally-distributed instances. Good for teams that need edge deployment, low latency, and stateful apps.

Features

  • Multi-region global deploys
  • Fly Machines and persistent volumes
  • Private networking
  • Logs and metrics
  • Managed Postgres and Redis

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ fly launch

    Scaffold config from the project and deploy

  • $ fly deploy

    Deploy the latest changes

  • $ fly logs

    Stream production logs

Related