jbang-app-setup(1)
Name
jbang-app-setup - Make jbang commands available for the user.
Synopsis
jbang app setup -o [-h] [--force] --fresh [--[no-]java] --quiet --verbose [--config=<config>]
Options
- --config=<config>
-
Path to config file to be used instead of the default
- --force
-
Force setup to be performed even when existing configuration has been detected
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -h, --help
-
Display help/info. Use 'jbang <command> -h' for detailed usage.
- --[no-]java
-
Add JBang’s Java to the user’s environment as well
- -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.