-
-
Notifications
You must be signed in to change notification settings - Fork 203
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Application.show_config[_json] #341
Conversation
Yay, this is great! I'll use this for smoke testing a Docker image before promoting to production. |
But why stop the app? This option is useful for every combination sub-commands and it was one of the first "extensions" I had to built my self. |
The reason I was hoping for something like this is to be able to run validation tests against Jupyter installations. I do want the application to stop after exiting. |
setting this value will skip Application start and show loaded config on stdout, instead. if show_config[_json is given, it will be json-formatted
setting this value will skip Application start and show loaded config on stdout, instead.
if
show_config_json
is given, it will be json-formatted.Applications can inherit the default flags from
traitlets.config.application.default_flags
,but this can be triggered immediately with:
cc @rgbkrk