Skip to main content
Reads a single catalog resource and prints it in the same format murmur set consumes: raw markdown (frontmatter + body) for markdown-input kinds (agent-persona, flight), YAML for everything else. When the name is omitted, lists all resource names of the given kind.

Synopsis

Arguments

Output

Single resource

When a name is provided, the command prints the resource to stdout in the format murmur set accepts for the kind: markdown-input kinds (agent-persona, flight) print the resource’s rendered markdown (YAML frontmatter + prompt body) verbatim; all other kinds print YAML. Run murmur describe to see each kind’s input format.

List mode

When the name is omitted, the command prints one resource name per line. For agent-persona resources, the output includes a [platform] marker for built-in personas and a description column.

Examples

Get a single workspace

List all environments

List agent personas

Pipe a resource into another command

Edit an agent persona in place

Markdown kinds round-trip through get and set with no conversion:

Errors