SalesforceCommerceCloud / SalesforceCommerceCloud/b2c-developer-tooling
Implement ecdn certificates get command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 19
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 33
Description
Summary
The b2c ecdn certificates get command was documented but never implemented. Other certificate commands exist (add, delete, list, update, validate) but get is missing.
Command to Implement
b2c ecdn certificates get --zone <zone> --certificate-id <id>
Context
Discovered during v1.0 GA readiness audit. Documentation was 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 certificates command entry points and the implementations for add, delete, list, update, and validate. Follow their patterns to determine how get --zone <zone> --certificate-id <id> should be wired, then verify that the command retrieves and displays the requested certificate consistently with the other certificate commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100