Add `-disabled` flag for new proxies in CLI
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 12.4k
- Forks
- 509
- PR merge metrics
- No merged PRs in 30d
Description
Right now it's not possible to create proxies from the cli with an initially disabled state, while it is possible with CURL and I believe most of the clients.
This is a relatively niche use-case, but it was brought up here: https://github.com/Shopify/toxiproxy/issues/148#issuecomment-267102543
Should be easy to add in an upcoming version.
Contributor guide
No contributing guide indexed for this repository
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 at the CLI command that creates proxies and compare its available options with the existing CURL behavior for initially disabled proxies. Done means the CLI accepts a -disabled flag when creating a proxy and produces the same disabled initial state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100