.versuno/ subdirectory. The CLI computes a content hash before and after writing so unchanged files are skipped.
Output mirrors Git’s compact diff summary (e.g. prompts/my-prompt.md | 3 +++).
Arguments
| Argument | Required | Description |
|---|---|---|
id | Positional | Asset ID to pull. Omit when using --all. |
Options
| Flag | Description |
|---|---|
--all | Re-pull every locally tracked asset (re-reads all frontmatter id fields). |
--project <slug> | Write files into .versuno/projects/<slug>/ instead of the type-level folder. |
--format json | Print a JSON summary of what was pulled instead of the human-readable output. |
Output
Examples
File format
Each pulled asset is written as a Markdown file with frontmatter:See also
versuno push— push local changes back to the cloudversuno status— see which files have been modified

