Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
kind | string | no | A specific catalog resource kind to describe. When omitted, lists all available kinds. |
Output
List mode (no kind)
Prints a table of all available kinds.| Column | Description |
|---|---|
KIND | The resource kind name (used with murmur get, murmur set, murmur patch, murmur rm). |
FORMAT | Input format: INPUT_FORMAT_YAML or INPUT_FORMAT_MARKDOWN. |
DESCRIPTION | One-line description of the kind. |
Detail mode (with kind)
Prints the full schema for a single kind.| Section | Description |
|---|---|
| Kind | The resource kind name. |
| Input format | Whether murmur set expects YAML or markdown input. |
| Description | One-line description. |
| Template | A pre-rendered example document with placeholder values for required fields and commented-out optional fields. |
| References | Cross-kind references — fields on this kind that point to other catalog resources by name. |
| Fields | A table of every field: name, type, whether it is required, and documentation. |
Examples
List all kinds
Describe a specific kind
Errors
| Code | Meaning | What to do |
|---|---|---|
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
NOT_FOUND | The specified kind does not exist. | Run murmur describe without arguments to list valid kinds. |
Related
- Catalog — concept overview
murmur get— read a resource or list resources of a kindmurmur set— create or fully replace a resourcemurmur patch— update individual fields on a resourcemurmur rm— delete a resource