ITransifexRunnerCommands.

Init(TransifexInitSettings) Method

Summary

Initializes a transifex configuration file and the user configuration file (if token, username or password is specified).
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
ITransifexRunnerCommands

Syntax

ITransifexRunnerCommands Init(TransifexInitSettings settings)

Remarks

Do not call this runner if a configuration file already exists in the repository. You will be asked to overwrite the file, which should not be done in cases where the file have already been configured.

Parameters

Name Type Description
settings TransifexInitSettings The settings to use when initializing the directory.

Return Value

Type Description
ITransifexRunnerCommands The current instance of ITransifexRunnerCommands.