This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Mage.
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 |
---|---|
Nullable |
|
NullableAttribute | |
Cake |
Methods
Name | Value | Summary |
---|---|---|
MageNewApplication |
void |
Creates a new application manifest.
static
|
MageNewDeployment |
void |
Creates a new deployment manifest.
static
|
MageSign |
void |
Signs an application or deployment.
static
|
Mage |
void |
Makes one or more changes to an application manifest file.
static
|
MageUpdateDeployment |
void |
Makes one or more changes to a deployment manifest file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|