---
title: android
---

Commands for Android integrations.

## create_keystore

Create a keystore

**Usage:**

```bash
dart run impaktfull_cli android create_keystore [options]
```

| Option | Description | Required | Default | Allowed |
|---|---|---|---|---|
| `--configName` | Signing config name | No | debug, release |  |
| `--fullName` | Certificate info: Your full name | Yes |  |  |
| `--organization` | Certificate info: Your organization name | Yes |  |  |
| `--organizationUnit` | Certificate info: Your organization unit name | No |  |  |
| `--state` | Certificate info: Your state name | No |  |  |
| `--city` | Certificate info: Your city name | No |  |  |
| `--country` | Certificate info: Your country name | Yes |  |  |

