Experimental command aliases
RAFT’s stable documentation uses the current top-level commands, such as
raft check-manifest and raft project-status. Those command names remain
the canonical RAFT 1.x interface.
The grouped commands on this page are experimental aliases for testing a possible RAFT 2.0 command layout. They call the same implementation as the stable commands, but the grouped names may change before RAFT 2.0.
To avoid confusing new users, these grouped aliases are not shown in the main
raft --help command list. Each group still has its own help, for example
raft manifest --help and raft module --help.
Manifest
Experimental alias |
Stable command |
Purpose |
|---|---|---|
|
|
Validate a manifest TSV. |
|
|
Print or write a starter manifest TSV. |
Project
Experimental alias |
Stable command |
Purpose |
|---|---|---|
|
|
Summarize a project without modifying it. |
|
|
Initialize a project from an init config. |
|
|
Create a portable project archive. |
|
|
Load a portable project archive. |
|
|
Push a project archive or repository state. |
|
|
Rename a project. |
Modules
Experimental alias |
Stable command |
Purpose |
|---|---|---|
|
|
List available modules. |
|
|
Load a module into a project. |
|
|
Update loaded modules. |
|
|
List processes and workflows from loaded modules. |
Workflows
Experimental alias |
Stable command |
Purpose |
|---|---|---|
|
|
List or inspect off-the-shelf workflows. |
|
|
Run an existing project workflow. |
Datasets And Reports
Experimental alias |
Stable command |
Purpose |
|---|---|---|
|
|
Load a predefined dataset manifest and inputs. |
|
|
Launch or generate workflow reports. |
Using aliases safely
Use the stable commands for published protocols, automation shared with other users, and long-lived documentation.
Use the grouped aliases when you want to test the possible RAFT 2.0 command shape and provide feedback on whether the grouping makes the interface easier to learn.