mcloud-projects

Solid

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.

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: Projects Commands Execute `mcloud projects` commands to manage Cloud projects. ## Constraints - `projects delete` is **irreversible** — removes all associated environments, deployments, and resources. Always confirm the project ID/handle before deleting. - Use `--yes` with `delete` in non-interactive contexts (scripts, pipelines, agents). ## Commands ### projects list List 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. ```bash mcloud projects list --organization <org-id> --json ``` **Options:** - `-o/--organization <id>` — Organization ID (falls back to active context; if unset, lists across all your organizations) - `--json` — Output as JSON ### projects get Retrieve a single project by its ID or handle. ```bash mcloud projects get <project-id-or-handle> --organization <org-id> --json ``` **Arguments:** - `project` — Project ID or handle (required) **Options:** - `-o/--organization <id>` — Organization ID (falls back to active context; **required**) - `--json` — Output as JSON ### projects delete Delete a project by its ID or handle. **Irreversible.** ```bash mcloud projects delete <project-id-or-handle> \ --organization <org-id> \ --yes ``` **Arguments:** - `project` — Project ID or handle (required) **Options:** - `-o/--organization <id>` — Organization ID (falls back to active context; **required**) - `-y/...

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