removed influx user find command, update influx user list
parent
ad8abdafc1
commit
e11b985d73
|
@ -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 %}}
|
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in New Issue