# コマンダーCLI/SDK

KeeperコマンダーはコマンドラインおよびSDKインターフェイスであり、Keeper環境を制御し、プラットフォームの様々な機能を自動化するのにご使用になれます。コマンダーでは、個々の企業テナントとMSPテナントの両方に適用される数百の機能をご利用になれます。

Keeperコマンダーのセットアップとインストールについては、[こちらの](/keeperpam/jp/commander-cli/overview.md)ドキュメントをご覧ください。

以下は、コマンダーの[MSP専用コマンド](/keeperpam/jp/commander-cli/command-reference/msp-management-commands.md)の一覧です。

#### MSPコマンド

| コマンド                  | 内容                                      |
| --------------------- | --------------------------------------- |
| `msp-info` or `mi`    | MSPの詳細を表示する                             |
| `msp-down` or `md`    | サーバーからローカルMSPデータをリフレッシュ                 |
| `msp-license` or `ml` | MSPライセンスの表示と管理                          |
| `msp-add` or `ma`     | 管理対象企業を作る                               |
| `msp-remove` or `mrm` | 管理対象企業を削除                               |
| `msp-billing-report`  | MSP請求レポートの作成                            |
| `switch-to-mc`        | 管理会社としてコマンドを実行するようにコンテキストを切り替える         |
| `switch-to-msp`       | MSPとしてコマンドを実行するようにコンテキストを切り替える          |
| `msp-convert-node`    | 企業ノードを管理対象企業に変える                        |
| `msp-copy-role`       | MSPからMSCへのロール強制適用ポリシーのコピー               |
| `distributor`         | マネージドMSP向けオプション、 ライセンスの編集、MSPとMSCの詳細の表示 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/keeper-msp/commander-cli-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
