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.Npx.
Syntax
public static void Npx(this ICakeContext context, string command, Action<NpxSettings> configureSettings, out string[] redirectedStandardOutput)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
command |
string |
|
configureSettings |
Action<NpxSettings> |
|
redirectedStandardOutput |
string[] |
|
Return Value