updated pkg stack command to address PR feedback

pull/877/head
Scott Anderson 2020-03-27 13:43:01 -06:00
parent 8253d4b98f
commit ff3ada9e8e
2 changed files with 17 additions and 17 deletions

View File

@ -20,10 +20,10 @@ influx pkg [command]
## Subcommands ## Subcommands
| Subcommand | Description | | Subcommand | Description |
|:------- |:----------- | |:------- |:----------- |
| [export](/v2.0/reference/cli/influx/pkg/export/) | Export existing resources as a template | | [export](/v2.0/reference/cli/influx/pkg/export/) | Export resources as a template |
| [stack](/v2.0/reference/cli/influx/pkg/stack/) | Manage stacks | | [stack](/v2.0/reference/cli/influx/pkg/stack/) | Manage stacks |
| [summary](/v2.0/reference/cli/influx/pkg/summary/) | Summarize the provided template | | [summary](/v2.0/reference/cli/influx/pkg/summary/) | Summarize the specified template |
| [validate](/v2.0/reference/cli/influx/pkg/validate/) | Validate the provided template | | [validate](/v2.0/reference/cli/influx/pkg/validate/) | Validate the specified template |
## Flags ## Flags

View File

@ -1,6 +1,6 @@
--- ---
title: influx pkg stack init 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: menu:
v2_0_ref: v2_0_ref:
name: influx pkg stack init name: influx pkg stack init
@ -9,7 +9,7 @@ weight: 201
v2.0/tags: [templates] 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 ## Usage
``` ```
@ -20,7 +20,7 @@ influx pkg stack init [flags]
| Flag | Description | Input type | {{< cli/mapped >}} | | Flag | Description | Input type | {{< cli/mapped >}} |
|:---- |:----------- |:----------: |:------------------ | |:---- |:----------- |:----------: |:------------------ |
| `-h`, `--help` | Help for the `init` command | | | | `-h`, `--help` | Help for the `init` command | | |
| `--json` | Output data as JSON | | | | `--json` | Output data as JSON (default `false`) | | `$INFLUX_OUTPUT_JSON` |
| `-o`, `--org` | Organization name | string | `$INFLUX_ORG` | | `-o`, `--org` | Organization name | string | `$INFLUX_ORG` |
| `--org-id` | Organization ID | string | `$INFLUX_ORG_ID` | | `--org-id` | Organization ID | string | `$INFLUX_ORG_ID` |
| `-u`, `--package-url` | Package URLs to associate stack | list of strings | | | `-u`, `--package-url` | Package URLs to associate stack | list of strings | |