Cake addin that extends Cake with IIS support.
#addin nuget:?package=Cake.IIS&version=1.0.0
dotnet add package Cake.IIS --version 1.0.0
<PackageReference Include="Cake.IIS" Version="1.0.0" />
Aliases
Contains aliases for working with IIS web sites.
General
AddBinding |
Add site binding to local IIS. |
AddBinding |
Add site binding to remote IIS. |
AddServer |
Add a server to a web farm on remote IIS. |
AddServer |
Add a server to a web farm on remote IIS. |
AddServer |
Add a server to a web farm on local IIS. |
AddServer |
Add a server to a web farm on local IIS. |
AddSiteApplication |
Adds site application to local IIS. |
AddSiteApplication |
Adds site application to remote IIS. |
Add |
Adds site virtual directory to remote IIS. |
Add |
Adds site virtual directory to local IIS. |
BringServerOnline |
Sets server to Online in a web farm on remote IIS. |
BringServerOnline |
Sets server to Online in a web farm on local IIS. |
CreateFtpsite |
Creates new FTP site on local IIS. |
CreateFtpsite |
Creates new FTP site on remote IIS. |
CreatePool |
Creates application pool on local IIS. |
CreatePool |
Creates application pool on remote IIS. |
CreateRewriteRule |
Creates a rewrite rule on local IIS. |
CreateRewriteRule |
Creates a rewrite rule on remote IIS. |
CreateWebFarm |
Creates a web farm on remote IIS. |
CreateWebFarm |
Creates a web farm on local IIS. |
CreateWebsite |
Creates new web site on remote IIS. |
CreateWebsite |
Creates new web site on local IIS. |
DeletePool |
Deletes application pool from remote IIS. |
DeletePool |
Deletes application pool from local IIS. |
DeleteRewriteRule |
Deletes a rewrite rule from remote IIS. |
DeleteRewriteRule |
Deletes a rewrite rule from local IIS. |
DeleteSite |
Deletes site from remote IIS. |
DeleteSite |
Deletes site from local IIS. |
DeleteWebFarm |
Deletes a web farm from remote IIS. |
DeleteWebFarm |
Deletes a web farm from local IIS. |
GetServerIsHealthy |
Gets if server is healthy in a web farm on remote IIS. |
GetServerIsHealthy |
Gets if server is healthy in a web farm on local IIS. |
GetServerState |
Gets server state in a web farm on remote IIS. |
GetServerState |
Gets server state in a web farm on local IIS. |
PoolExists |
Checks if application pool exists on remote IIS. |
PoolExists |
Checks if application pool exists on local IIS. |
RecyclePool |
Recycles application pool on remote IIS. |
RecyclePool |
Recycles application pool on local IIS. |
RemoveBinding |
Removes site binding from local IIS. |
RemoveBinding |
Removes site binding from remote IIS. |
RemoveServer |
Remove a server from a web farm on remote IIS. |
RemoveServer |
Remove a server to from web farm on local IIS. |
Remove |
Removes site application from local IIS. |
Remove |
Removes site application from remote IIS. |
Remove |
Removes site virtual directory from remote IIS. |
Remove |
Removes site virtual directory from local IIS. |
RestartPool |
Restarts application pool on remote IIS. |
RestartPool |
Restarts application pool on local IIS. |
RestartSite |
Restarts site on remote IIS. |
RestartSite |
Restarts site on local IIS. |
RuleExists |
Checks if rule exists on remote IIS. |
RuleExists |
Checks if rule exists on local IIS. |
ServerExists |
Checks if server exists in a web farm on remote IIS. |
ServerExists |
Checks if server exists in a web farm on local IIS. |
Set |
Set the configuration for an application. |
Set |
Set the configuration for an application. |
Set |
Set the configuration for a host. |
Set |
Set the configuration for a host. |
SetServerAvailable |
Sets server to available in a web farm on remote IIS. |
SetServerAvailable |
Sets server to available in a web farm on local IIS. |
SetServerHealthy |
Sets server to healthy in a web farm on remote IIS. |
SetServerHealthy |
Sets server to healthy in a web farm on local IIS. |
SetServerUnavailable |
Sets server to unavailable immediately in a web farm on remote IIS. |
SetServerUnavailable |
Sets server to unavailable immediately in a web farm on local IIS. |
Set |
Sets server to unavailable gracefully in a web farm on remote IIS. |
Set |
Sets server to unavailable gracefully in a web farm on local IIS. |
Set |
Sets server to unavailable immediately in a web farm on remote IIS. |
Set |
Sets server to unavailable immediately in a web farm on local IIS. |
SetServerUnhealthy |
Sets server to unhealthy in a web farm on remote IIS. |
SetServerUnhealthy |
Sets server to unhealthy in a web farm on local IIS. |
Set |
Set the configuration for a site. |
Set |
Set the configuration for a site. |
Site |
Checks if site application exists in local IIS. |
Site |
Checks if site application exists in remote IIS. |
SiteExists |
Checks if site exists on remote IIS. |
SiteExists |
Checks if site exists on local IIS. |
Site |
Checks if site virtual directory exists in remote IIS. |
StartPool |
Starts application pool on remote IIS. |
StartPool |
Starts application pool on local IIS. |
StartSite |
Starts site on remote IIS. |
StartSite |
Starts site on local IIS. |
StopPool |
Stops application pool on remote IIS. |
StopPool |
Stops application pool on local IIS. |
StopSite |
Stops site on remote IIS. |
StopSite |
Stops site on local IIS. |
TakeServerOffline |
Sets server to Offline in a web farm on remote IIS. |
TakeServerOffline |
Sets server to Offline in a web farm on local IIS. |
WebFarmExists |
Checks if web farm exists on remote IIS. |
WebFarmExists |
Checks if web farm exists on local IIS. |