Zudoku
kraft cloud compose

kraft cloud compose build

Build a compose project

Code
kraft cloud compose build [FLAGS] [COMPONENT]

Examples

Code
# Build a compose project $ kraft cloud compose build # (If applicable) Set or override a runtime for a particular service $ kraft cloud compose build --runtime app=base:latest # Push the service images after a successful build $ kraft cloud compose build --push

Options

Code
-h, --help help for build --push Push the built service images --runtime strings Alternative runtime to use when packaging a service

Options inherited from parent commands

Code
--env-file string Set the environment file. --file string Set the Compose file. --metro string Unikraft Cloud metro location --token string Unikraft Cloud access token

Aliases

The kraft cloud compose build command can also be run as:

Code
b

See Also

Last modified on