Skip to content

Commit

Permalink
Add docs for euform-update-stack --tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed Mar 23, 2016
1 parent 95e0b56 commit 2ab1bce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions man/euform-update-stack.1
Expand Up @@ -6,6 +6,7 @@ euform-update-stack \- Update a stack with a new template
euform\-update\-stack (\fB\-\-template\-file\fR FILE | \fB\-\-template\-url\fR URL)
.TP
[\-\-capabilities CAP[,...]] [\-p KEY=VALUE]
[\-\-tag KEY[=VALUE] | \fB\-\-delete\-tags]\fR
[\-\-show\-empty\-fields] [\-U URL]
[\-\-region USER@REGION] [\-I KEY_ID] [\-S KEY]
[\-\-security\-token TOKEN] [\-\-debug] [\-\-debugger]
Expand All @@ -32,6 +33,14 @@ capabilities needed to update the stack
key and value of the parameters to use with the
stack's template, separated by an "=" character
.TP
\fB\-\-tag\fR KEY[=VALUE]
key and optional value of a tag to add, separated by
an "=" character. If no value is given the tag's value
is set to an empty string.
.TP
\fB\-\-delete\-tags\fR
remove all tags associated with the stack
.TP
\fB\-\-show\-empty\-fields\fR
show empty values as "(nil)"
.TP
Expand Down

0 comments on commit 2ab1bce

Please sign in to comment.