draft-for-chronoctl updates

DAR-239
Kelly 2021-10-15 17:31:19 -07:00
parent bcb6ddf085
commit 2a21b6d114
1 changed files with 7 additions and 5 deletions

View File

@ -19,8 +19,10 @@ 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 |
| Command | Description |
| :----------------------------------------------------------------- | :------------------------------------------------------------------------------------- |
| [add-superadmin](/chronograf/v1.8/tools/chronoctl/add-superadmin/) | Create a new user with superadmin status |
| [gen-keypair](/chronograf/v1.8/tools/chronoctl/gen-keypair) | Generate RSA keypair in the Chronograf data store |
| [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 |
| [token](/chronograf/v1.8/tools/chronoctl/token) | Get current token for a superadmin user (chronograf must be started with a public key) |