added org flag to influx bucket create command
parent
aa6066eac2
commit
1c24d1f30f
|
@ -16,11 +16,12 @@ influx bucket create [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Flags
|
## Flags
|
||||||
| Flag | Description | Input type |
|
| Flag | Description | Input type |
|
||||||
|:---- |:----------- |:----------: |
|
|:---- |:----------- |:----------: |
|
||||||
| `-h`, `--help` | Help for the `create` command | |
|
| `-h`, `--help` | Help for the `create` command | |
|
||||||
| `-n`, `--name` | Name of bucket that will be created | string |
|
| `-n`, `--name` | Name of bucket that will be created | string |
|
||||||
| `--org-id` | The ID of the organization that owns the bucket | string |
|
| `-o`, `--org` | The name of the organization that owns the bucket | string |
|
||||||
| `-r`, `--retention` | Duration in nanoseconds data will live in bucket | duration |
|
| `--org-id` | The ID of the organization that owns the bucket | string |
|
||||||
|
| `-r`, `--retention` | Duration in nanoseconds data will live in bucket | duration |
|
||||||
|
|
||||||
{{% influx-cli-global-flags %}}
|
{{% influx-cli-global-flags %}}
|
||||||
|
|
Loading…
Reference in New Issue