GitHubAliases Class

Summary

Contains functionality related to GitHub.

It allows you to run calls against GitHub with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.

#addin Cake.GitHub
Assembly
Cake.GitHub.dll
Namespace
Cake.GitHub
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GitHubAliases"] class Type type-node

Syntax

public static class GitHubAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeAliasCategoryAttribute

Methods

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin