Push executes the equivalent to a `compose push`
(ctx context.Context, project *types.Project, options PushOptions)
| 85 | Build(ctx context.Context, project *types.Project, options BuildOptions) error |
| 86 | // Push executes the equivalent to a `compose push` |
| 87 | Push(ctx context.Context, project *types.Project, options PushOptions) error |
| 88 | // Pull executes the equivalent of a `compose pull` |
| 89 | Pull(ctx context.Context, project *types.Project, options PullOptions) error |
| 90 | // Create executes the equivalent to a `compose create` |
no outgoing calls
no test coverage detected