1EUCA-UNBUNDLE-STREAM(1) User Commands EUCA-UNBUNDLE-STREAM(1)
2
3
4
6 euca-unbundle-stream - Recreate an image solely from its combined bun‐
7 dled parts without using a manifest
8
10 euca-unbundle-stream [-i FILE] [-o FILE] --enc-key HEX --enc-iv HEX
11
12 [--image-size BYTES] [--sha1-digest HEX]
13 [--progress | --no-progress] [--region USER@REGION] [--debug]
14 [--debugger] [--version] [-h]
15
17 Recreate an image solely from its combined bundled parts without using
18 a manifest
19
21 Usually one would want to use euca-unbundle instead.
22
23 optional arguments:
24 -i FILE
25 file to read the bundle from (default: stdin)
26
27 -o FILE
28 file to write the unbundled image to (default: stdout)
29
30 --enc-key HEX
31 the symmetric key used to encrypt the bundle (required)
32
33 --enc-iv HEX
34 the initialization vector used to encrypt the bundle (required)
35
36 --image-size BYTES
37 verify the unbundled image is a certain size
38
39 --sha1-digest HEX
40 verify the image's contents against a SHA1 digest from its mani‐
41 fest file
42
43 --progress
44 show progress (the default when run interactively)
45
46 --no-progress
47 do not show progress (the default when run noninteractively)
48
49 --region USER@REGION
50 region and/or user names to search when looking up config file
51 data
52
53 --debug
54 show debugging output
55
56 --debugger
57 launch interactive debugger on error
58
59 --version
60 show the program's version and exit
61
62 -h, --help
63 show this help message and exit
64
65
66
67euca2ools 3.4 December 2016 EUCA-UNBUNDLE-STREAM(1)