BuildahAliases.

BuildahCustomCommand(ICakeContext, 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, 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.