added org and org-id flags to influx auth find, resolves #182
parent
df97a0c010
commit
2bc0259186
|
@ -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 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue