jbang-app-install(1)
Name
jbang-app-install - Install a script as a command.
Synopsis
jbang app install -o [-h] [--force] --fresh [--native] --quiet --verbose [--config=<config>] [--name=<name>] scriptRef
Options
- --config=<config>
-
Path to config file to be used instead of the default
- --force
-
Force re-installation
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -h, --help
-
Display help/info. Use 'jbang <command> -h' for detailed usage.
- --name=<name>
-
A name for the command
- --native
-
Enable native build/run
- -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.