client.cli.config.show
Config show command.
Functions
|
Display current configuration. |
Module Contents
- client.cli.config.show.show(section: str | None, key: str | None, output: str) None
Display current configuration.
Shows the current Jobmon configuration from the active config file.
b .. rubric:: Examples
# Show all configuration jobmon config show
# Show specific section jobmon config show –section http
# Show specific value jobmon config show –section http –key retries_attempts
# Output as JSON jobmon config show -o json