FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Choco.ChocoPushParams Type

The choco push parameter type.

Record fields

Record Field Description

AdditionalArgs

Full Usage: AdditionalArgs

Field type: string

A character string containing additional arguments to give to choco.

Field type: string

ApiKey

Full Usage: ApiKey

Field type: 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 --apikey option.

Field type: string

Force

Full Usage: Force

Field type: 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 false. Equivalent to the --force option.

Field type: bool

NonInteractive

Full Usage: NonInteractive

Field type: bool

Do not prompt for user input or confirmations. Default true. Equivalent to the -y option.

Field type: bool

Source

Full Usage: Source

Field type: string

The source we are pushing the package to. Default: "https://chocolatey.org/" Equivalent to the --source option.

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan

The choco execution timeout.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The location of the choco executable. Automatically found if null or empty.

Field type: string