> 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/release-notes/jp/developer-tools/commander/commander-18.1.1.md).

# コマンダー 18.1.1

### 新機能

* **NSFのインポート対応:** `import` コマンドで、権限を含む階層型共有フォルダ (NSF) のレコードおよびフォルダのインポートに対応しました。

### 改善点

* **PAMトンネル診断:** `pam tunnel diagnose` コマンドの診断精度に関する以下4件の不具合を修正しました。GOVリージョンでのポート443テストにおけるサーバー対象の問題、US以外のリージョンでのリージョン表示、WebSocketテストがHTTPの4xx/5xxレスポンスで正しく失敗するようになった点、WebRTCサンプルの色分け。

<figure><img src="/files/CTniWqkiGLute2DuzLPr" alt=""><figcaption><p><code>pam tunnel diagnose</code> コマンド</p></figcaption></figure>

* **チーム名の検証:** キー取得時にチーム名を解決する際の検証を追加し、UID形式に似たあいまいな文字列がチームと誤認識されないようにしました。
* **APIタイムアウト:** デフォルトの応答タイムアウトを120秒から300秒に延長し、バックエンドのタイムアウト設定に合わせました。
* **Azureインポートライブラリ名の修正:** Azureインポート時のライブラリ参照が誤っていた不具合を修正しました。
* **KEPMのSCIMユーザー/グループID:** SCIMのユーザーおよびグループの出力にIdフィールドが含まれるようになりました。
* **その他コマンドのJSON出力対応:** PAMのlistおよびinfoコマンド、`record-history --action view` コマンドで `--format json` オプションに対応しました。
* **serviceコマンドでサービス名を指定可能に:** `service` コマンドで、UIDに加えてサービス名を指定できるようになりました。

### バグ修正

* **NSFでのPAM RBI編集:** `pam rbi edit` を修正し、NSF内のRBI設定が `update_pam_record` を通じて正しく保存されるようになりました。
* **PAMワークフローポリシーの適用:** ワークフロー設定ポリシーが取り消された後は、PAMワークフローの管理コマンドがブロックされるようになりました。
* **Dockerのワンショットコマンド:** ワンショットコマンドの実行後にDockerコンテナが無期限にハングする不具合を修正しました。
* **Dockerサービスセットアップの所有権:** Commanderが既存のDockerセットアップフォルダおよびKSMアプリを引き継ぐ前に、所有権が必要になりました。

### 参考情報

* [Keeper Commander CLIに関するドキュメント](/keeperpam/jp/commander-cli/overview.md)


---

# 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/release-notes/jp/developer-tools/commander/commander-18.1.1.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.
