1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-compose-start-ostree - Start an ostree compose using the
7 selected blueprint and output type
8
9
10
12 composer-cli compose start-ostree BLUEPRINT TYPE [IMAGE-NAME PRO‐
13 FILE.TOML] [flags]
14
15
16
18 Start an ostree compose using the selected blueprint and output type.
19 Optionally start an upload.
20 --size is supported by osbuild-composer, and is in MiB.
21
22
23 The full details of the start-ostree command can be viewed here:
24 https://www.osbuild.org/guides/user-guide/building-ostree-images.html
25
26
27
29 -h, --help[=false] help for start-ostree
30
31
32 --parent="" OSTree parent
33
34
35 --ref="" OSTree reference
36
37
38 --size=0 Size of image in MiB
39
40
41 --url="" OSTree url
42
43
44
46 -a, --api=1 Server API Version to use
47
48
49 -j, --json[=false] Output the raw JSON response instead of the
50 normal output
51
52
53 --log="" Path to optional logfile
54
55
56 -s, --socket="/run/weldr/api.socket" Path to the server's socket
57 file
58
59
60 --test=0 Pass test mode to compose. 1=Mock compose with fail.
61 2=Mock compose with finished.
62
63
64 --timeout=240 Timeout to use for server communication. Set to 0
65 for no timeout
66
67
68
70 composer-cli compose start-ostree tmux-image fedora-iot-container
71 composer-cli compose start-ostree tmux-image fedora-iot-container iot-name upload.toml
72 composer-cli compose start-ostree --ref "rhel/edge/example" tmux-image fedora-iot-container
73 composer-cli compose start-ostree --ref "rhel/edge/example" --url http://10.0.2.2:8080/repo/ empty fedora-iot-installer
74
75
76
77
79 composer-cli-compose(1)
80
81
82
84 21-Jan-2023 Auto generated by spf13/cobra
85
86
87
88composer-cli Jan 2023 COMPOSER-CLI(1)