We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config new
Add a new command named config new that creates a new config file in the current directory.
devproxy config new -n,--name [name]
devproxyrc.json
devproxyrc_2.json
{ "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/rc.schema.json", "plugins": [ ], "urlsToWatch": [ "https://api.contoso.com/*" ], "logLevel": "information", "newVersionNotification": "stable" }
The text was updated successfully, but these errors were encountered:
@microsoft/dev-proxy-maintainers do we cover it all? Anything else that we should consider?
Sorry, something went wrong.
No branches or pull requests
Add a new command named
config new
that creates a new config file in the current directory.devproxyrc.json
devproxyrc_2.json
The text was updated successfully, but these errors were encountered: