composer-cli-compose - Man Page
Manage composes
Synopsis
composer-cli compose ... [flags]
Description
Manage composes on the server
The 'start' and 'start-ostree' commands can optionally upload the results,
view the full upload profile reference here:
https://osbuild.org/docs/user-guide/uploading-cloud-images/
Options
-h, --help[=false] help for compose
Options Inherited from Parent Commands
-a, --api=1 WELDR Server API Version to use
--cloudsocket="/run/cloudapi/api.socket" Path to the cloudapi server's socket file
-j, --json[=false] Output the raw JSON response instead of the normal output
--log="" Path to optional logfile
-s, --socket="/run/weldr/api.socket" Path to the WELDR API server's socket file
--test=0 Pass test mode to compose. 1=Mock compose with fail. 2=Mock compose with finished.
--timeout=240 Timeout to use for server communication. Set to 0 for no timeout
--weldr-only[=false] Only use the WELDR API; skip using the newer Cloud API
Example
TOML profile for uploading to AWS
provider = "aws"
[settings]
accessKeyID = "AWS_ACCESS_KEY_ID"
secretAccessKey = "AWS_SECRET_ACCESS_KEY"
bucket = "AWS_BUCKET"
region = "AWS_REGION"
key = "OBJECT_KEY"
TOML profile for uploading to GCP
provider = "gcp"
[settings]
bucket = "GCP_BUCKET"
region = "GCP_STORAGE_REGION"
object = "OBJECT_KEY"
credentials = "GCP_CREDENTIALS"
TOML profile for uploading to Azure
provider = "azure"
[settings]
storageAccount = "your storage account name"
storageAccessKey = "storage access key you copied in the Azure portal"
container = "your storage container name"See Also
composer-cli(1), composer-cli-compose-cancel(1), composer-cli-compose-delete(1), composer-cli-compose-image(1), composer-cli-compose-info(1), composer-cli-compose-list(1), composer-cli-compose-log(1), composer-cli-compose-logs(1), composer-cli-compose-metadata(1), composer-cli-compose-results(1), composer-cli-compose-start(1), composer-cli-compose-start-ostree(1), composer-cli-compose-status(1), composer-cli-compose-types(1), composer-cli-compose-wait(1)
History
15-Oct-2025 Auto generated by spf13/cobra
Referenced By
composer-cli(1), composer-cli-compose-cancel(1), composer-cli-compose-delete(1), composer-cli-compose-image(1), composer-cli-compose-info(1), composer-cli-compose-list(1), composer-cli-compose-log(1), composer-cli-compose-logs(1), composer-cli-compose-metadata(1), composer-cli-compose-results(1), composer-cli-compose-start(1), composer-cli-compose-start-ostree(1), composer-cli-compose-status(1), composer-cli-compose-types(1), composer-cli-compose-wait(1).