From 09d07b5ccfcd4244693eb80ccc2c734cbd95686c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 29 Jun 2020 14:35:34 -0600 Subject: [PATCH] added export-file flag to influx stacks update cmd --- content/v2.0/reference/cli/influx/stacks/update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/v2.0/reference/cli/influx/stacks/update.md b/content/v2.0/reference/cli/influx/stacks/update.md index c17be3366..26e342d48 100644 --- a/content/v2.0/reference/cli/influx/stacks/update.md +++ b/content/v2.0/reference/cli/influx/stacks/update.md @@ -20,6 +20,7 @@ influx stacks update [flags] | Flag | | Description | Input type | {{< cli/mapped >}} | |:---- |:--- |:----------- |:----------: |:------------------ | | | `--addResource` | Associate an existing resource with a stack | string | | +| `-f` | `--export-file` | Destination for exported template | string | | | `-h` | `--help` | Help for the `update` command | | | | | `--hide-headers` | Hide table headers (default `false`) | | `INFLUX_HIDE_HEADERS` | | | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | `INFLUX_HOST` |