linkml config

linkml config

LinkML Global Configuration

linkml config [OPTIONS] COMMAND [ARGS]...

Commands

get

Get a configuration value.

set

Set a configuration value in the global…

linkml config get

linkml config get

Get a configuration value. If no setting name is passed, show entire config

Examples:

$ linkml config get

user_dir: /Users/jonny/Library/Application Support/linkml
config_file: /Users/jonny/Library/Application Support/linkml/linkml_config.yaml
log:
  dir: /Users/jonny/Library/Logs/linkml
  file_name: linkml.log
  level: WARNING
  # ...
$ linkml config get log

dir: /Users/jonny/Library/Logs/linkml
file_name: linkml.log
level: WARNING
# ...
$ linkml config get log.level
WARNING
linkml config get [OPTIONS] [KEY]

Arguments

KEY

Optional argument

linkml config set

linkml config set

Set a configuration value in the global linkml_config.yaml file.

If a value is absent, the key is deleted from the global yaml config.

linkml config set [OPTIONS] KEY [VALUE]

Arguments

KEY

Required argument

VALUE

Optional argument