mcloud-deployments

Solid

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.

DevOps & Infrastructure 215 stars 26 forks Updated 2 days ago

Install

View on GitHub

Quality Score: 82/100

Stars 20%
78
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Cloud CLI: Deployments Commands Execute `mcloud deployments` commands to inspect deployments and their build logs. ## Constraints - Always pass `--json` when parsing output — plaintext format may change. - Always confirm context (`mcloud whoami --json`) before running commands if org/project are not already known. - Use `--deployment` IDs in the format `depl_*` or build IDs; build IDs resolve to their latest deployment automatically. ## Commands ### deployments list List recent deployments for a project (default: 20 most recent across all environments). ```bash mcloud deployments list --organization <org-id> --project <project-id-or-handle> --json ``` **Options:** - `-o/--organization <id>` — Organization ID (falls back to active context) - `-p/--project <id-or-handle>` — Project ID or handle (falls back to active context) - `-e/--environment <handle>` — Filter by environment handle - `--environment-type <production|long-lived|preview>` — Filter by environment type - `--commit <sha>` — Filter by Git commit SHA (full or prefix) - `--limit <1-200>` — Max results (default: `20`) - `--offset <number>` — Pagination offset (default: `0`) - `--json` — Output as JSON ### deployments get Retrieve a single deployment's details by ID. ```bash mcloud deployments get <deployment-id> --organization <org-id> --project <project-id-or-handle> --json ``` **Arguments:** - `deployment` — Deployment ID (required) **Options:** - `-o/--organization <id>`, `-p/--project <id-or-handle>...

Details

Author
medusajs
Repository
medusajs/medusa-agent-skills
Created
7 months ago
Last Updated
2 days ago
Language
JavaScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category