Add `pkg` command to cli index page

pull/647/head
pierwill 2019-12-04 10:27:08 -08:00
parent a1fd0ebf10
commit 6d29c211f1
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ retrieving authentication tokens._
| [help](/v2.0/reference/cli/influx/help) | Help about any command |
| [org](/v2.0/reference/cli/influx/org) | Organization management commands |
| [ping](/v2.0/reference/cli/influx/ping) | Check the InfluxDB `/health` endpoint |
| [pkg](/v2.0/reference/cli/influx/pkg) | Manage InfluxDB packages
| [query](/v2.0/reference/cli/influx/query) | Execute a Flux query |
| [repl](/v2.0/reference/cli/influx/repl) | Interactive REPL (read-eval-print-loop) |
| [setup](/v2.0/reference/cli/influx/setup) | Create default username, password, org, bucket, etc. |

View File

@ -9,7 +9,7 @@ weight: 101
v2.0/tags: [packages]
---
The `influx pkg` command and its subcommands manage packages in InfluxDB.
The `influx pkg` command manages packages in InfluxDB.
## Usage
```