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