---
title: "plm orgs"
description: "Organizations"
---

{/* AUTO-GENERATED by packages/cli/scripts/generate-docs.ts — do not edit by hand. */}
## plm orgs

Organizations

**Usage**

```bash
plm orgs
```

**Subcommands**

- [`get`](#plm-orgs-get)
- [`rename`](#plm-orgs-rename)

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm orgs",
  "description": "Organizations",
  "arguments": [],
  "options": [],
  "subcommands": [
    "get",
    "rename"
  ]
}
```

</details>

### plm orgs get

**Usage**

```bash
plm orgs get <orgId>
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm orgs get",
  "description": null,
  "arguments": [
    {
      "name": "orgId",
      "required": true,
      "variadic": false,
      "description": ""
    }
  ],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>

### plm orgs rename

**Usage**

```bash
plm orgs rename <orgId>
```

**Options**

- `--file <path>` — JSON/YAML with \{ name \}
- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm orgs rename",
  "description": null,
  "arguments": [
    {
      "name": "orgId",
      "required": true,
      "variadic": false,
      "description": ""
    }
  ],
  "options": [
    {
      "flags": "--file <path>",
      "description": "JSON/YAML with { name }",
      "required": false,
      "default": null
    },
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>
