Viz generates a graphviz graph of the project services
(ctx context.Context, project *types.Project, options VizOptions)
| 135 | Watch(ctx context.Context, project *types.Project, options WatchOptions) error |
| 136 | // Viz generates a graphviz graph of the project services |
| 137 | Viz(ctx context.Context, project *types.Project, options VizOptions) (string, error) |
| 138 | // Wait blocks until at least one of the services' container exits |
| 139 | Wait(ctx context.Context, projectName string, options WaitOptions) (int64, error) |
| 140 | // Scale manages numbers of container instances running per service |
no outgoing calls