ModusCreateOrg / ModusCreateOrg/capsule
Detect subdomain from domain
Open
Nobody has claimed this yet.
MVP2
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
having to provide both --dom and --subdom is a bit weird. Can the CLI figure that out from foo.bar.com?
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
The issue names no file or test, so start by locating the CLI argument handling for --dom and --subdom. Implement the requested inference for a value such as foo.bar.com, then verify that users no longer need to provide both options and that existing explicit arguments still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100