返回顶部
f

flyio-cli

Use the Fly.io flyctl CLI for deploying and operating apps on Fly.io. Default to read-only diagnostics (status/logs/config/releases). Only perform state-changing operations (deploys, SSH exec, secrets, scaling, machines, volumes, Postgres changes) with explicit user approval. Use when asked to deploy to Fly.io, debug fly deploy/build/runtime failures, set up GitHub Actions deploys/previews, or safely manage Fly apps and Postgres.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
2,546
下载量
1
收藏
概述
安装方式
版本历史

flyio-cli

# Fly.io (flyctl) CLI Operate Fly.io apps safely and repeatably with `flyctl`. ## Defaults / safety - Prefer **read-only** commands first: `fly status`, `fly logs`, `fly config show`, `fly releases`, `fly secrets list`. - **Do not edit/modify Fly.io apps, machines, secrets, volumes, or databases without your human’s explicit approval.** - Read-only actions are OK without approval. - Destructive actions (destroy/drop) always require explicit approval. - When debugging builds, capture the exact error output and determine whether it’s a: - build/packaging issue (Dockerfile, Gemfile.lock platforms, assets precompile) - runtime issue (secrets, DB, migrations) - platform issue (regions, machines, health checks) ## Quick start (typical deploy) From the app repo directory: 1) Confirm which app you’re targeting - `fly app list` - `fly status -a <app>` - Check `fly.toml` for `app = "..."` 2) Validate / inspect (read-only) - `fly status -a <app>` - `fly logs -a <app>` - `fly config show -a <app>` (Deploys are in **High-risk operations** below and require explicit user approval.) ## Debugging deploy/build failures ### Common checks - `fly deploy --verbose` (more build logs) - If using Dockerfile builds: verify Dockerfile Ruby/version and Gemfile.lock platforms match your builder OS/arch. ### Rails + Docker + native gems (nokogiri, pg, etc.) Symptoms: Bundler can’t find a platform gem like `nokogiri-…-x86_64-linux` during build. Fix pattern: - Ensure `Gemfile.lock` includes the Linux platform used by Fly’s builder (usually `x86_64-linux`). - Example: `bundle lock --add-platform x86_64-linux` - Ensure Dockerfile’s Ruby version matches `.ruby-version`. (See `references/rails-docker-builds.md`.) ## Logs & config (read-only) - Stream logs: - `fly logs -a <app>` - Show config: - `fly config show -a <app>` - List secrets (names only): - `fly secrets list -a <app>` ## High-risk operations (ask first) These commands can execute arbitrary code on servers or mutate production state. Only run them when the user explicitly asks you to. - Deploy: - `fly deploy` / `fly deploy --remote-only` - SSH exec / console: - `fly ssh console -a <app> -C "<command>"` - Secrets changes: - `fly secrets set -a <app> KEY=value` See `references/safety.md`. ## Fly Postgres basics ### Identify the Postgres app - `fly postgres list` ### Attach Postgres to an app - `fly postgres attach <pg-app> -a <app>` ### Create a database inside the cluster - `fly postgres db create <db_name> -a <pg-app>` - `fly postgres db list -a <pg-app>` ### Connect (psql) - `fly postgres connect -a <pg-app>` ## GitHub Actions deploys / previews - For production CD: use Fly’s GitHub Action (`superfly/flyctl-actions/setup-flyctl`) and run `flyctl deploy`. - For PR previews: - Prefer one **preview app per PR** and one **database per PR** inside a shared Fly Postgres cluster. - Automate create/deploy/comment on PR; destroy on close. (See `references/github-actions.md`.) ## Bundled resources - `references/safety.md`: safety rules (read-only by default; ask before mutating state). - `references/rails-docker-builds.md`: Rails/Docker/Fly build failure patterns + fixes. - `references/github-actions.md`: Fly deploy + preview workflows. - `scripts/fly_app_from_toml.sh`: tiny helper to print the Fly app name from fly.toml (shell-only; no ruby).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 flyio-cli-1776388343 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 flyio-cli-1776388343 技能

通过命令行安装

skillhub install flyio-cli-1776388343

下载 Zip 包

⬇ 下载 flyio-cli v1.0.3

文件大小: 4.44 KB | 发布时间: 2026-4-17 15:04

v1.0.3 最新 2026-4-17 15:04
- Updated documentation to clarify that state-changing operations require explicit approval from "your human" instead of a specific individual.
- No code or file changes; documentation wording only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部