[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-medusa-mcloud-deployments":3,"mdc--el10t5-key":40,"related-org-medusa-mcloud-deployments":1251,"related-repo-medusa-mcloud-deployments":1404},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":35,"sourceUrl":38,"mdContent":39},"mcloud-deployments","manage Medusa Cloud deployments","Execute mcloud deployments commands to list deployments, retrieve deployment details, and fetch build logs. Use when listing deployments, checking deployment status, or reading build output for debugging build failures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"medusa","Medusa","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmedusa.jpg","medusajs",[13,17,20,21],{"name":14,"slug":15,"type":16},"Observability","observability","tag",{"name":18,"slug":19,"type":16},"Logs","logs",{"name":9,"slug":8,"type":16},{"name":22,"slug":23,"type":16},"Deployment","deployment",197,"https:\u002F\u002Fgithub.com\u002Fmedusajs\u002Fmedusa-agent-skills","2026-05-09T05:40:51.727369",null,24,[30,31,32,33,34,8],"agentic-commerce","claude","claude-code","commerce","ecommerce",{"repoUrl":25,"stars":24,"forks":28,"topics":36,"description":37},[30,31,32,33,34,8],"Agent skills and commands for Medusa best practices and conventions.","https:\u002F\u002Fgithub.com\u002Fmedusajs\u002Fmedusa-agent-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fmedusa-cloud\u002Fskills\u002Fmcloud-deployments","---\nname: mcloud-deployments\ndescription: Execute mcloud deployments commands to list deployments, retrieve deployment details, and fetch build logs. Use when listing deployments, checking deployment status, or reading build output for debugging build failures.\nallowed-tools: Bash(mcloud deployments*), Bash(jq*)\n---\n\n# Cloud CLI: Deployments Commands\n\nExecute `mcloud deployments` commands to inspect deployments and their build logs.\n\n## Constraints\n\n- Always pass `--json` when parsing output — plaintext format may change.\n- Always confirm context (`mcloud whoami --json`) before running commands if org\u002Fproject are not already known.\n- Use `--deployment` IDs in the format `depl_*` or build IDs; build IDs resolve to their latest deployment automatically.\n\n## Commands\n\n### deployments list\n\nList recent deployments for a project (default: 20 most recent across all environments).\n\n```bash\nmcloud deployments list --organization \u003Corg-id> --project \u003Cproject-id-or-handle> --json\n```\n\n**Options:**\n- `-o\u002F--organization \u003Cid>` — Organization ID (falls back to active context)\n- `-p\u002F--project \u003Cid-or-handle>` — Project ID or handle (falls back to active context)\n- `-e\u002F--environment \u003Chandle>` — Filter by environment handle\n- `--environment-type \u003Cproduction|long-lived|preview>` — Filter by environment type\n- `--commit \u003Csha>` — Filter by Git commit SHA (full or prefix)\n- `--limit \u003C1-200>` — Max results (default: `20`)\n- `--offset \u003Cnumber>` — Pagination offset (default: `0`)\n- `--json` — Output as JSON\n\n### deployments get\n\nRetrieve a single deployment's details by ID.\n\n```bash\nmcloud deployments get \u003Cdeployment-id> --organization \u003Corg-id> --project \u003Cproject-id-or-handle> --json\n```\n\n**Arguments:**\n- `deployment` — Deployment ID (required)\n\n**Options:**\n- `-o\u002F--organization \u003Cid>`, `-p\u002F--project \u003Cid-or-handle>`, `--json`\n\n### deployments build-logs\n\nFetch build logs for a deployment. Use this to debug `build-failed` status.\n\n```bash\nmcloud deployments build-logs \u003Cdeployment-id> --organization \u003Corg-id> --project \u003Cproject-id-or-handle>\n```\n\n**Arguments:**\n- `deployment` — Deployment ID (required)\n\n**Options:**\n- `-o\u002F--organization \u003Cid>`, `-p\u002F--project \u003Cid-or-handle>`\n- `--type \u003Cbackend|storefront>` — Which build log stream to read (default: `backend`)\n- `--json` — Output as JSON\n\n## Deployment Statuses\n\n| Status | Meaning |\n|--------|---------|\n| `created` | Build not started yet |\n| `building` | Build running |\n| `built` | Build succeeded, awaiting rollout |\n| `deploying` | Rolling out to environment |\n| `deployed` | Live and serving traffic |\n| `build-failed` | Build step failed — read `build-logs` |\n| `deployment-failed` | Build succeeded, runtime crashed — read `mcloud logs` |\n| `timed-out` | Exceeded time budget (backend only) |\n| `canceled` | Superseded by a newer deployment |\n| `idle` | No longer the active deployment |\n\n## Examples\n\n```bash\n# List all deployments (with active context set)\nmcloud deployments list --json\n\n# Find most recent build-failed deployment\nmcloud deployments list --json \\\n  | jq -r '[.[] | select(.backend_status == \"build-failed\")][0].id'\n\n# Get deployment details\nmcloud deployments get bld_01ABC123 --json\n\n# Read backend build logs\nmcloud deployments build-logs bld_01ABC123\n\n# Read storefront build logs\nmcloud deployments build-logs bld_01ABC123 --type storefront\n\n# Filter deployments by commit SHA\nmcloud deployments list --commit a1b2c3d --json | jq '.'\n\n# Get deployments for a specific environment\nmcloud deployments list --environment production --json\n```\n",{"data":41,"body":43},{"name":4,"description":6,"allowed-tools":42},"Bash(mcloud deployments*), Bash(jq*)",{"type":44,"children":45},"root",[46,55,70,77,129,135,142,147,236,245,350,356,361,445,453,466,473,497,503,516,596,603,615,622,666,672,881,887,1245],{"type":47,"tag":48,"props":49,"children":51},"element","h1",{"id":50},"cloud-cli-deployments-commands",[52],{"type":53,"value":54},"text","Cloud CLI: Deployments Commands",{"type":47,"tag":56,"props":57,"children":58},"p",{},[59,61,68],{"type":53,"value":60},"Execute ",{"type":47,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":53,"value":67},"mcloud deployments",{"type":53,"value":69}," commands to inspect deployments and their build logs.",{"type":47,"tag":71,"props":72,"children":74},"h2",{"id":73},"constraints",[75],{"type":53,"value":76},"Constraints",{"type":47,"tag":78,"props":79,"children":80},"ul",{},[81,95,108],{"type":47,"tag":82,"props":83,"children":84},"li",{},[85,87,93],{"type":53,"value":86},"Always pass ",{"type":47,"tag":62,"props":88,"children":90},{"className":89},[],[91],{"type":53,"value":92},"--json",{"type":53,"value":94}," when parsing output — plaintext format may change.",{"type":47,"tag":82,"props":96,"children":97},{},[98,100,106],{"type":53,"value":99},"Always confirm context (",{"type":47,"tag":62,"props":101,"children":103},{"className":102},[],[104],{"type":53,"value":105},"mcloud whoami --json",{"type":53,"value":107},") before running commands if org\u002Fproject are not already known.",{"type":47,"tag":82,"props":109,"children":110},{},[111,113,119,121,127],{"type":53,"value":112},"Use ",{"type":47,"tag":62,"props":114,"children":116},{"className":115},[],[117],{"type":53,"value":118},"--deployment",{"type":53,"value":120}," IDs in the format ",{"type":47,"tag":62,"props":122,"children":124},{"className":123},[],[125],{"type":53,"value":126},"depl_*",{"type":53,"value":128}," or build IDs; build IDs resolve to their latest deployment automatically.",{"type":47,"tag":71,"props":130,"children":132},{"id":131},"commands",[133],{"type":53,"value":134},"Commands",{"type":47,"tag":136,"props":137,"children":139},"h3",{"id":138},"deployments-list",[140],{"type":53,"value":141},"deployments list",{"type":47,"tag":56,"props":143,"children":144},{},[145],{"type":53,"value":146},"List recent deployments for a project (default: 20 most recent across all environments).",{"type":47,"tag":148,"props":149,"children":154},"pre",{"className":150,"code":151,"language":152,"meta":153,"style":153},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","mcloud deployments list --organization \u003Corg-id> --project \u003Cproject-id-or-handle> --json\n","bash","",[155],{"type":47,"tag":62,"props":156,"children":157},{"__ignoreMap":153},[158],{"type":47,"tag":159,"props":160,"children":163},"span",{"class":161,"line":162},"line",1,[164,170,176,181,186,192,197,203,208,213,217,222,227,231],{"type":47,"tag":159,"props":165,"children":167},{"style":166},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[168],{"type":53,"value":169},"mcloud",{"type":47,"tag":159,"props":171,"children":173},{"style":172},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[174],{"type":53,"value":175}," deployments",{"type":47,"tag":159,"props":177,"children":178},{"style":172},[179],{"type":53,"value":180}," list",{"type":47,"tag":159,"props":182,"children":183},{"style":172},[184],{"type":53,"value":185}," --organization",{"type":47,"tag":159,"props":187,"children":189},{"style":188},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[190],{"type":53,"value":191}," \u003C",{"type":47,"tag":159,"props":193,"children":194},{"style":172},[195],{"type":53,"value":196},"org-i",{"type":47,"tag":159,"props":198,"children":200},{"style":199},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[201],{"type":53,"value":202},"d",{"type":47,"tag":159,"props":204,"children":205},{"style":188},[206],{"type":53,"value":207},">",{"type":47,"tag":159,"props":209,"children":210},{"style":172},[211],{"type":53,"value":212}," --project",{"type":47,"tag":159,"props":214,"children":215},{"style":188},[216],{"type":53,"value":191},{"type":47,"tag":159,"props":218,"children":219},{"style":172},[220],{"type":53,"value":221},"project-id-or-handl",{"type":47,"tag":159,"props":223,"children":224},{"style":199},[225],{"type":53,"value":226},"e",{"type":47,"tag":159,"props":228,"children":229},{"style":188},[230],{"type":53,"value":207},{"type":47,"tag":159,"props":232,"children":233},{"style":172},[234],{"type":53,"value":235}," --json\n",{"type":47,"tag":56,"props":237,"children":238},{},[239],{"type":47,"tag":240,"props":241,"children":242},"strong",{},[243],{"type":53,"value":244},"Options:",{"type":47,"tag":78,"props":246,"children":247},{},[248,259,270,281,292,303,322,340],{"type":47,"tag":82,"props":249,"children":250},{},[251,257],{"type":47,"tag":62,"props":252,"children":254},{"className":253},[],[255],{"type":53,"value":256},"-o\u002F--organization \u003Cid>",{"type":53,"value":258}," — Organization ID (falls back to active context)",{"type":47,"tag":82,"props":260,"children":261},{},[262,268],{"type":47,"tag":62,"props":263,"children":265},{"className":264},[],[266],{"type":53,"value":267},"-p\u002F--project \u003Cid-or-handle>",{"type":53,"value":269}," — Project ID or handle (falls back to active context)",{"type":47,"tag":82,"props":271,"children":272},{},[273,279],{"type":47,"tag":62,"props":274,"children":276},{"className":275},[],[277],{"type":53,"value":278},"-e\u002F--environment \u003Chandle>",{"type":53,"value":280}," — Filter by environment handle",{"type":47,"tag":82,"props":282,"children":283},{},[284,290],{"type":47,"tag":62,"props":285,"children":287},{"className":286},[],[288],{"type":53,"value":289},"--environment-type \u003Cproduction|long-lived|preview>",{"type":53,"value":291}," — Filter by environment type",{"type":47,"tag":82,"props":293,"children":294},{},[295,301],{"type":47,"tag":62,"props":296,"children":298},{"className":297},[],[299],{"type":53,"value":300},"--commit \u003Csha>",{"type":53,"value":302}," — Filter by Git commit SHA (full or prefix)",{"type":47,"tag":82,"props":304,"children":305},{},[306,312,314,320],{"type":47,"tag":62,"props":307,"children":309},{"className":308},[],[310],{"type":53,"value":311},"--limit \u003C1-200>",{"type":53,"value":313}," — Max results (default: ",{"type":47,"tag":62,"props":315,"children":317},{"className":316},[],[318],{"type":53,"value":319},"20",{"type":53,"value":321},")",{"type":47,"tag":82,"props":323,"children":324},{},[325,331,333,339],{"type":47,"tag":62,"props":326,"children":328},{"className":327},[],[329],{"type":53,"value":330},"--offset \u003Cnumber>",{"type":53,"value":332}," — Pagination offset (default: ",{"type":47,"tag":62,"props":334,"children":336},{"className":335},[],[337],{"type":53,"value":338},"0",{"type":53,"value":321},{"type":47,"tag":82,"props":341,"children":342},{},[343,348],{"type":47,"tag":62,"props":344,"children":346},{"className":345},[],[347],{"type":53,"value":92},{"type":53,"value":349}," — Output as JSON",{"type":47,"tag":136,"props":351,"children":353},{"id":352},"deployments-get",[354],{"type":53,"value":355},"deployments get",{"type":47,"tag":56,"props":357,"children":358},{},[359],{"type":53,"value":360},"Retrieve a single deployment's details by ID.",{"type":47,"tag":148,"props":362,"children":364},{"className":150,"code":363,"language":152,"meta":153,"style":153},"mcloud deployments get \u003Cdeployment-id> --organization \u003Corg-id> --project \u003Cproject-id-or-handle> --json\n",[365],{"type":47,"tag":62,"props":366,"children":367},{"__ignoreMap":153},[368],{"type":47,"tag":159,"props":369,"children":370},{"class":161,"line":162},[371,375,379,384,388,393,397,401,405,409,413,417,421,425,429,433,437,441],{"type":47,"tag":159,"props":372,"children":373},{"style":166},[374],{"type":53,"value":169},{"type":47,"tag":159,"props":376,"children":377},{"style":172},[378],{"type":53,"value":175},{"type":47,"tag":159,"props":380,"children":381},{"style":172},[382],{"type":53,"value":383}," get",{"type":47,"tag":159,"props":385,"children":386},{"style":188},[387],{"type":53,"value":191},{"type":47,"tag":159,"props":389,"children":390},{"style":172},[391],{"type":53,"value":392},"deployment-i",{"type":47,"tag":159,"props":394,"children":395},{"style":199},[396],{"type":53,"value":202},{"type":47,"tag":159,"props":398,"children":399},{"style":188},[400],{"type":53,"value":207},{"type":47,"tag":159,"props":402,"children":403},{"style":172},[404],{"type":53,"value":185},{"type":47,"tag":159,"props":406,"children":407},{"style":188},[408],{"type":53,"value":191},{"type":47,"tag":159,"props":410,"children":411},{"style":172},[412],{"type":53,"value":196},{"type":47,"tag":159,"props":414,"children":415},{"style":199},[416],{"type":53,"value":202},{"type":47,"tag":159,"props":418,"children":419},{"style":188},[420],{"type":53,"value":207},{"type":47,"tag":159,"props":422,"children":423},{"style":172},[424],{"type":53,"value":212},{"type":47,"tag":159,"props":426,"children":427},{"style":188},[428],{"type":53,"value":191},{"type":47,"tag":159,"props":430,"children":431},{"style":172},[432],{"type":53,"value":221},{"type":47,"tag":159,"props":434,"children":435},{"style":199},[436],{"type":53,"value":226},{"type":47,"tag":159,"props":438,"children":439},{"style":188},[440],{"type":53,"value":207},{"type":47,"tag":159,"props":442,"children":443},{"style":172},[444],{"type":53,"value":235},{"type":47,"tag":56,"props":446,"children":447},{},[448],{"type":47,"tag":240,"props":449,"children":450},{},[451],{"type":53,"value":452},"Arguments:",{"type":47,"tag":78,"props":454,"children":455},{},[456],{"type":47,"tag":82,"props":457,"children":458},{},[459,464],{"type":47,"tag":62,"props":460,"children":462},{"className":461},[],[463],{"type":53,"value":23},{"type":53,"value":465}," — Deployment ID (required)",{"type":47,"tag":56,"props":467,"children":468},{},[469],{"type":47,"tag":240,"props":470,"children":471},{},[472],{"type":53,"value":244},{"type":47,"tag":78,"props":474,"children":475},{},[476],{"type":47,"tag":82,"props":477,"children":478},{},[479,484,486,491,492],{"type":47,"tag":62,"props":480,"children":482},{"className":481},[],[483],{"type":53,"value":256},{"type":53,"value":485},", ",{"type":47,"tag":62,"props":487,"children":489},{"className":488},[],[490],{"type":53,"value":267},{"type":53,"value":485},{"type":47,"tag":62,"props":493,"children":495},{"className":494},[],[496],{"type":53,"value":92},{"type":47,"tag":136,"props":498,"children":500},{"id":499},"deployments-build-logs",[501],{"type":53,"value":502},"deployments build-logs",{"type":47,"tag":56,"props":504,"children":505},{},[506,508,514],{"type":53,"value":507},"Fetch build logs for a deployment. Use this to debug ",{"type":47,"tag":62,"props":509,"children":511},{"className":510},[],[512],{"type":53,"value":513},"build-failed",{"type":53,"value":515}," status.",{"type":47,"tag":148,"props":517,"children":519},{"className":150,"code":518,"language":152,"meta":153,"style":153},"mcloud deployments build-logs \u003Cdeployment-id> --organization \u003Corg-id> --project \u003Cproject-id-or-handle>\n",[520],{"type":47,"tag":62,"props":521,"children":522},{"__ignoreMap":153},[523],{"type":47,"tag":159,"props":524,"children":525},{"class":161,"line":162},[526,530,534,539,543,547,551,555,559,563,567,571,575,579,583,587,591],{"type":47,"tag":159,"props":527,"children":528},{"style":166},[529],{"type":53,"value":169},{"type":47,"tag":159,"props":531,"children":532},{"style":172},[533],{"type":53,"value":175},{"type":47,"tag":159,"props":535,"children":536},{"style":172},[537],{"type":53,"value":538}," build-logs",{"type":47,"tag":159,"props":540,"children":541},{"style":188},[542],{"type":53,"value":191},{"type":47,"tag":159,"props":544,"children":545},{"style":172},[546],{"type":53,"value":392},{"type":47,"tag":159,"props":548,"children":549},{"style":199},[550],{"type":53,"value":202},{"type":47,"tag":159,"props":552,"children":553},{"style":188},[554],{"type":53,"value":207},{"type":47,"tag":159,"props":556,"children":557},{"style":172},[558],{"type":53,"value":185},{"type":47,"tag":159,"props":560,"children":561},{"style":188},[562],{"type":53,"value":191},{"type":47,"tag":159,"props":564,"children":565},{"style":172},[566],{"type":53,"value":196},{"type":47,"tag":159,"props":568,"children":569},{"style":199},[570],{"type":53,"value":202},{"type":47,"tag":159,"props":572,"children":573},{"style":188},[574],{"type":53,"value":207},{"type":47,"tag":159,"props":576,"children":577},{"style":172},[578],{"type":53,"value":212},{"type":47,"tag":159,"props":580,"children":581},{"style":188},[582],{"type":53,"value":191},{"type":47,"tag":159,"props":584,"children":585},{"style":172},[586],{"type":53,"value":221},{"type":47,"tag":159,"props":588,"children":589},{"style":199},[590],{"type":53,"value":226},{"type":47,"tag":159,"props":592,"children":593},{"style":188},[594],{"type":53,"value":595},">\n",{"type":47,"tag":56,"props":597,"children":598},{},[599],{"type":47,"tag":240,"props":600,"children":601},{},[602],{"type":53,"value":452},{"type":47,"tag":78,"props":604,"children":605},{},[606],{"type":47,"tag":82,"props":607,"children":608},{},[609,614],{"type":47,"tag":62,"props":610,"children":612},{"className":611},[],[613],{"type":53,"value":23},{"type":53,"value":465},{"type":47,"tag":56,"props":616,"children":617},{},[618],{"type":47,"tag":240,"props":619,"children":620},{},[621],{"type":53,"value":244},{"type":47,"tag":78,"props":623,"children":624},{},[625,639,657],{"type":47,"tag":82,"props":626,"children":627},{},[628,633,634],{"type":47,"tag":62,"props":629,"children":631},{"className":630},[],[632],{"type":53,"value":256},{"type":53,"value":485},{"type":47,"tag":62,"props":635,"children":637},{"className":636},[],[638],{"type":53,"value":267},{"type":47,"tag":82,"props":640,"children":641},{},[642,648,650,656],{"type":47,"tag":62,"props":643,"children":645},{"className":644},[],[646],{"type":53,"value":647},"--type \u003Cbackend|storefront>",{"type":53,"value":649}," — Which build log stream to read (default: ",{"type":47,"tag":62,"props":651,"children":653},{"className":652},[],[654],{"type":53,"value":655},"backend",{"type":53,"value":321},{"type":47,"tag":82,"props":658,"children":659},{},[660,665],{"type":47,"tag":62,"props":661,"children":663},{"className":662},[],[664],{"type":53,"value":92},{"type":53,"value":349},{"type":47,"tag":71,"props":667,"children":669},{"id":668},"deployment-statuses",[670],{"type":53,"value":671},"Deployment Statuses",{"type":47,"tag":673,"props":674,"children":675},"table",{},[676,695],{"type":47,"tag":677,"props":678,"children":679},"thead",{},[680],{"type":47,"tag":681,"props":682,"children":683},"tr",{},[684,690],{"type":47,"tag":685,"props":686,"children":687},"th",{},[688],{"type":53,"value":689},"Status",{"type":47,"tag":685,"props":691,"children":692},{},[693],{"type":53,"value":694},"Meaning",{"type":47,"tag":696,"props":697,"children":698},"tbody",{},[699,717,734,751,768,785,807,830,847,864],{"type":47,"tag":681,"props":700,"children":701},{},[702,712],{"type":47,"tag":703,"props":704,"children":705},"td",{},[706],{"type":47,"tag":62,"props":707,"children":709},{"className":708},[],[710],{"type":53,"value":711},"created",{"type":47,"tag":703,"props":713,"children":714},{},[715],{"type":53,"value":716},"Build not started yet",{"type":47,"tag":681,"props":718,"children":719},{},[720,729],{"type":47,"tag":703,"props":721,"children":722},{},[723],{"type":47,"tag":62,"props":724,"children":726},{"className":725},[],[727],{"type":53,"value":728},"building",{"type":47,"tag":703,"props":730,"children":731},{},[732],{"type":53,"value":733},"Build running",{"type":47,"tag":681,"props":735,"children":736},{},[737,746],{"type":47,"tag":703,"props":738,"children":739},{},[740],{"type":47,"tag":62,"props":741,"children":743},{"className":742},[],[744],{"type":53,"value":745},"built",{"type":47,"tag":703,"props":747,"children":748},{},[749],{"type":53,"value":750},"Build succeeded, awaiting rollout",{"type":47,"tag":681,"props":752,"children":753},{},[754,763],{"type":47,"tag":703,"props":755,"children":756},{},[757],{"type":47,"tag":62,"props":758,"children":760},{"className":759},[],[761],{"type":53,"value":762},"deploying",{"type":47,"tag":703,"props":764,"children":765},{},[766],{"type":53,"value":767},"Rolling out to environment",{"type":47,"tag":681,"props":769,"children":770},{},[771,780],{"type":47,"tag":703,"props":772,"children":773},{},[774],{"type":47,"tag":62,"props":775,"children":777},{"className":776},[],[778],{"type":53,"value":779},"deployed",{"type":47,"tag":703,"props":781,"children":782},{},[783],{"type":53,"value":784},"Live and serving traffic",{"type":47,"tag":681,"props":786,"children":787},{},[788,796],{"type":47,"tag":703,"props":789,"children":790},{},[791],{"type":47,"tag":62,"props":792,"children":794},{"className":793},[],[795],{"type":53,"value":513},{"type":47,"tag":703,"props":797,"children":798},{},[799,801],{"type":53,"value":800},"Build step failed — read ",{"type":47,"tag":62,"props":802,"children":804},{"className":803},[],[805],{"type":53,"value":806},"build-logs",{"type":47,"tag":681,"props":808,"children":809},{},[810,819],{"type":47,"tag":703,"props":811,"children":812},{},[813],{"type":47,"tag":62,"props":814,"children":816},{"className":815},[],[817],{"type":53,"value":818},"deployment-failed",{"type":47,"tag":703,"props":820,"children":821},{},[822,824],{"type":53,"value":823},"Build succeeded, runtime crashed — read ",{"type":47,"tag":62,"props":825,"children":827},{"className":826},[],[828],{"type":53,"value":829},"mcloud logs",{"type":47,"tag":681,"props":831,"children":832},{},[833,842],{"type":47,"tag":703,"props":834,"children":835},{},[836],{"type":47,"tag":62,"props":837,"children":839},{"className":838},[],[840],{"type":53,"value":841},"timed-out",{"type":47,"tag":703,"props":843,"children":844},{},[845],{"type":53,"value":846},"Exceeded time budget (backend only)",{"type":47,"tag":681,"props":848,"children":849},{},[850,859],{"type":47,"tag":703,"props":851,"children":852},{},[853],{"type":47,"tag":62,"props":854,"children":856},{"className":855},[],[857],{"type":53,"value":858},"canceled",{"type":47,"tag":703,"props":860,"children":861},{},[862],{"type":53,"value":863},"Superseded by a newer deployment",{"type":47,"tag":681,"props":865,"children":866},{},[867,876],{"type":47,"tag":703,"props":868,"children":869},{},[870],{"type":47,"tag":62,"props":871,"children":873},{"className":872},[],[874],{"type":53,"value":875},"idle",{"type":47,"tag":703,"props":877,"children":878},{},[879],{"type":53,"value":880},"No longer the active deployment",{"type":47,"tag":71,"props":882,"children":884},{"id":883},"examples",[885],{"type":53,"value":886},"Examples",{"type":47,"tag":148,"props":888,"children":890},{"className":150,"code":889,"language":152,"meta":153,"style":153},"# List all deployments (with active context set)\nmcloud deployments list --json\n\n# Find most recent build-failed deployment\nmcloud deployments list --json \\\n  | jq -r '[.[] | select(.backend_status == \"build-failed\")][0].id'\n\n# Get deployment details\nmcloud deployments get bld_01ABC123 --json\n\n# Read backend build logs\nmcloud deployments build-logs bld_01ABC123\n\n# Read storefront build logs\nmcloud deployments build-logs bld_01ABC123 --type storefront\n\n# Filter deployments by commit SHA\nmcloud deployments list --commit a1b2c3d --json | jq '.'\n\n# Get deployments for a specific environment\nmcloud deployments list --environment production --json\n",[891],{"type":47,"tag":62,"props":892,"children":893},{"__ignoreMap":153},[894,903,923,933,942,968,1002,1010,1019,1044,1052,1061,1082,1090,1099,1129,1137,1146,1198,1206,1215],{"type":47,"tag":159,"props":895,"children":896},{"class":161,"line":162},[897],{"type":47,"tag":159,"props":898,"children":900},{"style":899},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[901],{"type":53,"value":902},"# List all deployments (with active context set)\n",{"type":47,"tag":159,"props":904,"children":906},{"class":161,"line":905},2,[907,911,915,919],{"type":47,"tag":159,"props":908,"children":909},{"style":166},[910],{"type":53,"value":169},{"type":47,"tag":159,"props":912,"children":913},{"style":172},[914],{"type":53,"value":175},{"type":47,"tag":159,"props":916,"children":917},{"style":172},[918],{"type":53,"value":180},{"type":47,"tag":159,"props":920,"children":921},{"style":172},[922],{"type":53,"value":235},{"type":47,"tag":159,"props":924,"children":926},{"class":161,"line":925},3,[927],{"type":47,"tag":159,"props":928,"children":930},{"emptyLinePlaceholder":929},true,[931],{"type":53,"value":932},"\n",{"type":47,"tag":159,"props":934,"children":936},{"class":161,"line":935},4,[937],{"type":47,"tag":159,"props":938,"children":939},{"style":899},[940],{"type":53,"value":941},"# Find most recent build-failed deployment\n",{"type":47,"tag":159,"props":943,"children":945},{"class":161,"line":944},5,[946,950,954,958,963],{"type":47,"tag":159,"props":947,"children":948},{"style":166},[949],{"type":53,"value":169},{"type":47,"tag":159,"props":951,"children":952},{"style":172},[953],{"type":53,"value":175},{"type":47,"tag":159,"props":955,"children":956},{"style":172},[957],{"type":53,"value":180},{"type":47,"tag":159,"props":959,"children":960},{"style":172},[961],{"type":53,"value":962}," --json",{"type":47,"tag":159,"props":964,"children":965},{"style":199},[966],{"type":53,"value":967}," \\\n",{"type":47,"tag":159,"props":969,"children":971},{"class":161,"line":970},6,[972,977,982,987,992,997],{"type":47,"tag":159,"props":973,"children":974},{"style":188},[975],{"type":53,"value":976},"  |",{"type":47,"tag":159,"props":978,"children":979},{"style":166},[980],{"type":53,"value":981}," jq",{"type":47,"tag":159,"props":983,"children":984},{"style":172},[985],{"type":53,"value":986}," -r",{"type":47,"tag":159,"props":988,"children":989},{"style":188},[990],{"type":53,"value":991}," '",{"type":47,"tag":159,"props":993,"children":994},{"style":172},[995],{"type":53,"value":996},"[.[] | select(.backend_status == \"build-failed\")][0].id",{"type":47,"tag":159,"props":998,"children":999},{"style":188},[1000],{"type":53,"value":1001},"'\n",{"type":47,"tag":159,"props":1003,"children":1005},{"class":161,"line":1004},7,[1006],{"type":47,"tag":159,"props":1007,"children":1008},{"emptyLinePlaceholder":929},[1009],{"type":53,"value":932},{"type":47,"tag":159,"props":1011,"children":1013},{"class":161,"line":1012},8,[1014],{"type":47,"tag":159,"props":1015,"children":1016},{"style":899},[1017],{"type":53,"value":1018},"# Get deployment details\n",{"type":47,"tag":159,"props":1020,"children":1022},{"class":161,"line":1021},9,[1023,1027,1031,1035,1040],{"type":47,"tag":159,"props":1024,"children":1025},{"style":166},[1026],{"type":53,"value":169},{"type":47,"tag":159,"props":1028,"children":1029},{"style":172},[1030],{"type":53,"value":175},{"type":47,"tag":159,"props":1032,"children":1033},{"style":172},[1034],{"type":53,"value":383},{"type":47,"tag":159,"props":1036,"children":1037},{"style":172},[1038],{"type":53,"value":1039}," bld_01ABC123",{"type":47,"tag":159,"props":1041,"children":1042},{"style":172},[1043],{"type":53,"value":235},{"type":47,"tag":159,"props":1045,"children":1047},{"class":161,"line":1046},10,[1048],{"type":47,"tag":159,"props":1049,"children":1050},{"emptyLinePlaceholder":929},[1051],{"type":53,"value":932},{"type":47,"tag":159,"props":1053,"children":1055},{"class":161,"line":1054},11,[1056],{"type":47,"tag":159,"props":1057,"children":1058},{"style":899},[1059],{"type":53,"value":1060},"# Read backend build logs\n",{"type":47,"tag":159,"props":1062,"children":1064},{"class":161,"line":1063},12,[1065,1069,1073,1077],{"type":47,"tag":159,"props":1066,"children":1067},{"style":166},[1068],{"type":53,"value":169},{"type":47,"tag":159,"props":1070,"children":1071},{"style":172},[1072],{"type":53,"value":175},{"type":47,"tag":159,"props":1074,"children":1075},{"style":172},[1076],{"type":53,"value":538},{"type":47,"tag":159,"props":1078,"children":1079},{"style":172},[1080],{"type":53,"value":1081}," bld_01ABC123\n",{"type":47,"tag":159,"props":1083,"children":1085},{"class":161,"line":1084},13,[1086],{"type":47,"tag":159,"props":1087,"children":1088},{"emptyLinePlaceholder":929},[1089],{"type":53,"value":932},{"type":47,"tag":159,"props":1091,"children":1093},{"class":161,"line":1092},14,[1094],{"type":47,"tag":159,"props":1095,"children":1096},{"style":899},[1097],{"type":53,"value":1098},"# Read storefront build logs\n",{"type":47,"tag":159,"props":1100,"children":1102},{"class":161,"line":1101},15,[1103,1107,1111,1115,1119,1124],{"type":47,"tag":159,"props":1104,"children":1105},{"style":166},[1106],{"type":53,"value":169},{"type":47,"tag":159,"props":1108,"children":1109},{"style":172},[1110],{"type":53,"value":175},{"type":47,"tag":159,"props":1112,"children":1113},{"style":172},[1114],{"type":53,"value":538},{"type":47,"tag":159,"props":1116,"children":1117},{"style":172},[1118],{"type":53,"value":1039},{"type":47,"tag":159,"props":1120,"children":1121},{"style":172},[1122],{"type":53,"value":1123}," --type",{"type":47,"tag":159,"props":1125,"children":1126},{"style":172},[1127],{"type":53,"value":1128}," storefront\n",{"type":47,"tag":159,"props":1130,"children":1132},{"class":161,"line":1131},16,[1133],{"type":47,"tag":159,"props":1134,"children":1135},{"emptyLinePlaceholder":929},[1136],{"type":53,"value":932},{"type":47,"tag":159,"props":1138,"children":1140},{"class":161,"line":1139},17,[1141],{"type":47,"tag":159,"props":1142,"children":1143},{"style":899},[1144],{"type":53,"value":1145},"# Filter deployments by commit SHA\n",{"type":47,"tag":159,"props":1147,"children":1149},{"class":161,"line":1148},18,[1150,1154,1158,1162,1167,1172,1176,1181,1185,1189,1194],{"type":47,"tag":159,"props":1151,"children":1152},{"style":166},[1153],{"type":53,"value":169},{"type":47,"tag":159,"props":1155,"children":1156},{"style":172},[1157],{"type":53,"value":175},{"type":47,"tag":159,"props":1159,"children":1160},{"style":172},[1161],{"type":53,"value":180},{"type":47,"tag":159,"props":1163,"children":1164},{"style":172},[1165],{"type":53,"value":1166}," --commit",{"type":47,"tag":159,"props":1168,"children":1169},{"style":172},[1170],{"type":53,"value":1171}," a1b2c3d",{"type":47,"tag":159,"props":1173,"children":1174},{"style":172},[1175],{"type":53,"value":962},{"type":47,"tag":159,"props":1177,"children":1178},{"style":188},[1179],{"type":53,"value":1180}," |",{"type":47,"tag":159,"props":1182,"children":1183},{"style":166},[1184],{"type":53,"value":981},{"type":47,"tag":159,"props":1186,"children":1187},{"style":188},[1188],{"type":53,"value":991},{"type":47,"tag":159,"props":1190,"children":1191},{"style":172},[1192],{"type":53,"value":1193},".",{"type":47,"tag":159,"props":1195,"children":1196},{"style":188},[1197],{"type":53,"value":1001},{"type":47,"tag":159,"props":1199,"children":1201},{"class":161,"line":1200},19,[1202],{"type":47,"tag":159,"props":1203,"children":1204},{"emptyLinePlaceholder":929},[1205],{"type":53,"value":932},{"type":47,"tag":159,"props":1207,"children":1209},{"class":161,"line":1208},20,[1210],{"type":47,"tag":159,"props":1211,"children":1212},{"style":899},[1213],{"type":53,"value":1214},"# Get deployments for a specific environment\n",{"type":47,"tag":159,"props":1216,"children":1218},{"class":161,"line":1217},21,[1219,1223,1227,1231,1236,1241],{"type":47,"tag":159,"props":1220,"children":1221},{"style":166},[1222],{"type":53,"value":169},{"type":47,"tag":159,"props":1224,"children":1225},{"style":172},[1226],{"type":53,"value":175},{"type":47,"tag":159,"props":1228,"children":1229},{"style":172},[1230],{"type":53,"value":180},{"type":47,"tag":159,"props":1232,"children":1233},{"style":172},[1234],{"type":53,"value":1235}," --environment",{"type":47,"tag":159,"props":1237,"children":1238},{"style":172},[1239],{"type":53,"value":1240}," production",{"type":47,"tag":159,"props":1242,"children":1243},{"style":172},[1244],{"type":53,"value":235},{"type":47,"tag":1246,"props":1247,"children":1248},"style",{},[1249],{"type":53,"value":1250},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1252,"total":1139},[1253,1270,1286,1300,1312,1327,1337,1350,1357,1369,1382,1395],{"slug":1254,"name":1254,"fn":1255,"description":1256,"org":1257,"tags":1258,"stars":24,"repoUrl":25,"updatedAt":1269},"building-admin-dashboard-customizations","customize Medusa Admin dashboard UI","Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation). REQUIRED for all admin UI work in ALL modes (planning, implementation, exploration). Contains design patterns, component usage, and data loading patterns that MCP servers don't provide.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1259,1262,1265,1266],{"name":1260,"slug":1261,"type":16},"E-commerce","e-commerce",{"name":1263,"slug":1264,"type":16},"Frontend","frontend",{"name":9,"slug":8,"type":16},{"name":1267,"slug":1268,"type":16},"UI Components","ui-components","2026-04-06T18:29:57.203659",{"slug":1271,"name":1271,"fn":1272,"description":1273,"org":1274,"tags":1275,"stars":24,"repoUrl":25,"updatedAt":1285},"building-storefronts","implement Medusa storefront features","Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront development in ALL modes (planning, implementation, exploration). Contains SDK usage patterns, frontend integration, and critical rules for calling Medusa APIs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1276,1277,1280,1281,1282],{"name":1260,"slug":1261,"type":16},{"name":1278,"slug":1279,"type":16},"Engineering","engineering",{"name":1263,"slug":1264,"type":16},{"name":9,"slug":8,"type":16},{"name":1283,"slug":1284,"type":16},"React","react","2026-04-06T18:29:55.957429",{"slug":1287,"name":1287,"fn":1288,"description":1289,"org":1290,"tags":1291,"stars":24,"repoUrl":25,"updatedAt":1299},"building-with-medusa","implement Medusa backend features","Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links, business logic). REQUIRED for all Medusa backend work in ALL modes (planning, implementation, exploration). Contains architectural patterns, best practices, and critical rules that MCP servers don't provide.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1292,1294,1297,1298],{"name":1293,"slug":655,"type":16},"Backend",{"name":1295,"slug":1296,"type":16},"Data Modeling","data-modeling",{"name":1260,"slug":1261,"type":16},{"name":9,"slug":8,"type":16},"2026-04-06T18:29:54.652389",{"slug":1301,"name":1301,"fn":1302,"description":1303,"org":1304,"tags":1305,"stars":24,"repoUrl":25,"updatedAt":1311},"creating-agents-in-medusa","build admin-facing AI agents in Medusa","Use when building an internal admin-facing AI agent in a Medusa project. These agents are operated by merchants and store operators — not customers. Covers data models, module service, agent runtime (tools, system prompt, streamText), streaming API routes (NDJSON), and admin UI chat extensions. Load for any internal agent type: store operations assistant, product audit, cohort analysis, customer service tooling for support staff, etc. Do NOT use for customer-facing agents (storefront chatbots, buyer-side assistants).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1306,1309,1310],{"name":1307,"slug":1308,"type":16},"Agents","agents",{"name":1293,"slug":655,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:42:09.367168",{"slug":1313,"name":1313,"fn":1314,"description":1315,"org":1316,"tags":1317,"stars":24,"repoUrl":25,"updatedAt":1326},"db-generate","generate database migrations for Medusa modules","Generate database migrations for a Medusa module",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1318,1319,1322,1323],{"name":1293,"slug":655,"type":16},{"name":1320,"slug":1321,"type":16},"Database","database",{"name":9,"slug":8,"type":16},{"name":1324,"slug":1325,"type":16},"Migration","migration","2026-04-06T18:29:53.415671",{"slug":1328,"name":1328,"fn":1329,"description":1330,"org":1331,"tags":1332,"stars":24,"repoUrl":25,"updatedAt":1336},"db-migrate","run database migrations in Medusa","Run database migrations in Medusa",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1333,1334,1335],{"name":1320,"slug":1321,"type":16},{"name":9,"slug":8,"type":16},{"name":1324,"slug":1325,"type":16},"2026-04-06T18:29:52.187377",{"slug":1338,"name":1338,"fn":1339,"description":1340,"org":1341,"tags":1342,"stars":24,"repoUrl":25,"updatedAt":1349},"learning-medusa","guide Medusa development learning","Load automatically when user asks to learn Medusa development (e.g., \"teach me how to build with medusa\", \"guide me through medusa\", \"I want to learn medusa\"). Interactive guided tutorial where Claude acts as a coding bootcamp instructor, teaching step-by-step with checkpoints and verification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1343,1344,1345,1346],{"name":1293,"slug":655,"type":16},{"name":1260,"slug":1261,"type":16},{"name":9,"slug":8,"type":16},{"name":1347,"slug":1348,"type":16},"Templates","templates","2026-04-06T18:29:58.461689",{"slug":4,"name":4,"fn":5,"description":6,"org":1351,"tags":1352,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1353,1354,1355,1356],{"name":22,"slug":23,"type":16},{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":1358,"name":1358,"fn":1359,"description":1360,"org":1361,"tags":1362,"stars":24,"repoUrl":25,"updatedAt":1368},"mcloud-environments","manage Medusa Cloud environments","Execute mcloud environments commands to list, get, create, delete, redeploy, or trigger builds for Cloud environments. Use when managing environment lifecycle, redeploying after variable changes, or starting new builds from source.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1363,1364,1365],{"name":22,"slug":23,"type":16},{"name":9,"slug":8,"type":16},{"name":1366,"slug":1367,"type":16},"Operations","operations","2026-07-17T05:31:36.384292",{"slug":1370,"name":1370,"fn":1371,"description":1372,"org":1373,"tags":1374,"stars":24,"repoUrl":25,"updatedAt":1381},"mcloud-local","reproduce Cloud builds locally","Execute mcloud local build to reproduce a Cloud build on the local machine. Use when debugging a build-failed deployment without pushing to the tracked branch, iterating on a build fix, or testing build-variable changes locally. Requires Docker and must run inside the project's Git repo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1375,1378,1379,1380],{"name":1376,"slug":1377,"type":16},"Debugging","debugging",{"name":22,"slug":23,"type":16},{"name":1278,"slug":1279,"type":16},{"name":9,"slug":8,"type":16},"2026-07-17T06:05:07.199529",{"slug":1383,"name":1383,"fn":1384,"description":1385,"org":1386,"tags":1387,"stars":24,"repoUrl":25,"updatedAt":1394},"mcloud-logs","fetch and stream runtime cloud logs","Execute mcloud logs to fetch and stream runtime logs for Cloud environments. Use when reading backend or storefront logs, filtering by time range, searching for errors, or scoping logs to a specific deployment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1388,1391,1392,1393],{"name":1389,"slug":1390,"type":16},"Cloud","cloud",{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-05-09T05:40:46.707854",{"slug":1396,"name":1396,"fn":1397,"description":1398,"org":1399,"tags":1400,"stars":24,"repoUrl":25,"updatedAt":1403},"mcloud-organizations","manage Medusa Cloud organizations","Execute mcloud organizations commands to list or get Cloud organizations. Use when discovering organizations, resolving organization IDs by name, or retrieving organization details including members and subscription.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1401,1402],{"name":9,"slug":8,"type":16},{"name":1366,"slug":1367,"type":16},"2026-05-09T05:40:54.327722",{"items":1405,"total":1139},[1406,1413,1421,1428,1434,1441,1447],{"slug":1254,"name":1254,"fn":1255,"description":1256,"org":1407,"tags":1408,"stars":24,"repoUrl":25,"updatedAt":1269},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1409,1410,1411,1412],{"name":1260,"slug":1261,"type":16},{"name":1263,"slug":1264,"type":16},{"name":9,"slug":8,"type":16},{"name":1267,"slug":1268,"type":16},{"slug":1271,"name":1271,"fn":1272,"description":1273,"org":1414,"tags":1415,"stars":24,"repoUrl":25,"updatedAt":1285},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1416,1417,1418,1419,1420],{"name":1260,"slug":1261,"type":16},{"name":1278,"slug":1279,"type":16},{"name":1263,"slug":1264,"type":16},{"name":9,"slug":8,"type":16},{"name":1283,"slug":1284,"type":16},{"slug":1287,"name":1287,"fn":1288,"description":1289,"org":1422,"tags":1423,"stars":24,"repoUrl":25,"updatedAt":1299},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1424,1425,1426,1427],{"name":1293,"slug":655,"type":16},{"name":1295,"slug":1296,"type":16},{"name":1260,"slug":1261,"type":16},{"name":9,"slug":8,"type":16},{"slug":1301,"name":1301,"fn":1302,"description":1303,"org":1429,"tags":1430,"stars":24,"repoUrl":25,"updatedAt":1311},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1431,1432,1433],{"name":1307,"slug":1308,"type":16},{"name":1293,"slug":655,"type":16},{"name":9,"slug":8,"type":16},{"slug":1313,"name":1313,"fn":1314,"description":1315,"org":1435,"tags":1436,"stars":24,"repoUrl":25,"updatedAt":1326},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1437,1438,1439,1440],{"name":1293,"slug":655,"type":16},{"name":1320,"slug":1321,"type":16},{"name":9,"slug":8,"type":16},{"name":1324,"slug":1325,"type":16},{"slug":1328,"name":1328,"fn":1329,"description":1330,"org":1442,"tags":1443,"stars":24,"repoUrl":25,"updatedAt":1336},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1444,1445,1446],{"name":1320,"slug":1321,"type":16},{"name":9,"slug":8,"type":16},{"name":1324,"slug":1325,"type":16},{"slug":1338,"name":1338,"fn":1339,"description":1340,"org":1448,"tags":1449,"stars":24,"repoUrl":25,"updatedAt":1349},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1450,1451,1452,1453],{"name":1293,"slug":655,"type":16},{"name":1260,"slug":1261,"type":16},{"name":9,"slug":8,"type":16},{"name":1347,"slug":1348,"type":16}]