# コマンダーCLI

## 概要

Keeperコマンダーは、Keeper用のオープンソースのコマンドラインツール、スクリプトインターフェース、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バックエンドと連携します。自動化の強化、統合、バッチ処理を行う場合に便利です。

### 活用事例

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

詳細については、[コマンダーのドキュメント](https://docs.keeper.io/keeperpam/commander-cli/overview)をご参照ください。

### インストールとセットアップ

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


---

# 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/jp/enterprise-guide/commander-cli.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.
