Running RAFT locally
Before you begin, complete the installation and workspace setup steps in Installing RAFT.
Try the demo
Run a demo project:
$ raft run-demo --workflow lens --version v1.9-dev
Run your own project
Create and run a project:
$ raft run \
--project-id my-project \
--workflow lens \
--version v1.9-dev \
--manifest my_manifest.tsv
Note
if --manifest is omitted, RAFT will launch the web-based manifest generator.
Note
if --workflow-profile is omitted, RAFT will launch the web-based workflow configuration tool.
If a project already exists, run it again with:
$ raft run --project-id my-project
Do not repeat setup-only flags such as --workflow, --version,
--manifest, or --setup-only when running an existing project. RAFT
treats those as project-creation options and will refuse to mix them with an
existing project run.
If you want workflow-specific recommended profiles in the documentation, those
should be listed on the workflow inventory page and passed via
--workflow-profile.
For additional setup and execution flags, see Helpful RAFT options. For common errors and next-step commands, see Troubleshooting.
Manage existing projects
After you have run one or more projects, use raft generate-reports to
review outputs and the project packaging/loading commands to transfer or archive
projects.