SalesforceCommerceCloud / SalesforceCommerceCloud/b2c-developer-tooling
Implement ecdn rate-limit commands (list/create/get/update/delete)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 19
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 33
Description
Summary
The eCDN rate-limit commands were documented but never implemented. These commands would manage rate limiting rules on CDN zones.
Commands to Implement
b2c ecdn rate-limit list— List rate limiting rulesb2c ecdn rate-limit create— Create a rate limiting ruleb2c ecdn rate-limit get— Get a rate limiting ruleb2c ecdn rate-limit update— Update a rate limiting ruleb2c ecdn rate-limit delete— Delete a rate limiting rule
Context
Discovered during v1.0 GA readiness audit. Documentation and oclif topic entries were removed in the cleanup PR.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing b2c ecdn CLI entry points and neighboring commands, then review the documented rate-limit behavior and the cleanup that removed the documentation and oclif topic entries. Done means implementing list, create, get, update, and delete for CDN-zone rate-limiting rules, with the command behavior and inputs aligned to the available API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100