Reads a single catalog resource and prints it as YAML. When the name is omitted, lists all resource names of the given kind.Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
kind | string | yes | The catalog resource kind (e.g. workspace, environment, placement). Run murmur describe to list available kinds. |
name | string | no | The resource name. When omitted, lists all resources of the kind. |
Output
Single resource
When a name is provided, the command prints the resource as YAML to stdout.List mode
When the name is omitted, the command prints one resource name per line. Foragent-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
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No resource with that kind and name exists. | Check the name spelling. Run murmur get <kind> without a name to list available resources. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
INVALID_ARGUMENT | The kind is not recognized. | Run murmur describe to list valid kinds. |
Related
- Catalog — concept overview
murmur set— create or replace a resourcemurmur patch— update individual fields on a resourcemurmur rm— delete a resourcemurmur describe— show schema information for a kind