Cake.Openshift addin
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.
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 Alias from Cake.Openshift addin |
Deletes an openshift resource. |
OpenshiftStartBuild Alias from Cake.Openshift addin |
Starts a new openshift build for the provided build config with additional options. |
OpenshiftStartBuild Alias from Cake.Openshift addin |
Starts a new openshift build for the provided build config. |
Login
OpenshiftLogin Alias from Cake.Openshift addin |
Logins to Openshift using username and password. |
OpenshiftLogin Alias from Cake.Openshift addin |
Logins to Openshift using Bearer token. |