updated cli required notes

pull/778/head
Scott Anderson 2020-02-24 14:47:41 -07:00
parent 6bdab9c139
commit 579750ee77
16 changed files with 17 additions and 17 deletions

View File

@ -19,6 +19,6 @@ influx auth delete [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | Authorization ID **(Required)** | string |
| `-i`, `--id` | **(Required)** Authorization ID | string |
{{% cli/influx-global-flags %}}

View File

@ -19,6 +19,6 @@ influx auth inactive [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `inactive` command | |
| `-i`, `--id` | Authorization ID **(Required)** | string |
| `-i`, `--id` | **(Required)** Authorization ID | string |
{{% cli/influx-global-flags %}}

View File

@ -19,6 +19,6 @@ influx bucket delete [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | Bucket ID **(Required)** | string |
| `-i`, `--id` | **(Required)** Bucket ID | string |
{{% cli/influx-global-flags %}}

View File

@ -19,7 +19,7 @@ influx bucket update [flags]
| Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------: |:------------------ |
| `-h`, `--help` | Help for the `update` command | | |
| `-i`, `--id` | Bucket ID **(Required)** | string | |
| `-i`, `--id` | **(Required)** Bucket ID | string | |
| `-n`, `--name` | New bucket name | string | `INFLUX_BUCKET_NAME` |
| `-r`, `--retention` | New duration bucket will retain data | duration | |

View File

@ -19,6 +19,6 @@ influx org delete [flags]
| Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------: |:------------------ |
| `-h`, `--help` | Help for the `delete` command | | |
| `-i`, `--id` | Organization ID **(Required)** | string | `INFLUX_ORG_ID` |
| `-i`, `--id` | **(Required)** Organization ID | string | `INFLUX_ORG_ID` |
{{% cli/influx-global-flags %}}

View File

@ -20,7 +20,7 @@ influx org update [flags]
|:---- |:----------- |:----------:|:------------------ |
| `-d`, `--description` | Description for the organization | string | `INFLUX_ORG_DESCRIPTION` |
| `-h`, `--help` | Help for the `update` command | | |
| `-i`, `--id` | Organization ID **(Required)** | string | `INFLUX_ORG_ID` |
| `-i`, `--id` | **(Required)** Organization ID | string | `INFLUX_ORG_ID` |
| `-n`, `--name` | Organization name | string | `INFLUX_ORG` |
{{% cli/influx-global-flags %}}

View File

@ -20,7 +20,7 @@ influx secret delete [flags]
| Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------:|:------------------ |
| `-h`, `--help` | Help for the `delete` command | | |
| `-k`, `--key` | Secret key _**(required)**_ | string | |
| `-k`, `--key` | **(Required)** Secret key | string | |
| `-o`, `--org` | Organization name | string | `INFLUX_ORG` |
| `--org-id` | Organization ID | string | `INFLUX_ORG_ID` |

View File

@ -22,7 +22,7 @@ influx secret update [flags]
| Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------:|:------------------ |
| `-h`, `--help` | Help for the `update` command | | |
| `-k`, `--key` | Secret key _**(Required)**_ | string | |
| `-k`, `--key` | **(Required)** Secret key | string | |
| `-o`, `--org` | Organization name | string | `INFLUX_ORG` |
| `--org-id` | Organization ID | string | `INFLUX_ORG_ID` |

View File

@ -19,6 +19,6 @@ influx task delete [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | Task ID **(Required)** | string |
| `-i`, `--id` | **(Required)** Task ID | string |
{{% cli/influx-global-flags %}}

View File

@ -20,6 +20,6 @@ influx task log find [flags]
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `find` command | |
| `--run-id` | Run ID | string |
| `--task-id` | Task ID **(Required)** | string |
| `--task-id` | **(Required)** Task ID | string |
{{% cli/influx-global-flags %}}

View File

@ -19,7 +19,7 @@ influx task retry [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `retry` command | |
| `-r`, `--run-id` | Run ID **(Required)** | string |
| `-i`, `--task-id` | Task ID **(Required)** | string |
| `-r`, `--run-id` | **(Required)** Run ID | string |
| `-i`, `--task-id` | **(Required)** Task ID | string |
{{% cli/influx-global-flags %}}

View File

@ -23,6 +23,6 @@ influx task run find [flags]
| `-h`,`--help` | Help for the `find` command | |
| `--limit` | Limit the number of results | integer |
| `--run-id` | Run ID | string |
| `--task-id` | Task ID **(Required)** | string |
| `--task-id` | **(Required)** Task ID | string |
{{% cli/influx-global-flags %}}

View File

@ -19,7 +19,7 @@ influx task update [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `update` command | |
| `-i`, `--id` | Task ID **(Required)** | string |
| `-i`, `--id` | **(Required)** Task ID | string |
| `--status` | Update task status | string |
{{% cli/influx-global-flags %}}

View File

@ -19,7 +19,7 @@ influx user create [flags]
| Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------: |:------------------ |
| `-h`, `--help` | Help for the `create` command | | |
| `-n`, `--name` | Username **(Required)** | string | `INFLUX_NAME` |
| `-n`, `--name` | **(Required)** Username | string | `INFLUX_NAME` |
| `-o`, `--org` | Organization name | string | `INFLUX_ORG` |
| `--org-id` | Organization ID | string | `INFLUX_ORG_ID` |
| `-p`, `--password` | User password | string | |

View File

@ -19,6 +19,6 @@ influx user delete [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | User ID **(Required)** | string |
| `-i`, `--id` | **(Required)** User ID | string |
{{% cli/influx-global-flags %}}

View File

@ -20,7 +20,7 @@ influx user update [flags]
| Flag | Description | Input type |
|:---- |:----------- |:----------: |
| `-h`, `--help` | Help for the `update` command | |
| `-i`, `--id` | User ID **(Required)** | string |
| `-i`, `--id` | **(Required)** User ID | string |
| `-n`, `--name` | Username | string |
{{% cli/influx-global-flags %}}