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