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
Logout from a Buildah registry.
If no server is specified, the Buildah engine default is used.
Syntax
public static void BuildahLogout(this ICakeContext context, string server = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
server |
string |
The server. |
Return Value