Skip to main content

jnc run

Runs a task or shell command inside the activated workspace environment. The command can be a predefined task from the manifest or an arbitrary executable found in the environment’s PATH. The environment is automatically installed and updated before execution if needed. Tasks defined in the manifest can depend on other tasks and will be executed in the correct topological order. If no task is provided, jnc run prints a list of all available tasks. Alias: r

Usage

Arguments

Options

Update Options

Global Options

Examples

Run a predefined task

Run an arbitrary command in the environment

Run a task in a specific environment

Chain multiple tasks

Run with a clean environment

Dry run to preview commands

Run a raw executable (bypass task resolution)

List all available tasks