class
Squarectl::Tasks::Compose
- Squarectl::Tasks::Compose
- Reference
- Object
Overview
Orchestration layer for the compose target: each class method maps a CLI
subcommand to a sequence of Task command calls, deciding the ordering of
side effects (e.g. .up creates SSL certs and networks first; .clean tears
them down after .down). The heavy lifting lives in Commands::*.
Defined in:
squarectl/tasks/compose.crClass Method Summary
- .build(task, args)
- .clean(task, args)
- .config(task, args)
- .cp(task, args)
- .down(task, args)
- .exec(task, args)
- .ps(task, args)
- .push(task, args)
- .setup(task, args)
- .start(task, args)
- .stop(task, args)
- .top(task, args)
- .up(task, args)