- Notifications
You must be signed in to change notification settings - Fork927
chore(cli): use option source name for deprecation warnings#15581
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for picking this up@ethanndickson!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Great work!
Uh oh!
There was an error while loading.Please reload this page.
74836c8
to3f74426
Compare1c08580
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Closes#15568.
This improves the deprecation warnings, so that they use the config name for however they were supplied for both the deprecated option, and the recommended options.
(I'm assuming it's relatively obvious for users this is an env variable)
YAML names are fully qualified, to make it clear they're set via YAML
This PR also applies the middleware toall commands.