OBSOLETE
FAKE0001 Use the Fake.Tools.Octo module instead
OctoTools
Contains tasks which can be used for automated deployment via Octopus Deploy. There is also a tutorial about the Octopus deployment helper available.
Nested types and modules
Type | Description |
CreateReleaseOptions |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Options for creating a new release |
DeleteReleaseOptions |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Options for deleting a range of releases in a project |
DeployReleaseOptions |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Options for deploying a release to an environment |
OctoCommand |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Option type for selecting one command |
OctoParams |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Complete Octo.exe CLI params |
OctoServerOptions |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Octo.exe server options |
PushOptions |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead |
Functions and values
Function or value | Description |
commandLine(command)
Signature: command:OctoCommand -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Maps a command to string input for the octopus tools cli. |
deleteOptions
Signature: DeleteReleaseOptions
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Default options for 'DeleteReleases' |
deployOptions
Signature: DeployReleaseOptions
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Default options for 'DeployRelease' |
Octo(setParams)
Signature: setParams:(OctoParams -> OctoParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead This task calls the Octo.exe CLI. See Octopus-Tools for more details. Parameters
|
octoParams
Signature: OctoParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Default parameters to call octo.exe. |
releaseOptions
Signature: CreateReleaseOptions
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Default options for 'CreateRelease' |
serverCommandLineForTracing(opts)
Signature: opts:OctoServerOptions -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead |
serverOptions
Signature: OctoServerOptions
Attributes: [<Obsolete("FAKE0001 Use the Fake.Tools.Octo module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Tools.Octo module instead Default server options. |