Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ChocoPushParams
The choco push parameter type.
Record Fields
Record Field | Description |
AdditionalArgs
Signature: string
|
A character string containing additional arguments to give to choco. |
ApiKey
Signature: string
|
The api key for the source. If not specified (and not local file source), does a lookup.
If not specified and one is not found for an https source, push will fail.
Equivalent to the |
NonInteractive
Signature: bool
|
Do not prompt for user input or confirmations. Default |
Source
Signature: string
|
The source we are pushing the package to. Default: "https://chocolatey.org/"
Equivalent to the |
Timeout
Signature: TimeSpan
|
The choco execution timeout. |
ToolPath
Signature: string
|
The location of the choco executable. Automatically found if null or empty. |