Skip to content

docs: volume help says the attach default is 10Gi - #161

Draft
tonychang04 wants to merge 1 commit into
mainfrom
feat/free-volume-10gib
Draft

docs: volume help says the attach default is 10Gi#161
tonychang04 wants to merge 1 commit into
mainfrom
feat/free-volume-10gib

Conversation

@tonychang04

@tonychang04 tonychang04 commented Aug 31, 2026

Copy link
Copy Markdown
Member

Draft — gated on insta-platform#327 reaching production.

Two --help strings quoted the old 1 GiB attach default:

  • insta services add --volume <gi> — "any plan may attach at the default 1" → 10
  • insta compute volume — "any plan at the default 1Gi" → 10Gi

Nothing else in the CLI hardcodes the number: computeVolume sends only what --size gives and prints cap.volumeGib straight from the API, so its output was already correct.

npm run typecheck clean; vitest run 672 passed / 47 files.

🤖 Generated with Claude Code


Summary by cubic

Updates the --help text in two places to say the default volume attach size is 10 GiB instead of 1 GiB, matching the new free volume cap.

  • The changed strings cover insta services add --volume and insta compute volume.
  • No other CLI code hardcodes the old number; computeVolume output already comes from the API.

Written for commit 059a636. Summary will update on new commits.

Review in cubic

The free volume cap — which is also the size a sizeless attach gets on
every tier — moved from 1 GiB to 10 GiB in insta-platform #327. Two help
strings quoted the old number.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tonychang04
tonychang04 requested a review from jwfing August 31, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant