updated pkg stack command to address PR feedback
parent
8253d4b98f
commit
ff3ada9e8e
|
@ -18,12 +18,12 @@ influx pkg [command]
|
|||
```
|
||||
|
||||
## Subcommands
|
||||
| Subcommand | Description |
|
||||
|:------- |:----------- |
|
||||
| [export](/v2.0/reference/cli/influx/pkg/export/) | Export existing resources as a template |
|
||||
| [stack](/v2.0/reference/cli/influx/pkg/stack/) | Manage stacks |
|
||||
| [summary](/v2.0/reference/cli/influx/pkg/summary/) | Summarize the provided template |
|
||||
| [validate](/v2.0/reference/cli/influx/pkg/validate/) | Validate the provided template |
|
||||
| Subcommand | Description |
|
||||
|:------- |:----------- |
|
||||
| [export](/v2.0/reference/cli/influx/pkg/export/) | Export resources as a template |
|
||||
| [stack](/v2.0/reference/cli/influx/pkg/stack/) | Manage stacks |
|
||||
| [summary](/v2.0/reference/cli/influx/pkg/summary/) | Summarize the specified template |
|
||||
| [validate](/v2.0/reference/cli/influx/pkg/validate/) | Validate the specified template |
|
||||
|
||||
## Flags
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: influx pkg stack init
|
||||
description: The 'influx pkg stack init' command initializes and InfluxDB stack.
|
||||
description: The 'influx pkg stack init' command initializes an InfluxDB stack.
|
||||
menu:
|
||||
v2_0_ref:
|
||||
name: influx pkg stack init
|
||||
|
@ -9,7 +9,7 @@ weight: 201
|
|||
v2.0/tags: [templates]
|
||||
---
|
||||
|
||||
The `influx pkg stack init` command initializes and InfluxDB stack.
|
||||
The `influx pkg stack init` command initializes an InfluxDB stack.
|
||||
|
||||
## Usage
|
||||
```
|
||||
|
@ -17,12 +17,12 @@ influx pkg stack init [flags]
|
|||
```
|
||||
|
||||
## Flags
|
||||
| Flag | Description | Input type | {{< cli/mapped >}} |
|
||||
|:---- |:----------- |:----------: |:------------------ |
|
||||
| `-h`, `--help` | Help for the `init` command | | |
|
||||
| `--json` | Output data as JSON | | |
|
||||
| `-o`, `--org` | Organization name | string | `$INFLUX_ORG` |
|
||||
| `--org-id` | Organization ID | string | `$INFLUX_ORG_ID` |
|
||||
| `-u`, `--package-url` | Package URLs to associate stack | list of strings | |
|
||||
| `-d`, `--stack-description` | Stack description | string | |
|
||||
| `-n`, `--stack-name` | Stack name | string | |
|
||||
| Flag | Description | Input type | {{< cli/mapped >}} |
|
||||
|:---- |:----------- |:----------: |:------------------ |
|
||||
| `-h`, `--help` | Help for the `init` command | | |
|
||||
| `--json` | Output data as JSON (default `false`) | | `$INFLUX_OUTPUT_JSON` |
|
||||
| `-o`, `--org` | Organization name | string | `$INFLUX_ORG` |
|
||||
| `--org-id` | Organization ID | string | `$INFLUX_ORG_ID` |
|
||||
| `-u`, `--package-url` | Package URLs to associate stack | list of strings | |
|
||||
| `-d`, `--stack-description` | Stack description | string | |
|
||||
| `-n`, `--stack-name` | Stack name | string | |
|
||||
|
|
Loading…
Reference in New Issue