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.
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- Transifex
Runner Aliases
Syntax
public static void TransifexStatus(this ICakeContext context)
Examples
Run 'tx status'.
Cake task:
Task("Transifex-Status")
.Does(() =>
{
TransifexStatus();
};
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
void |