Openshift aliases

Cake.Openshift addin

Contains functionality related to running openshift cli commands.

In order to use the commands for this alias, include the following in your build.cake file to download and install from NuGet.org, or specify the ToolPath within the OpenshiftSettings class:

#tool "nuget:?package=Openshift"

Build

OpenshiftDelete(OpenshiftDeleterSettings)
Alias from Cake.Openshift addin
Deletes an openshift resource.
OpenshiftStartBuild(string, OpenshiftBuildStarterSettings)
Alias from Cake.Openshift addin
Starts a new openshift build for the provided build config with additional options.
OpenshiftStartBuild(string)
Alias from Cake.Openshift addin
Starts a new openshift build for the provided build config.

Login

OpenshiftLogin(string, string)
Alias from Cake.Openshift addin
Logins to Openshift using username and password.
OpenshiftLogin(string)
Alias from Cake.Openshift addin
Logins to Openshift using Bearer token.