Cake.Endpoint

Cake Addin that exends Cake with the ability to perform json based endpoint orchestration.

#addin nuget:?package=Cake.Endpoint&version=4.2.0

dotnet add package Cake.Endpoint --version 4.2.0

<PackageReference Include="Cake.Endpoint" Version="4.2.0" />

Aliases

Collection of Cake.Endpoint aliases that will be injected into the cake context.

General

EndpointCreate(IEnumerable<Endpoint>, EndpointCreatorSettings) Creates endpoints by copying all files and directories accoring to the endpoint definition.
EndpointCreate(IEnumerable<Endpoint>) Creates endpoints by copying all files and directories accoring to the endpoint definition.