Reference/Command reference
saphan workspace
Per-machine workspace registry (Phase-1): the workspaces this machine's daemon serves
saphan workspace
Per-machine workspace registry (Phase-1): the workspaces this machine's daemon serves
Subcommands
| Subcommand | What it does |
|---|---|
saphan workspace import | Seed the registry from config.Workspace.Default plus any repeated --path flags (each path realpath'd and upserted) |
saphan workspace list | List registered workspaces (id, path, enabled/disabled, STALE if the path no longer resolves to a directory) |
saphan workspace register | Register a workspace path in the per-machine registry (idempotent — the same path or a symlink alias upserts ONE entry) |
saphan workspace remove | Remove a workspace from the registry, matched by id or by realpath'd path |
saphan workspace import
Seed the registry from config.Workspace.Default plus any repeated --path flags (each path realpath'd and upserted)
Options
| Option | Type | Default | Description |
|---|---|---|---|
--path | stringArray | [] | additional workspace path to import (repeatable) |
saphan workspace list
List registered workspaces (id, path, enabled/disabled, STALE if the path no longer resolves to a directory)
saphan workspace register
Register a workspace path in the per-machine registry (idempotent — the same path or a symlink alias upserts ONE entry)
saphan workspace remove
Remove a workspace from the registry, matched by id or by realpath'd path