jbang-init(1)

Name

jbang-init - Initialize a script.

Synopsis

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

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

--edit

Open editor on the generated file(s)

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

-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 or URL to a Java code file

[params…​]

Parameters to pass on to the generation