1EUFORM-UPDATE-STACK(1) User Commands EUFORM-UPDATE-STACK(1)
2
3
4
6 euform-update-stack - Update a stack's template, parameters, or capa‐
7 bilities
8
10 euform-update-stack [--template-file FILE | --template-url URL]
11
12 [--capabilities CAP[,...]] [-p KEY=VALUE]
13 [--tag KEY[=VALUE] | --delete-tags] [--show-empty-fields] [-U
14 URL] [--region USER@REGION] [-I KEY_ID] [-S KEY] [--secu‐
15 rity-token TOKEN] [--debug] [--debugger] [--version] [-h] STACK
16
18 Update a stack's template, parameters, or capabilities
19
20 positional arguments:
21 STACK name of the stack to update (required)
22
23 optional arguments:
24 --template-file FILE
25 file containing a new JSON template for the stack
26
27 --template-url URL
28 URL pointing to a new JSON template for the stack
29
30 --capabilities CAP[,...]
31 capabilities needed to update the stack
32
33 -p KEY=VALUE, --parameter KEY=VALUE
34 key and value of the parameters to use with the stack's tem‐
35 plate, separated by an "=" character
36
37 --tag KEY[=VALUE]
38 key and optional value of a tag to add, separated by an "="
39 character. If no value is given the tag's value is set to an
40 empty string.
41
42 --delete-tags
43 remove all tags associated with the stack
44
45 --show-empty-fields
46 show empty values as "(nil)"
47
48 -U URL, --url URL
49 deployment templating service endpoint URL
50
51 --region USER@REGION
52 region and/or user names to search when looking up config file
53 data
54
55 -I KEY_ID, --access-key-id KEY_ID
56
57 -S KEY, --secret-key KEY
58
59 --security-token TOKEN
60
61 --debug
62 show debugging output
63
64 --debugger
65 launch interactive debugger on error
66
67 --version
68 show the program's version and exit
69
70 -h, --help
71 show this help message and exit
72
73
74
75euca2ools 3.4 December 2016 EUFORM-UPDATE-STACK(1)