1EUCA-DOWNLOAD-AND-UNBUNDLE(1) User Commands EUCA-DOWNLOAD-AND-UNBUNDLE(1)
2
3
4
6 euca-download-and-unbundle - Download and unbundle a bundled image from
7 the cloud
8
10 euca-download-and-unbundle [-d (FILE | DIR)] [-k PRIVATEKEY]
11
12 [--progress | --no-progress] -b
13 BUCKET[/PREFIX] (-m MANIFEST | -p MANIFEST | --local-manifest
14 FILE) [-U URL] [--region USER@REGION] [-I KEY_ID] [-S KEY]
15 [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
16
18 Download and unbundle a bundled image from the cloud
19
21 The key used to unbundle the image must match a certificate that was
22 used to bundle it.
23
24 optional arguments:
25 -d (FILE | DIR), --destination (FILE | DIR)
26 where to place the unbundled image (default: current directory)
27
28 -k PRIVATEKEY, --privatekey PRIVATEKEY
29 file containing the private key to decrypt the bundle with. This
30 must match a certificate used when bundling the image.
31
32 --progress
33 show progress (the default when run interactively)
34
35 --no-progress
36 do not show progress (the default when run noninteractively)
37
38 -b BUCKET[/PREFIX], --bucket BUCKET[/PREFIX]
39 the bucket that contains the bundle, with an optional path pre‐
40 fix (required)
41
42 -m MANIFEST, --manifest MANIFEST
43 the manifest's complete file name, not including any path that
44 may be specified using -b
45
46 -p MANIFEST, --prefix MANIFEST
47 the portion of the manifest's file name that precedes ".mani‐
48 fest.xml"
49
50 --local-manifest FILE
51 use a manifest on disk and ignore any that appear on the server
52
53 -U URL, --url URL
54 object storage service endpoint URL
55
56 --region USER@REGION
57 region and/or user names to search when looking up config file
58 data
59
60 -I KEY_ID, --access-key-id KEY_ID
61
62 -S KEY, --secret-key KEY
63
64 --security-token TOKEN
65
66 --debug
67 show debugging output
68
69 --debugger
70 launch interactive debugger on error
71
72 --version
73 show the program's version and exit
74
75 -h, --help
76 show this help message and exit
77
78
79
80euca2ools 3.4 December 2016 EUCA-DOWNLOAD-AND-UNBUNDLE(1)