nest.repository.support Documentation TaskDoc JavaDoc Packages

Local install bundle

See also: Local installing

The nest.local.install() task allows installing a saker.nest bundle to the local bundle storage. You need to specify the JAR file as the input to the task:

# Create a bundle JAR
$jar = saker.jar.create(### ... ###)
nest.local.install(
	Bundle: $jar[Path]
)

The above example will create a JAR using the saker.jar.create() task and install it in the local bundle storage that is configured for the current build execution.