Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

Options

Functions and values

Function or valueDescription
lift f x
Signature: f:(Options -> Options) -> x:^a -> ^a
Type parameters: ^a
withAdditionalArgs args x
Signature: args:seq<string> -> x:^?15544 -> ^?15544
Type parameters: ^?15544

Sets custom command-line arguments expressed as a sequence of strings. This function overwrites and gets overwritten by withCustomParams.

withCustomParams args x
Signature: args:string option -> x:^?15542 -> ^?15542
Type parameters: ^?15542
withDiagnostics diag x
Signature: diag:bool -> x:^?15538 -> ^?15538
Type parameters: ^?15538
withDotNetCliPath path x
Signature: path:string -> x:^?15546 -> ^?15546
Type parameters: ^?15546
withEnvironment map x
Signature: map:Map<string,string> -> x:^?15530 -> ^?15530
Type parameters: ^?15530
withRedirectedOutput shouldPrint x
Signature: shouldPrint:bool -> x:^?15534 -> ^?15534
Type parameters: ^?15534
withRedirectOutput shouldRedirect x
Signature: shouldRedirect:bool -> x:^?15532 -> ^?15532
Type parameters: ^?15532
withVerbosity verb x
Signature: verb:Verbosity option -> x:^?15540 -> ^?15540
Type parameters: ^?15540
withWorkingDirectory wd x
Signature: wd:string -> x:^?15536 -> ^?15536
Type parameters: ^?15536