Update init.md (#4349)

update command examples.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/4359/head
Adam 2 2022-08-18 08:55:17 -07:00 committed by GitHub
parent bc448fd68d
commit a07fac61e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```