Workflow Compose
Docker compose workflow operations including lifecycle management and monitoring
Usage
Terminal
dxflow workflow compose
Subcommands
Command | Description | Help |
---|---|---|
list | List workflows | dxflow compose list --help |
create | Create workflow | dxflow compose create --help |
containers | List containers | dxflow compose containers --help |
events | Stream events | dxflow compose events --help |
logs | View logs | dxflow compose logs --help |
start | Start workflow | dxflow compose start --help |
stop | Stop workflow | dxflow compose stop --help |
pause | Pause containers | dxflow compose pause --help |
unpause | Resume containers | dxflow compose unpause --help |
execute | Run command | dxflow compose execute --help |
kill | Force stop | dxflow compose kill --help |
remove | Delete workflow | dxflow compose remove --help |