Merge pull request #720 from influxdata/pkg_update

update pkg cmd with updated flag descriptions
pull/726/head
Scott Anderson 2020-01-17 13:27:18 -07:00 committed by GitHub
commit aa403aa448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -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 %}}

View File

@ -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