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
Deploys the directory to Netlify using the current working directory, site id, and token.
Syntax
public static void NetlifyDeploy(this ICakeContext context, string siteId, string token)
Examples
NetlifyDeploy("my-site-id", "my-api-token");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
siteId |
string |
The site id. |
token |
string |
The api token. |
Return Value