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.Transifex.
Summary
Prints the status of the current project by reading the data in the configuration file,
but only for the specified resources.
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- Transifex
Runner Aliases
Syntax
public static void TransifexStatus(this ICakeContext context, string resources)
Examples
Run 'tx status "--resources=resource.name"'.
Cake task:
Task("Transifex-Status")
.Does(() =>
{
TransifexStatus("cake.transifexresx");
};
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
resources | string | The resources. |
Return Value
Type | Description |
---|---|
void |