--all=false to show only running bakes.
Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
--all | bool | no | Include completed and failed bakes. Set --all=false to show only running bakes. Default: true. |
--placement | string | no | Filter results to a specific placement. |
--environment | string | no | Filter results to a specific environment. |
--page-size | int | no | Number of results per page. Must be between 1 and 100. Default: 25. |
--page-token | string | no | Opaque token for fetching the next page of results. Omit for the first page. |
--full-hash | bool | no | Show the full image hash instead of the first 12 characters. Default: false. |
Output
A table with the following columns:| Column | Description |
|---|---|
PHASE | Current phase of the bake — running, completed, failed, or cached. |
SCOPE | The target scope where the image is created (e.g., a cloud project). |
HASH | Image hash — truncated to 12 characters by default. Use --full-hash for the full value. |
RUN ID | Bake run identifier, truncated to 8 characters. |
ENV | Environment name. |
PLACEMENT | Placement name. |
STARTED | Timestamp when the bake started (RFC 3339, UTC). - if not yet started. |
COMPLETED | Timestamp when the bake finished (RFC 3339, UTC). - if still running. |
RECIPE | Recipe name. |
ERROR | Error message if the bake failed. Empty otherwise. |
Examples
List all bakes
Show only running bakes
Filter by placement
Filter by environment
Show full image hashes
Paginate through results
Errors
| Code | Meaning | What to do |
|---|---|---|
INVALID_ARGUMENT | --page-size must be in [1, 100] | Use a page size between 1 and 100. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
PERMISSION_DENIED | You do not have environment.list permission for this tenant. | Contact your tenant admin. |
Related
- Images — concept overview of the two-layer image model
- Recipe — what a recipe defines
- Custom images guide — end-to-end walkthrough of building custom images
murmur bake— trigger a new bake