feat(sites): add --tier to sites create - #196
Conversation
|
@codex review |
🦋 Changeset detectedLatest commit: 73f67a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Greptile SummaryThe PR adds storage-tier selection to
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| packages/cli/src/commands/sites/api.ts | Creates storage zones with the requested tier and rejects incompatible tier or explicit-region choices when resuming. |
| packages/cli/src/commands/sites/create.ts | Adds the tier option, preserves omitted-region semantics, and includes the resolved tier in output. |
| packages/cli/src/commands/sites/provision.ts | Normalizes explicit regions while enforcing that SSD storage uses DE. |
| packages/cli/src/commands/sites/api.test.ts | Covers tier mismatch, explicit-region mismatch, matching-tier resume, and flagless cross-region resume behavior. |
Reviews (5): Last reviewed commit: "fix(sites): drop the --region parser def..." | Re-trigger Greptile
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6e4d034f98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…n explicit --region
…resume a zone in another region
No description provided.