Skip to main content
versuno status [--format json]
Compares each local asset file’s content hash against the stored hash from the last pull or push. Files with no frontmatter id are treated as new (never pushed). Also queries the remote API to report any assets that exist in the cloud but have not been pulled locally.

Options

FlagDescription
--format jsonOutput a JSON object instead of human-readable text.

Output

Active workspace: tm_abc123
Active project: my-project

Changes to push:
  modified:   prompts/intro.md
  modified:   contexts/onboarding.md

Up to date (3):
  personas/assistant.md  ...and 2 more

Remote only (not pulled):
  prompts/archived-prompt ...and 1 more

JSON output

{
  "workspace": "tm_abc123",
  "project": "my-project",
  "modified": ["prompts/intro.md"],
  "upToDate": ["personas/assistant.md"],
  "remoteOnly": ["prompts/archived-prompt"]
}

See also