Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
3.5. Basic Image Builder command-line commands
The Image Builder command-line interface offers the following sub-commands.
Blueprint manipulation
- List all available blueprints
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli blueprints list
# composer-cli blueprints list
- Show a blueprint contents in the TOML format
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli blueprints show BLUEPRINT-NAME
# composer-cli blueprints show BLUEPRINT-NAME
- Save (export) blueprint contents in the TOML format into a file BLUEPRINT-NAME.toml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli blueprints save BLUEPRINT-NAME
# composer-cli blueprints save BLUEPRINT-NAME
- Remove a blueprint
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli blueprints delete BLUEPRINT-NAME
# composer-cli blueprints delete BLUEPRINT-NAME
- Push (import) a blueprint file in the TOML format into Image Builder
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli blueprints push BLUEPRINT-NAME
# composer-cli blueprints push BLUEPRINT-NAME
Composing images from blueprints
- Start a compose
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose start BLUEPRINT COMPOSE-TYPE
# composer-cli compose start BLUEPRINT COMPOSE-TYPE
Replace BLUEPRINT with name of the blueprint to build and COMPOSE-TYPE with the output image type.- List all composes
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose list
# composer-cli compose list
- Cancel a running compose
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose cancel COMPOSE-UUID
# composer-cli compose cancel COMPOSE-UUID
- Delete a finished compose
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose delete COMPOSE-UUID
# composer-cli compose delete COMPOSE-UUID
- Show detailed information about a compose
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose info COMPOSE-UUID
# composer-cli compose info COMPOSE-UUID
- Download image file of a compose
Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose image COMPOSE-UUID
# composer-cli compose image COMPOSE-UUID
Related information
- The
composer-cli(1)
manual page provides a full list of the available sub-commands and options:Copy to Clipboard Copied! Toggle word wrap Toggle overflow man composer-cli
$ man composer-cli
- The
composer-cli
tool provides help on the sub-commands and options:Copy to Clipboard Copied! Toggle word wrap Toggle overflow composer-cli compose list
# composer-cli compose list