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

Octo.DeployReleaseOptions Type

Options for deploying a release to an environment

Record fields

Record Field Description

Channel

Full Usage: Channel

Field type: string option

Channel to use for the new release

Field type: string option

Common

Full Usage: Common

Field type: Options

Common parameters

Field type: Options

DeployTo

Full Usage: DeployTo

Field type: string

Environment to deploy to

Field type: string

DeploymentCheckSleepCycle

Full Usage: DeploymentCheckSleepCycle

Field type: TimeSpan option

Specifies how much time should elapse between deployment status checks (default: 10 seconds)

Field type: TimeSpan option

DeploymentTimeout

Full Usage: DeploymentTimeout

Field type: TimeSpan option

Specifies maximum time that deployment can take (default: 10 minutes)

Field type: TimeSpan option

Force

Full Usage: Force

Field type: bool

If a project is configured to skip packages with already-installed versions, override this setting to force re-deployment

Field type: bool

NoRawLog

Full Usage: NoRawLog

Field type: bool

Don't print the raw log of failed tasks

Field type: bool

Progress

Full Usage: Progress

Field type: bool

Show progress of the deployment. (Sets --waitfordeployment and --norawlog to true.)

Field type: bool

Project

Full Usage: Project

Field type: string

Name of the project

Field type: string

SpecificMachines

Full Usage: SpecificMachines

Field type: string option

A comma-separated list of machine names to target in the deployed environment. If not specified, all machines in the environment will be considered.

Field type: string option

Version

Full Usage: Version

Field type: string

Version number of the release to deploy; Specify "latest" for the latest release

Field type: string

WaitForDeployment

Full Usage: WaitForDeployment

Field type: bool

Whether to wait synchronously for deployment to finish

Field type: bool