mcloud-organizations

Solid

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.

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: Organizations Commands Execute `mcloud organizations` commands to list and retrieve Cloud organizations. ## Constraints - `organizations list` requires **personal auth** (browser login or personal access key). Organization access keys return 401 on this command. - When authenticated with `MCLOUD_TOKEN` using an org access key, use `mcloud whoami --json` to get the organization ID instead. ## Commands ### organizations list List all organizations your account has access to. ```bash mcloud organizations list --json ``` **Options:** - `--json` — Output as JSON ### organizations get Retrieve a single organization by ID. Returns metadata, subscription details, and members. ```bash mcloud organizations get <organization-id> --json ``` **Arguments:** - `organization` — Organization ID (required) **Options:** - `-o/--organization <id>` — Override the organization in active context (must match the argument) - `--json` — Output as JSON ## Organization Fields (JSON) | Field | Description | |-------|-------------| | `id` | Organization ID | | `name` | Organization display name | | `billing_email` | Billing contact email | | `status` | `active` or otherwise | | `members` | Array of member objects with `id`, `role`, `user.email` | | `subscription` | Current plan, period, and `is_active` flag | | `account_holder` | Billing account holder details | ## Examples ```bash # List all organizations mcloud organizations list --json # Set context to first organization ...

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