# Commander CLI

## Overview

Keeper Commander is an open source command-line CLI, scripting tool and SDK interface to Keeper. Most of the Keeper platform including Vault, Admin Console, Secrets Manager, Privileged Access Manager, Automator and other areas of the platform can be controlled, scripted and automated through this tool.

![Commander CLI Interface](https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2F9bUSEw4UsVT95dDSY9E0%2FScreen%20Shot%202022-04-28%20at%203.23.58%20PM.png?alt=media\&token=d0588725-d128-466f-bbbe-e45f8c39c74d)

The Commander platform is Zero Knowledge, just like all our other applications. It interfaces with the Keeper backend using the same APIs and cryptographic functions as our client applications. This tools helpful for customers who are looking for enhanced automation, integration and batch processing.

### Use Cases

* Access your Keeper vault through a CLI
* Authenticate using SSO, biometric with passkeys, master password
* Generate passwords and check password strength
* Import and export vault records
* Manage records, folders, shared folders, one-time shares
* Customize integration into your backend systems
* Provision new Enterprise user accounts and shared folders
* Manage nodes, roles, teams and users
* Approve devices and JIT elevations
* Schedule and automate commands
* Manage KeeperPAM (Password Rotation, Connections, Tunnels, Discovery)
* Migrate from LastPass, Secret Server, KeePass and other products
* Manage MSP licensing and client tenants
* Launch a REST API service
* Python, .Net, PowerShell and Go SDKs

Visit the [Commander documentation](https://app.gitbook.com/s/-MJXOXEifAmpyvNVL1to/commander-cli/overview) to learn more.

### Installation and Setup

Visit the Keeper Commander [installation page](https://app.gitbook.com/s/-MJXOXEifAmpyvNVL1to/commander-cli/commander-installation-setup) for Windows, macOS, Linux and source code access.


---

# 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/en/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.
