This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
Summary
Runs given command using given settings and additional.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- GenericBuildahRunner
<TSettings>
Syntax
public void Run(string command, TSettings settings, string[] additional)
Parameters
Name | Type | Description |
---|---|---|
command | string | the command to run. |
settings | TSettings | The settings. |
additional | string[] | additional arguments. |
Return Value
Type | Description |
---|---|
void |