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:^?14904 -> ^?14904
Type parameters: ^?14904

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:^?14902 -> ^?14902
Type parameters: ^?14902
withDiagnostics diag x
Signature: diag:bool -> x:^?14898 -> ^?14898
Type parameters: ^?14898
withDotNetCliPath path x
Signature: path:string -> x:^?14906 -> ^?14906
Type parameters: ^?14906
withEnvironment map x
Signature: map:Map<string,string> -> x:^?14890 -> ^?14890
Type parameters: ^?14890
withRedirectedOutput shouldPrint x
Signature: shouldPrint:bool -> x:^?14894 -> ^?14894
Type parameters: ^?14894
withRedirectOutput shouldRedirect x
Signature: shouldRedirect:bool -> x:^?14892 -> ^?14892
Type parameters: ^?14892
withVerbosity verb x
Signature: verb:Verbosity option -> x:^?14900 -> ^?14900
Type parameters: ^?14900
withWorkingDirectory wd x
Signature: wd:string -> x:^?14896 -> ^?14896
Type parameters: ^?14896