27 lines
988 B
Markdown
27 lines
988 B
Markdown
---
|
|
title: chronoctl
|
|
description: >
|
|
The `chronoctl` command line interface (CLI) includes commands to interact with an instance of Chronograf's data store.
|
|
menu:
|
|
chronograf_1_8:
|
|
name: chronoctl
|
|
parent: Tools
|
|
weight: 10
|
|
---
|
|
|
|
The `chronoctl` command line interface (CLI) includes commands to interact with an instance of Chronograf's data store.
|
|
|
|
## Usage
|
|
```
|
|
chronoctl [command]
|
|
chronoctl [flags]
|
|
```
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|:------- |:----------- |
|
|
| [add-superadmin](/chronograf/v1.8/tools/chronoctl/add-superadmin/) | Create a new user with superadmin status |
|
|
| [list-users](/chronograf/v1.8/tools/chronoctl/list-users) | List all users in the Chronograf data store |
|
|
| [migrate](/chronograf/v1.8/tools/chronoctl/migrate) | Migrate your Chronograf configuration store |
|