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
Run a custom Buildah command.
Syntax
public static IEnumerable<string> BuildahCustomCommand(this ICakeContext context, string command)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
command |
string |
The custom command. |
Return Value
Type |
Description |
IEnumerable<string> |
A list of strings. |