Skip to main content

Rigi Documentation

Download mode

The download mode tool facilitates downloading target files from a specified Rigi server.

Parameters

  • -url:

    • Description: The URL of the project on the Rigi server.

    • Type: String.

    • Example: -url https://xyz.rigi.io/projects/123.

  • -username/password/token:

    • Description: Authentication credentials for accessing the Rigi server.

    • Type: String.

    • Example: -username your_username -password your_password or -token your_token.

  • -locales:

    • Description: Defines the locales that must be downloaded. If it is not specified, all locales will be downloaded by default.

    • Type: Comma-separated string.

    • Example: -locales en,fr,de.

  • -nolocales:

    • Description: When specified, no target languages will be downloaded. This parameter overrides the -locales parameter.

    • Type: Flag.

    • Example: -nolocales.

  • -master:

    • Description: Includes source or master files in the download if specified.

    • Type: Flag.

    • Example: -master.

  • -pseudo:

    • Description: Downloads files containing Rigi tokens. Useful for simulation or testing scenarios.

    • Type: Flag.

    • Example: -pseudo.

  • -targetfolder:

    • Description: Specifies the folder in which the downloaded ZIP files will be extracted.

    • Type: Directory path.

    • Example: -targetfolder /path/to/target.

Usage

To download the latest state of translation files, utilize the command structure in the following manner:

dotnet Rigi-CLI.dll download -url https://xyz.rigi.io/projects/123 -targetfolder C:\repos\repo -locales de-DE,pl-PL -username jdoe@xyz.com -password "xxxxxxxx" -master -pseudo