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.Netlify.
Summary
Contains functionality related to manage netlify sites using https://www.netlify.com/docs/cli/"
In order to use the commands for this alias, the netlify-cli will need to be installed on the machine where the Cake script is being executed. This is typically achieved by installing the npm module.
- Assembly
- Cake
.Netlify .dll - Namespace
- Cake
.Netlify - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["NetlifyAliases"]
class Type type-node
Syntax
public static class NetlifyAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
NetlifyDeploy |
void |
Deploys directory to Netlify using the specified directory and settings.
static
|
NetlifyDeploy |
void |
Deploys directory to Netlify using the specified directory, site id, and token.
static
|
NetlifyDeploy |
void |
Deploys the directory to Netlify using the current working directory, site id, and token.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|