jbang-edit(1)

Name

jbang-edit - Setup a temporary project to edit script in an IDE.

Synopsis

jbang edit -o [-h] --fresh [--insecure] [--jsh] [--live] [--no-open] --quiet --verbose [--open[=<editor>]] [--config=<config>] [--cp=<classpaths>]…​ [-D=<String=String>]…​ [--deps=<dependencies>]…​ [--repos=<repositories>]…​ <scriptOrFile>

Description

Setup a temporary project to edit script in an IDE.

Options

--config=<config>

Path to config file to be used instead of the default

--cp, --class-path=<classpaths>

Add class path entries.

-D, <String=String>

set a system property

--deps=<dependencies>

Add additional dependencies (Use commas to separate them).

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

--live

Setup temporary project, regenerate project on dependency changes.

--no-open
-o, --offline

Work offline. Fail-fast if dependencies are missing. No connections will be attempted

--open[=<editor>]

Opens editor/IDE on the temporary project.

--quiet

jbang will be quiet, only print when error occurs.

--repos=<repositories>

Add additional repositories.

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