jbang-template-add(1)
Name
jbang-template-add - Add template for script reference.
Synopsis
jbang template add -o [-gh] [--force] --fresh [--insecure] --quiet --verbose [--config=<config>] [-d=<description>] [-f=<catalogFile>] [--name=<name>] [-P=<properties>]… files…
Options
- --config=<config>
-
Path to config file to be used instead of the default
- -d, --description=<description>
-
A description for the template
- -f, --file=<catalogFile>
-
Path to the catalog file to use
- --force
-
Force overwriting of existing template
- --fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -g, --global
-
Use the global (user) catalog file
- -h, --help
-
Display help/info. Use 'jbang <command> -h' for detailed usage.
- --insecure
-
Enable insecure trust of all SSL certificates.
- --name=<name>
-
A name for the template
- -o, --offline
-
Work offline. Fail-fast if dependencies are missing. No connections will be attempted
- -P, --property=<properties>
-
Template property
- --quiet
-
jbang will be quiet, only print when error occurs.
- --verbose
-
jbang will be verbose on what it does.