Print an asset’s content to stdout without writing to disk.
versuno prompts assets get <id>
Fetches a single asset from the Versuno API and prints it to stdout as a Markdown file with YAML frontmatter. Nothing is written to disk.This is useful for piping an asset’s content into other tools.
# Print as Markdown with frontmatterversuno prompts assets get ctx_abc123# Full JSON metadataversuno prompts assets get ctx_abc123 --format json# Pipe content into another toolversuno prompts assets get ctx_abc123 | grep "system"