client.cli.config.show ====================== .. py:module:: client.cli.config.show .. autoapi-nested-parse:: Config show command. Functions --------- .. autoapisummary:: client.cli.config.show.show Module Contents --------------- .. py:function:: show(section: Optional[str], key: Optional[str], 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