removed influx user find command, update influx user list

pull/754/head
Scott Anderson 2020-03-04 16:44:38 -07:00
parent ad8abdafc1
commit e11b985d73
2 changed files with 6 additions and 31 deletions

View File

@ -1,25 +0,0 @@
---
title: influx user find
description: The 'influx user find' lists and searches for users in InfluxDB.
menu:
v2_0_ref:
name: influx user find
parent: influx user
weight: 201
---
The `influx user find` command lists and searches for users in InfluxDB.
## Usage
```
influx user find [flags]
```
## Flags
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `find` command | |
| `-i`, `--id` | User ID | string |
| `-n`, `--name` | Username | string |
{{% cli/influx-global-flags %}}

View File

@ -21,10 +21,10 @@ influx user list [flags]
`list`, `ls`, `find`
## Flags
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for `list` | |
| `-i`, `--id` | The user ID | string |
| `-n`, `--name` | The username | string |
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `list` command | |
| `-i`, `--id` | User ID | string |
| `-n`, `--name` | Username | string |
{{% influx-cli-global-flags %}}
{{% cli/influx-global-flags %}}