command
Version:
v0.51.6
Opens a new window with list of versions in this module.
Published: May 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Run Worker
This example loads a YAML target a runs the full Forge stack:
- Cluster: associates the Job with Worker.
- Job: watches the list of Task.
- Worker: tracks objects linked to the Worker & starts controllers.
- Task: manages inputs, outputs, target, and passes.
- re-start the task when the inputs or target change
- Pass: an instance of executing the Task with a set of inputs & a target.
- outputs are taken from Executions as per the Target config
- Execution: an instance of executing the Pass (a replica) on a Worker.
Demo: Git
./run-worker ../targets/03-git.yaml
The 03-git example will clone a Git repository to a world object.
Creates objects with type:
- Repo: the git repository
- Worktree: info on checkout of Repo to Workdir at path.
- Workdir: unixfs working directory
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.