juice config list#
About#
List the configured contents of a configuration schema by filename.
Usage#
juice config list <FILENAME>
Arguments#
<FILENAME>The
filenameattribute of the configuration schema you want to load.
Description#
This commands loads and merges the configuration using the mechanisms described in How configurations are stored and loaded. It outputs all merged TOML files as the contents of a single TOML file. Note that this command not apply the defaults from the configuration schema, it just shows the non-default configuration that exists on disk.
Example#
$ juice config list orchestration
[environments.default]
type = "uv"
dependencies = ["lab"]