Skip to main content

jnc task

Manages tasks defined in the workspace manifest. Tasks are commands that run inside the workspace environment and can depend on other tasks.

Usage

Subcommands

add

Add a new task to the manifest.

remove

Remove one or more tasks from the manifest.

alias

Create a task alias that depends on other tasks. An alias has no command of its own — it simply runs its dependencies.

list

List all tasks defined in the manifest.

Global Options

Examples