MageAliases Class

Summary

Contains functionality related to the creation and editing of application and deployment manifests. using Mage (Manifest Generation and Editing Tool).

Assembly
Cake.Mage.dll
Namespace
Cake.Mage
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["MageAliases"] class Type type-node

Syntax

public static class MageAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
MageNewApplication(ICakeContext, NewApplicationSettings) void
Creates a new application manifest.
static
MageNewDeployment(ICakeContext, NewDeploymentSettings) void
Creates a new deployment manifest.
static
MageSign(ICakeContext, SignSettings) void
Signs an application or deployment.
static
MageUpdateApplication(ICakeContext, UpdateApplicationSettings) void
Makes one or more changes to an application manifest file.
static
MageUpdateDeployment(ICakeContext, UpdateDeploymentSettings) void
Makes one or more changes to a deployment manifest file.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin