cloudflare / cloudflare/wrangler-action
support vars config to versions command
Open
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
refer to https://github.com/cloudflare/wrangler-action/blob/main/src/wranglerAction.ts#L327
should support `--var` argument to versions command:
```
wrangler versions upload --var k:v
```
Contributor guide
Research direction
Open src/wranglerAction.ts around line 327 and trace how arguments are assembled for the versions command. Confirm how `wrangler versions upload` is invoked, then ensure the `--var k:v` argument is accepted and passed through; done means version uploads can use the requested variable configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100