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, ProcessArgumentBuilder arguments, Action<NpxSettings> configureSettings, out string[] redirectedStandardOutput)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
command |
string |
|
arguments |
ProcessArgumentBuilder |
|
configureSettings |
Action<NpxSettings> |
|
redirectedStandardOutput |
string[] |
|
Return Value