> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/jp/commander-cli.md).

# コマンダーCLI

## 概要 <a href="#overview" id="overview"></a>

Keeperコマンダーは、Keeper向けのオープンソースのコマンドラインインターフェース (CLI)、スクリプトツール、およびSDKインターフェースです。ボルト、管理コンソール、シークレットマネージャー、特権アクセスマネージャー、オートメーターをはじめとするKeeperプラットフォームのほぼすべての領域を、このツールから制御、スクリプト実行、自動化できます。

![Commander CLIインターフェース](https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2F9fN4ymoOt2PdAXFsr9ip%2Fspaces_-LO5CAzpxoaEquZJBpYz_uploads_9bUSEw4UsVT95dDSY9E0_Screen%20Shot%202022-04-28%20at%203.webp?alt=media\&token=11899ace-8e60-40b1-902d-6d347b22d2b5)

コマンダーは他のKeeperアプリケーションと同様にゼロ知識を採用しています。クライアントアプリケーションと同じAPIと暗号化機能を使用して、Keeperバックエンドと連携します。自動化の強化、統合、バッチ処理を行う場合に便利です。

### 活用事例 <a href="#use-cases" id="use-cases"></a>

* CLIからKeeperボルトへアクセス
* SSO、生体認証、パスキー、マスターパスワードによる認証
* パスワードを生成し、パスワードの強度をチェック
* ボルト内のレコードのインポートとエクスポート
* レコード、フォルダ、共有フォルダ、ワンタイム共有を管理
* お使いのバックエンドシステムとの統合をカスタマイズ
* 新規のエンタープライズユーザーアカウントと共有フォルダのプロビジョニング
* ノード、ロール、チーム、ユーザーを管理
* デバイス承認およびJIT (ジャストインタイム) 昇格の承認
* コマンドのスケジューリングや自動化
* Keeper PAMの管理 (パスワードローテーション、接続、トンネル、検出)
* LastPass、Delinea Secret Server、KeePassやその他の製品からの移行
* MSPライセンスおよびクライアントテナントの管理
* REST APIサービスの起動
* Python、.NET、PowerShell、Go SDK

詳しくは、[コマンダーのドキュメント](/keeperpam/jp/commander-cli/overview.md)をご参照ください。

### インストールとセットアップ <a href="#installation-and-setup" id="installation-and-setup"></a>

Keeperコマンダーの[インストールページ](/keeperpam/jp/commander-cli/commander-installation-setup.md) (Windows、macOS、Linux、ソースコードアクセス) をご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
