jbang-app-uninstall(1)
Name
jbang-app-uninstall - Removes a previously installed command.
Synopsis
jbang app uninstall -o [-h] --fresh [--insecure] --quiet --verbose [--config=<config>] name
Options
- --config=<config>
-
Path to config file to be used instead of the default
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -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.
- --verbose
-
jbang will be verbose on what it does.