Replies: 1 comment
-
Not sure it should be a command like that but there's an API for getting the debug view for a configuration. @JamesNK also made this change to make it easier to see where configuration comes from in the debugger. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
An application can read configuration from registry, local files, environment variables, command line parameters, an external configuration source, or a database. However there are problems with the running configuration:
Would a common API like
show-params
of click-extra be helpful for devs who usesMicrosoft.Extensions.Configuration
?It would be great if it would be possible to have a Cisco network devices
show running-config
command, which outputs the running config. Although one mostly types justshow run
and the device implies the rest of the command.Details
Process Monitor/Explorer
orstrace
we can see which files and registry values are accessed. Also, it is possible to access environment variables but it is trickier on Linux.Also, just providing this would provide an optional way. What does it take to standardize the usage is another issue.
Beta Was this translation helpful? Give feedback.
All reactions