Skip to content

kraft cloud compose

Mange deployments KraftCloud.

kraft cloud compose

Examples

# Start the current KraftCloud deployment.
$ kraft cloud compose up
# Stop the current KraftCloud deployment.
$ kraft cloud compose down
# List the services in a KraftCloud deployment.
$ kraft cloud compose ps
# Build a KraftCloud deployment service.
$ kraft cloud compose build nginx
# Create a service image from a KraftCloud deployment.
$ kraft cloud compose create
# Push a KraftCloud deployment service.
$ kraft cloud compose push nginx
# Log a KraftCloud deployment service.
$ kraft cloud compose log nginx

Options

--file string Set the Compose file.
-h, --help help for compose

Options inherited from parent commands

--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

Aliases

The kraft cloud compose command can also be run as:

comp

See Also