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.Openshift.
Summary
Runs the openshift cli command using the specified settings and arguments.
- Assembly
- Cake
.Openshift .dll - Namespace
- Cake
.Openshift - Containing Type
- OpenshiftTool
<TSettings>
Syntax
protected void RunCommand(TSettings settings, ProcessArgumentBuilder builder)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
builder | Process |
The arguments. |
Return Value
Type | Description |
---|---|
void |