From ff3ada9e8e726942228cd0dfc92fc29bb1f8b7d3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 27 Mar 2020 13:43:01 -0600 Subject: [PATCH] updated pkg stack command to address PR feedback --- .../v2.0/reference/cli/influx/pkg/_index.md | 12 +++++----- .../reference/cli/influx/pkg/stack/init.md | 22 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/content/v2.0/reference/cli/influx/pkg/_index.md b/content/v2.0/reference/cli/influx/pkg/_index.md index 8920b36e3..78aebafff 100644 --- a/content/v2.0/reference/cli/influx/pkg/_index.md +++ b/content/v2.0/reference/cli/influx/pkg/_index.md @@ -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 diff --git a/content/v2.0/reference/cli/influx/pkg/stack/init.md b/content/v2.0/reference/cli/influx/pkg/stack/init.md index 033a22d34..51d8252ad 100644 --- a/content/v2.0/reference/cli/influx/pkg/stack/init.md +++ b/content/v2.0/reference/cli/influx/pkg/stack/init.md @@ -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 | |