This is part of the Fake.Windows.Chocolatey module.
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 |
Force
Signature: bool
|
Force - force the behavior. Do not use force during normal operation -
it subverts some of the smart behavior for commands. Maybe used for pushing
packages ot insecure private feeds. Default |
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. |