jbang-config-list(1)
Name
jbang-config-list - List active configuration values
Synopsis
jbang config list -o [-gh] --fresh [--insecure] --quiet [--show-available] [--show-origin] --verbose [--config=<config>] [-f=<configFile>] [--format=<format>]
Options
- --config=<config>
-
Path to config file to be used instead of the default
- -f, --file=<configFile>
-
Path to the config file to use
- --format=<format>
-
Specify output format ('text' or 'json')
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -g, --global
-
Use the global (user) config file
- -h, --help
-
Display help/info. Use 'jbang <command> -h' for detailed usage.
- --insecure
-
Enable insecure trust of all SSL certificates.
- -o, --offline
-
Work offline. Fail-fast if dependencies are missing. No connections will be attempted
- --quiet
-
jbang will be quiet, only print when error occurs.
- --show-available
-
Show the available key names
- --show-origin
-
Show the origin of the configuration
- --verbose
-
jbang will be verbose on what it does.