sscli obs
Overview
The obs sub-app provides tooling for inspecting project state, diffing against template baselines, and managing workspace registrations.
Tier: ALPHA | Last verified with sscli v3.2.8
Subcommands
| Subcommand | Description |
|---|---|
sscli obs diff | Diff current project against template baseline |
sscli obs workspace list | List tracked workspaces |
sscli obs workspace create --name <name> | Register a new workspace |
Examples
# See what has changed from the original templatesscli obs diff# List all registered workspacessscli obs workspace list# Register a new workspacesscli obs workspace create --name my-project