Expand description
Isolated, disposable copies of a Lake project for replay.
A Workspace is a temp-directory copy of the project tree with build
output and version-control metadata skipped, so an attempt can be patched and
compiled without touching the source of truth. Dropping the workspace removes
the copy unless it was materialized with keep set.
Structsยง
- Copy
Options - What to copy when materializing a workspace.
- Workspace
- An isolated copy of a Lake project.