Workspaces
RepoVista detects npm and yarn package workspaces plus pnpm-workspace.yaml.
Focus one workspace
sh
repovista audit --workspace packages/apiUse this when one package or service should dominate inventory, prompts, checks, and findings.
Include all workspaces
sh
repovista audit --all-workspacesThis records all detected workspaces in the evidence pack.
Workspace matrix
sh
repovista audit --workspace-matrixWorkspace matrix mode runs one audit per detected workspace and writes an aggregate matrix summary under .repovista/workspace-matrix-*.
--github-repo cannot be combined with --workspace-matrix yet.
