# Version Command

## `version` command

#### **Description:**&#x20;

View CLI information such as version and  Python module installation location. The command will also show the Python version, SDK version, and the path of the INI configuration file

format: **`ksm version`**

#### Example:

```
$ ksm version

Python Version: 3.12.3
Python Install: /usr/local/ksm/bin/ksm
CLI Version: 1.3.0
CLI Install: /usr/local/ksm/bin/keeper_secrets_manager_cli
SDK Version: 17.2.0
SDK Install: /usr/local/ksm/bin/keeper_secrets_manager_core
Config file: /Users/craig/keeper.ini

```
