jbang-cache(1)

Name

jbang-cache - Manage compiled scripts in the local cache.

Synopsis

jbang cache -o --fresh --quiet --verbose [COMMAND]

Description

Manage compiled scripts in the local cache.

Options

--fresh

Make sure we use fresh (i.e. non-cached) resources.

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

Commands

clear

Clear the various caches used by jbang. By default this will clear the JAR, script, stdin and URL caches. To clear other caches list them explicitly i.e. '--project' for temporary projects.