sloop config
usage: sloop config [-h] [--log-level {debug,info,warning,error,critical}]
[--exp-dir EXP_DIR]
{show,export_env_vars} ...
Named Arguments
- --log-level
Possible choices: debug, info, warning, error, critical
logging level
Default: “error”
- --exp-dir
experiment directory
Sub-commands
show
show current config
sloop config show [-h] [section] [option]
Positional Arguments
- section
config section
- option
config option
export_env_vars
export env variables as bash declarations
sloop config export_env_vars [-h] section [var_name]
Positional Arguments
- section
config section
- var_name
show only the variable’s content
example of usage in a terminal: eval $(sloop config export_env_vars compile_ibc)