TransifexRunnerAliases.

TransifexPull(ICakeContext) Method

Summary

This command pulls all outstanding changes from the remote Transifex server to the local repository. By default only the files that are watched by transifex will be updated.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
TransifexRunnerAliases

Syntax

public static void TransifexPull(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void