versuno-cli
v0.2.0
Published
Versuno CLI — the intelligent context layer for your AI agents
Downloads
300
Readme
Versuno CLI
The developer-first CLI for Versuno — manage your AI contexts, prompts, personas, and skills from the terminal.
Requirements
- Bun ≥ 1.0
Installation
bun add -g versuno-cliOr run directly without installing:
bunx versuno-cli <command>Quick start
# 1. Initialise a project folder
versuno init
# 2. Authenticate
versuno login
# 3. Pull an asset from the cloud
versuno pull <asset-id>
# 4. Edit the file in your editor, then push
versuno push -m "my change description"Documentation
Full command reference: docs.versuno.ai/cli
