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.
GroupCommandsWhat it does
authlogin, logoutAuthenticate and sign out
workspaceswitch, teamsChoose the active team
memorycapture, recall, install-hookCapture coding-agent memory (cloud or local) and recall it
promptsinit, push, pull, status, diff, log, assets, projectsSync and version prompt assets (projects scope which assets you work on)
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

VariableDescription
VERSUNO_API_KEYAPI key. Overrides stored credentials.
VERSUNO_WORKSPACEActive workspace ID. Overrides the stored workspace ref.
VERSUNO_DEBUGSet to any value to enable verbose error output