Display & Info¶
Click any command card below to expand its full parameter reference.
Info
Note that all cards below are auto-generated from EuBIBridge methods and Pydantic config models. Types, defaults, and valid ranges are extracted directly from the source.
show_config — Display the active configuration, or a specific named config
Usage:
With no arguments, prints the current .eubi_config.json. Pass a name to inspect a saved config without activating it.
Optional arguments
Type: Default: — Named config to display (e.g.
--namestrhpc). If omitted, the active (default) config is shown.# Inspect the 'hpc' profile without activating it
eubi show_config --name hpc
show_root_defaults — Display the installation defaults for all configuration parameters
Usage:
These are the values that reset_config will restore. Useful as a reference when tuning cluster or conversion settings.