1EUFORM-CREATE-STACK(1)           User Commands          EUFORM-CREATE-STACK(1)
2
3
4

NAME

6       euform-create-stack - Create a new stack
7

SYNOPSIS

9       euform-create-stack (--template-file FILE | --template-url URL) [-d]
10
11       [-n ARN[,...]] [--capabilities CAP[,...]]
12              [-p     KEY=VALUE]     [-t    MINUTES]    [--tag    KEY[=VALUE]]
13              [--show-empty-fields]  [-U  URL]  [--region   USER@REGION]   [-I
14              KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
15              [--version] [-h] STACK
16

DESCRIPTION

18       Create a new stack
19
20   positional arguments:
21       STACK  name of the new stack (required)
22
23   optional arguments:
24       --template-file FILE
25              file containing the new stack's JSON template
26
27       --template-url URL
28              URL pointing to the new stack's JSON template
29
30       -d, --disable-rollback
31              disable rollback on failure
32
33       -n ARN[,...], --notification-arns ARN[,...]
34              SNS ARNs to publish stack actions to
35
36       --capabilities CAP[,...]
37              capabilities needed to create the stack
38
39       -p KEY=VALUE, --parameter KEY=VALUE
40              key and value of the parameters to use with the new stack's tem‐
41              plate, separated by an "=" character
42
43       -t MINUTES, --timeout MINUTES
44              timeout for stack creation
45
46       --tag KEY[=VALUE]
47              key and optional value of the tag to create, separated by an "="
48              character. If no value is given the tag's value  is  set  to  an
49              empty string.
50
51       --show-empty-fields
52              show empty values as "(nil)"
53
54       -U URL, --url URL
55              deployment templating service endpoint URL
56
57       --region USER@REGION
58              region  and/or  user names to search when looking up config file
59              data
60
61       -I KEY_ID, --access-key-id KEY_ID
62
63       -S KEY, --secret-key KEY
64
65       --security-token TOKEN
66
67       --debug
68              show debugging output
69
70       --debugger
71              launch interactive debugger on error
72
73       --version
74              show the program's version and exit
75
76       -h, --help
77              show this help message and exit
78
79
80
81euca2ools 3.4                    December 2016          EUFORM-CREATE-STACK(1)
Impressum