Skip to main content
The Versuno CLI is a developer-first tool for syncing AI assets between your local filesystem and the Versuno cloud. It follows a Git-style workflow: pull assets down, edit them, then push new versions back up.

Requirements

Installation

Or run without installing:

Quick start

Prefer to stay private? Capture your coding agents’ memory into a local store instead of the cloud, no account needed, then search it back:

Command groups

Commands are organized by domain. Auth and workspace commands stay at the top level; the prompt-manager (asset versioning) commands live under the prompts group, and memory capture/recall lives under memory. Run versuno prompts --help for the full prompt-manager command list, or versuno <group> <command> --help for any command’s options.

How it works

versuno prompts init creates a .versuno/ directory in your project root:
Each asset is stored as a Markdown file with YAML frontmatter:
The CLI tracks content hashes so only modified files are pushed or flagged as changed.

Environment variables