jbang-config-set(1)
Name
jbang-config-set - Set a configuration value
Synopsis
jbang config set -o [-gh] --fresh --quiet --verbose [--config=<config>] [-f=<configFile>] <key> <value>
Options
- --config=<config>
-
Path to config file to be used instead of the default
- -f, --file=<configFile>
-
Path to the config file to use
- --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.
- -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.
- --verbose
-
jbang will be verbose on what it does.