---
title: chronoctl
description: The chronoctl command line interface (CLI) includes commands to interact with an instance of Chronograf’s data store.
url: https://docs.influxdata.com/chronograf/v1/tools/chronoctl/
estimated_tokens: 427
product: Chronograf
version: v1
---

# chronoctl

The `chronoctl` command line interface (CLI) includes commands to interact with an instance of Chronograf’s data store.

## Usage

```
chronoctl [flags] [command]
```

## Commands

| Command | Description |
| --- | --- |
| add-superadmin | Create a new user with superadmin status |
| gen-keypair | Generate RSA keypair in the Chronograf data store |
| list-users | List all users in the Chronograf data store |
| migrate | Migrate your Chronograf configuration store |
| token | Get current token for a superadmin user (chronograf must be started with a public key) |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Output command help |
