Workspaces
List workspaces, switch the active workspace, and fetch orientation data.
Workspace commands control which Plot workspace the CLI reads from and writes to. If you belong to more than one workspace, check the active workspace before making changes.
plot workspace list
Use plot workspace list to see the workspaces available to your current
credentials.
plot workspace listFor automation or agents:
plot workspace list --format jsonplot workspace use
Use plot workspace use to set the active workspace. Pass the workspace slug,
which is also the first path segment in Plot workspace URLs.
plot workspace use scalespark-mediaplot workspace info
Use plot workspace info to fetch orientation data for the active workspace,
including useful team and member context.
plot workspace infoFor agents, use JSON and quiet mode so the output is easy to parse.
plot workspace info --format json