← Back to PRs

#17331: Documentation missing fly io --app flag when creating volume

by charlietlamb open 2026-02-15 17:14 View on GitHub →
docs stale size: XS
<img width="1316" height="468" alt="Screenshot 2026-02-15 at 17 08 43" src="https://github.com/user-attachments/assets/0af6f313-8bdd-47b1-8d2d-9acd05ef7774" /> ## Summary Describe the problem and fix in 2–5 bullets: - Problem: fly.io install guide missing --app flag https://fly.io/docs/flyctl/volumes-create/ - Why it matters: when you try and install you can't create a volume without the app flag - What changed: added app flag to correct this - What did NOT change (scope boundary): anything other than one command flag in the docs ## Change Type (select all) - [ ] Bug fix - [ ] Feature - [ ] Refactor - [x] Docs - [ ] Security hardening - [ ] Chore/infra ## Scope (select all touched areas) - [ ] Gateway / orchestration - [ ] Skills / tool execution - [ ] Auth / tokens - [ ] Memory / storage - [x] Integrations - [ ] API / contracts - [ ] UI / DX - [ ] CI/CD / infra ## Linked Issue/PR - Closes # - Related # ## User-visible / Behavior Changes List user-visible changes (including defaults/config). If none, write `None`. None ## Security Impact (required) - New permissions/capabilities? (`Yes/No`) No - Secrets/tokens handling changed? (`Yes/No`) No - New/changed network calls? (`Yes/No`) No - Command/tool execution surface changed? (`Yes/No`) No - Data access scope changed? (`Yes/No`) No - If any `Yes`, explain risk + mitigation: ## Repro + Verification ### Environment n/a here - running fly cli on MacOS - OS: - Runtime/container: - Model/provider: - Integration/channel (if any): - Relevant config (redacted): ### Steps 1. follow https://docs.openclaw.ai/install/fly#1-create-the-fly-app 2. you'll get an issue when trying to create a volume ### Expected - creates volume ### Actual - throws an error ## Evidence Attach at least one: - [ ] Failing test/log before + passing after - [ ] Trace/log snippets - [x] Screenshot/recording (at top of pr) - [ ] Perf numbers (if relevant) ## Human Verification (required) What you personally verified (not just CI), and how: - Verified scenarios: - Edge cases checked: - What you did **not** verify: ## Compatibility / Migration - Backward compatible? (`Yes/No`) - Config/env changes? (`Yes/No`) - Migration needed? (`Yes/No`) - If yes, exact upgrade steps: ## Failure Recovery (if this breaks) - How to disable/revert this change quickly: - Files/config to restore: - Known bad symptoms reviewers should watch for: ## Risks and Mitigations List only real risks for this PR. Add/remove entries as needed. If none, write `None`. - Risk: - Mitigation: <!-- greptile_comment --> <h3>Greptile Summary</h3> Adds missing `--app` flag to `fly volumes create` command in Fly.io installation documentation, fixing an error users would encounter when following the guide. - Fixed command syntax in both English and Chinese documentation - Added clarifying comment about replacing with actual app name - Aligns with Fly.io CLI requirements from https://fly.io/docs/flyctl/volumes-create/ <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with no risk - Simple documentation fix that adds a required CLI flag. The change is accurate, well-documented in the PR description with screenshot evidence, and affects only installation documentation with no code or runtime behavior changes. - No files require special attention <sub>Last reviewed commit: b9fd701</sub> <!-- greptile_other_comments_section --> <!-- /greptile_comment -->

Most Similar PRs