List all deployments.
()
| 589 | |
| 590 | @deploy.command(name="list") |
| 591 | def deploy_list() -> None: |
| 592 | """List all deployments.""" |
| 593 | deploy_cmd = DeployCommand() |
| 594 | deploy_cmd.list_crews() |
| 595 | |
| 596 | |
| 597 | @deploy.command(name="push") |
nothing calls this directly
no test coverage detected
searching dependent graphs…