1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-compose - Manage composes
7
8
9
11 composer-cli compose ... [flags]
12
13
14
16 Manage composes on the server
17
18
19 The 'start' and 'start-ostree' commands can optionally upload the re‐
20 sults,
21 view the full upload profile reference here:
22 https://www.osbuild.org/guides/user-guide/uploading-to-cloud.html
23
24
25
27 -h, --help[=false] help for compose
28
29
30
32 -a, --api=1 Server API Version to use
33
34
35 -j, --json[=false] Output the raw JSON response instead of the
36 normal output
37
38
39 --log="" Path to optional logfile
40
41
42 -s, --socket="/run/weldr/api.socket" Path to the server's socket
43 file
44
45
46 --test=0 Pass test mode to compose. 1=Mock compose with fail.
47 2=Mock compose with finished.
48
49
50 --timeout=240 Timeout to use for server communication. Set to 0
51 for no timeout
52
53
54
56 TOML profile for uploading to AWS
57
58 provider = "aws"
59
60 [settings]
61 accessKeyID = "AWS_ACCESS_KEY_ID"
62 secretAccessKey = "AWS_SECRET_ACCESS_KEY"
63 bucket = "AWS_BUCKET"
64 region = "AWS_REGION"
65 key = "OBJECT_KEY"
66
67 TOML profile for uploading to GCP
68
69 provider = "gcp"
70
71 [settings]
72 bucket = "GCP_BUCKET"
73 region = "GCP_STORAGE_REGION"
74 object = "OBJECT_KEY"
75 credentials = "GCP_CREDENTIALS"
76
77 TOML profile for uploading to Azure
78
79 provider = "azure"
80
81 [settings]
82 storageAccount = "your storage account name"
83 storageAccessKey = "storage access key you copied in the Azure portal"
84 container = "your storage container name"
85
86
87
88
89
91 composer-cli(1), composer-cli-compose-cancel(1), composer-cli-compose-
92 delete(1), composer-cli-compose-image(1), composer-cli-compose-info(1),
93 composer-cli-compose-list(1), composer-cli-compose-log(1), composer-
94 cli-compose-logs(1), composer-cli-compose-metadata(1), composer-cli-
95 compose-results(1), composer-cli-compose-start(1), composer-cli-com‐
96 pose-start-ostree(1), composer-cli-compose-status(1), composer-cli-com‐
97 pose-types(1)
98
99
100
102 22-Jul-2023 Auto generated by spf13/cobra
103
104
105
106composer-cli Jul 2023 COMPOSER-CLI(1)