Images executes the equivalent of a `compose images`
(ctx context.Context, projectName string, options ImagesOptions)
| 131 | Publish(ctx context.Context, project *types.Project, repository string, options PublishOptions) error |
| 132 | // Images executes the equivalent of a `compose images` |
| 133 | Images(ctx context.Context, projectName string, options ImagesOptions) (map[string]ImageSummary, error) |
| 134 | // Watch services' development context and sync/notify/rebuild/restart on changes |
| 135 | Watch(ctx context.Context, project *types.Project, options WatchOptions) error |
| 136 | // Viz generates a graphviz graph of the project services |
no outgoing calls