jbang-app(1)

Name

jbang-app - Manage scripts installed on the user's PATH as commands.

Synopsis

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

Description

Manage scripts installed on the user’s PATH as commands.

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

install

Install a script as a command.

list

Lists installed commands.

uninstall

Removes a previously installed command.

setup

Make jbang commands available for the user.