Skip to content

Command Line Tools

wheels deploy app

App container lifecycle. Every verb targets containers labelled with the current service, optionally filtered by --role.

VerbPurpose
bootdocker run new containers for the given version.
startdocker start existing stopped containers.
stopdocker stop running containers.
detailsdocker inspect for the given version’s containers.
containersdocker ps filtered by service label.
imagesdocker images for the app image.
logsdocker logs across every host.
liveClear the maintenance marker file.
maintenanceWrite the maintenance marker file.
removeStop + remove containers for the given version.
FlagDescription
--release=<v>Required for boot/start/stop/details/live/maintenance/remove.
--role=<name>Limit to one role. Default: all roles.
--destination=<name>Overlay destination config.
--dry-runPrint commands without executing.