Workflow Compose

Docker compose workflow operations including lifecycle management and monitoring

Usage

Terminal
dxflow workflow compose

Subcommands

CommandDescriptionHelp
listList workflowsdxflow compose list --help
createCreate workflowdxflow compose create --help
containersList containersdxflow compose containers --help
eventsStream eventsdxflow compose events --help
logsView logsdxflow compose logs --help
startStart workflowdxflow compose start --help
stopStop workflowdxflow compose stop --help
pausePause containersdxflow compose pause --help
unpauseResume containersdxflow compose unpause --help
executeRun commanddxflow compose execute --help
killForce stopdxflow compose kill --help
removeDelete workflowdxflow compose remove --help