Add `pkg` command to cli index page
parent
a1fd0ebf10
commit
6d29c211f1
|
|
@ -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. |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue