Merge pull request #720 from influxdata/pkg_update
update pkg cmd with updated flag descriptionspull/726/head
commit
aa403aa448
|
@ -27,16 +27,16 @@ influx pkg [command]
|
|||
|
||||
## Flags
|
||||
|
||||
| Flag | Description | Input Type |
|
||||
|:---- |:----------------------------- |:---------- |
|
||||
| `-c`, `--color` | Enable color in output _(default is true) _ | |
|
||||
| `-f`, `--file` | Path to package file | string |
|
||||
| `--force` | Ignore warnings about destructive changes | |
|
||||
| `-h`, `--help` | Help for the `pkg` command | |
|
||||
| `-o`, `--org` | The name of the organization that owns the bucket | string |
|
||||
| `--org-id` | The ID of the organization that owns the bucket | string |
|
||||
| `-q`, `--quiet` | Disable output printing | |
|
||||
| `--secret` | Secrets to provide alongside the package (format: `--secret=SECRET_KEY=SECRET_VALUE`) | string |
|
||||
| `--table-borders` | Enable table borders _(default is true)_ | |
|
||||
| Flag | Description | Input Type |
|
||||
|:---- |:----------------------------- |:---------- |
|
||||
| `-c`, `--disable-color` | Disable color in output | |
|
||||
| `-f`, `--file` | Path to package file | string |
|
||||
| `--force` | Ignore warnings about destructive changes | |
|
||||
| `-h`, `--help` | Help for the `pkg` command | |
|
||||
| `-o`, `--org` | The name of the organization that owns the bucket | string |
|
||||
| `--org-id` | The ID of the organization that owns the bucket | string |
|
||||
| `-q`, `--quiet` | Disable output printing | |
|
||||
| `--secret` | Secrets to provide alongside the package (format: `--secret=SECRET_KEY=SECRET_VALUE`) | string |
|
||||
| `--disable-table-borders` | Disable table borders | |
|
||||
|
||||
{{% influx-cli-global-flags %}}
|
||||
|
|
|
@ -20,7 +20,7 @@ To open the **Data Explorer**, click the **Data Explorer** icon in the navigatio
|
|||
|
||||
{{< nav-icon "data-explorer" >}}
|
||||
|
||||
## Explore data with Flux
|
||||
## Explore data with Flux and the Data Explorer
|
||||
|
||||
Flux is InfluxData's functional data scripting language designed for querying,
|
||||
analyzing, and acting on time series data.
|
||||
|
@ -55,7 +55,7 @@ Select from available [visualization types](/v2.0/visualize-data/visualization-t
|
|||
## Control your dashboard cell
|
||||
|
||||
To open the cell editor overlay, click the gear icon in the upper right of a cell and select **Configure**.
|
||||
The cell editor overlay opens.
|
||||
The cell editor overlay opens.
|
||||
|
||||
### View raw data
|
||||
|
||||
|
|
Loading…
Reference in New Issue