Publish executes the equivalent to a `compose publish`
(ctx context.Context, project *types.Project, repository string, options PublishOptions)
| 129 | Port(ctx context.Context, projectName string, service string, port uint16, options PortOptions) (string, int, error) |
| 130 | // Publish executes the equivalent to a `compose publish` |
| 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 |
no outgoing calls
no test coverage detected