1EUCA-GENERATE-ENVIRONMENT-CONFIG(1U)ser CommanEdUsCA-GENERATE-ENVIRONMENT-CONFIG(1)
2
3
4
6 euca-generate-environment-config - Read environment variables and
7 euca2ools.ini(5) files to discover the service URLs and credentials for
8 a region, then output shellcode with the corresponding environment
9 variables for that information. This output will contain secret access
10 keys and should be treated with care.
11
13 euca-generate-environment-config [--simple] [-I KEY_ID] [-S KEY]
14
15 [--security-token TOKEN]
16 [--region USER@REGION] [--debug] [--debugger] [--version] [-h]
17
19 Read environment variables and euca2ools.ini(5) files to discover the
20 service URLs and credentials for a region, then output shellcode with
21 the corresponding environment variables for that information. This
22 output will contain secret access keys and should be treated with care.
23
24 optional arguments:
25 --simple
26 use a simpler output format intended for consumption by scripts
27
28 -I KEY_ID, --access-key-id KEY_ID
29
30 -S KEY, --secret-key KEY
31
32 --security-token TOKEN
33
34 --region USER@REGION
35 region and/or user names to search when looking up config file
36 data
37
38 --debug
39 show debugging output
40
41 --debugger
42 launch interactive debugger on error
43
44 --version
45 show the program's version and exit
46
47 -h, --help
48 show this help message and exit
49
50
51
52euca2ools 3.4 December 20E1U6CA-GENERATE-ENVIRONMENT-CONFIG(1)