Update init.md (#4349)
update command examples. Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/4359/head
parent
bc448fd68d
commit
a07fac61e0
|
@ -43,11 +43,11 @@ influx stacks init [flags]
|
|||
##### Initialize a stack with a name and description
|
||||
|
||||
```sh
|
||||
influx stack init -n "Example Stack" -d "InfluxDB stack for monitoring some awesome stuff"
|
||||
influx stacks init -n "Example Stack" -d "InfluxDB stack for monitoring some awesome stuff"
|
||||
```
|
||||
|
||||
##### Initialize a stack with a name and URLs to associate with the stack
|
||||
|
||||
```sh
|
||||
influx stack init -n "Example Stack" -u https://example.com/template-1.yml
|
||||
influx stacks init -n "Example Stack" -u https://example.com/template-1.yml
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue