Update best practices with new features and clarity fixes#121
Merged
waldekmastykarz merged 5 commits intomainfrom Apr 27, 2026
Merged
Update best practices with new features and clarity fixes#121waldekmastykarz merged 5 commits intomainfrom
waldekmastykarz merged 5 commits intomainfrom
Conversation
Adds guidance for new v2.2.0 features: - YAML config support (devproxyrc.yaml/yml) - Config validation (devproxy config validate) - @dynamic=initialvalue for GenericRandomErrorPlugin - --no-watch flag to disable hot reload - Detached mode with random ports, asSystemProxy false, and devproxy status - Updated curl section to reference actual port
- Replace three conflicting plugin ordering rules with single definitive order - Remove duplicate $schema rule (already covered in Configuration section) - Update hot reload to cover all config types (JSON, JSONC, YAML) - Remove fluff line about hot reload iterating faster - Simplify LatencyPlugin guidance to reference plugin ordering - Clarify curl section wording - Fix proxy URL bullet to be more actionable
Assume users are on the latest version. Version tags add noise without providing actionable value for coding agents.
waldekmastykarz
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the best practices document with new content and fixes existing contradictions and ambiguities.
New content
devproxyrc.yaml/devproxyrc.ymlas config formats,devproxy config new --format yamldevproxy config validatesubcommand@dynamic=initialvalue— per-response Retry-After with initial values in GenericRandomErrorPlugin--no-watchflag — disable config auto-reload in CI/CD and automated environments--output json, random ports (port: 0),asSystemProxy: false, multi-instance support,devproxy status, and proxy URL outputClarity fixes
$schemarule — already covered in the Configuration section, was repeated in PluginsReplaces #113.