[PR #44] [CLOSED] feat(deploy): add --env support (wrangler env.*) #265

Closed
opened 2026-05-06 12:38:51 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/44
Author: @liuxiaopai-ai
Created: 2/25/2026
Status: Closed

Base: mainHead: feat/issue-33-deploy-env


📝 Commits (1)

  • 35099d8 feat(deploy): add --env support for wrangler deploy

📊 Changes

4 files changed (+77 additions, -15 deletions)

View changed files

📝 README.md (+4 -1)
📝 packages/vinext/src/cli.ts (+24 -10)
📝 packages/vinext/src/deploy.ts (+24 -4)
📝 tests/deploy.test.ts (+25 -0)

📄 Description

Addresses #33.

  • Add "vinext deploy --env production" (and any env name) and pass through to wrangler
  • Add tests for arg parsing / command construction
  • Document usage in README

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/44 **Author:** [@liuxiaopai-ai](https://github.com/liuxiaopai-ai) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/issue-33-deploy-env` --- ### 📝 Commits (1) - [`35099d8`](https://github.com/cloudflare/vinext/commit/35099d8f0bb7d51007e64df96c9fd4004205e468) feat(deploy): add --env support for wrangler deploy ### 📊 Changes **4 files changed** (+77 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -1) 📝 `packages/vinext/src/cli.ts` (+24 -10) 📝 `packages/vinext/src/deploy.ts` (+24 -4) 📝 `tests/deploy.test.ts` (+25 -0) </details> ### 📄 Description Addresses #33. - Add "vinext deploy --env production" (and any env name) and pass through to wrangler - Add tests for arg parsing / command construction - Document usage in README --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:51 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#265
No description provided.