BuildahAliases.

BuildahCustomCommand(ICakeContext, BuildahCustomCommandSettings, string) Method

Summary

Run a custom Buildah command.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

Syntax

public static IEnumerable<string> BuildahCustomCommand(this ICakeContext context, BuildahCustomCommandSettings settings, string command)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings BuildahCustomCommandSettings The settings.
command string The custom command.

Return Value

Type Description
IEnumerable<string> A list of strings.