jbang-init(1)

Name

jbang-init - Initialize a script.

Synopsis

jbang init -o [-h] [--force] --fresh [--insecure] [--jsh] --quiet --verbose [--config=<config>] [-t=<initTemplate>] [-D=<String=Object>]…​ [--deps=<dependencies>]…​ <scriptOrFile>

Description

Initialize a script.

Options

--config=<config>

Path to config file to be used instead of the default

-D, <String=Object>

set a system property

--deps=<dependencies>

Add additional dependencies (Use commas to separate them).

--force

Force overwrite of existing files

--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.

--jsh

Force input to be interpreted with jsh/jshell

-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.

-t, --template=<initTemplate>

Init script with a java class useful for scripting

--verbose

jbang will be verbose on what it does.

Arguments

<scriptOrFile>

A file with java code or if named .jsh will be run with jshell