(ctx context.Context, filePaths []string, serviceName string, options RunOptions)
| 57 | Remove(ctx context.Context, projectName string, filePaths []string, options RemoveOptions) error |
| 58 | Pull(ctx context.Context, filePaths []string, options Options) error |
| 59 | Run(ctx context.Context, filePaths []string, serviceName string, options RunOptions) error |
| 60 | Validate(ctx context.Context, filePaths []string, options Options) error |
| 61 | WaitForStatus(ctx context.Context, name string, status Status) WaitResult |
| 62 | Config(ctx context.Context, filePaths []string, options Options) ([]byte, error) |
no outgoing calls