added org and org-id flags to influx auth find, resolves #182

pull/184/head
Scott Anderson 2019-04-24 10:10:04 -06:00
parent df97a0c010
commit 2bc0259186
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ influx auth find [flags]
|:---- |:----------- |:----------: | |:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `find` command | | | `-h`, `--help` | Help for the `find` command | |
| `-i`, `--id` | The authorization ID | string | | `-i`, `--id` | The authorization ID | string |
| `-o`, '--org' | The organization | string |
| '--org-id' | The organization ID | string |
| `-u`, `--user` | The user | string | | `-u`, `--user` | The user | string |
| `--user-id` | The user ID | string | | `--user-id` | The user ID | string |