> 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/developer-tools/commander/commander-18.0.13.md).

# Commander 18.0.13

### New Features

* CyberArk → KeeperPAM migration — Added a new `pam project cyberark-import` command to migrate CyberArk safes, accounts, platforms, and policies into KeeperPAM. See [docs/cyberark-pam-import.md](https://github.com/Keeper-Security/Commander/blob/v18.0.13/docs/cyberark-pam-import.md) for details.
* CNAPP integration commands — Added new commands and helpers for CNAPP (Cloud-Native Application Protection) integration.
* Slack multi-channel approvals — Added setup for Slack multi-channel approvals and Slack record sync-down.
* Secrets Manager usage report— New `secrets-manager` usage report matching the KSM widgets in Admin Console.
* Github Configuration — Added support for the GitHub configuration record type `pamGitHubConfiguration` in PAM.
* Nested Shared Folder ("NSF") support in PAM commands — Added Native Shared Folder (NSF) folder and record support to PAM commands.
* NSF support in workflow commands — Workflow commands now support Native Shared Folders.
* Import from Bitwarden— Bitwarden collections are now mapped to Keeper folders during import.

### Improvements

* Self-destructing records with `record-add`  now returns the record UID and supports JSON output with `--format=json`.
* NSF child folder permissions — Added support for denying permission inheritance from Commander when sharing or changing NSF child folder permissions.
* Improved help text for the Managed Company `transfer` command.
* Added a`--no-shortcuts` flag to the `import` command. When an imported record is identical to an existing vault record, `import` normally creates a shortcut; with `--no-shortcuts` it creates a new record instead.

### Bug Fixes

* Fixed a misleading communication error when assigning a team to an admin role.
* Fixed `whoami` command failing for trial enterprise accounts.
* Exposed the`owner` flag in classic shared folder `get` JSON output.
* Fixed `share-folder` record expiration and Record Owner Edit (ROE) handling.
* Fixed redundant full syncs during Docker Service Mode startup.
* Fixed import command to only update records when in the same folder.

### References

* [Keeper Commander CLI Documentation](/keeperpam/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/developer-tools/commander/commander-18.0.13.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.
