Table of Contents

Interface IDeploymentTarget

Namespace
Dassie.Extensions
Assembly
dc.dll

Defines a target used by the 'dc deploy' command.

public interface IDeploymentTarget
Extension Methods

Properties

Name

The name of the deployment target.

string Name { get; }

Property Value

string

Methods

Execute(DeploymentContext)

The method called when the deployment target is executed.

int Execute(DeploymentContext context)

Parameters

context DeploymentContext

The context of the deployment.

Returns

int

An exit code indicating wheter the operation was successful.