Crowdin CLI

Version: 4.12.0 darwin linux translation

Crowdin CLI - a powerful command-line tool that simplifies the management of your localization projects on Crowdin. With Crowdin CLI, you can easily upload source files, download translations, and keep your localized content up-to-date with just a few simple commands.

So, whether you’re looking to streamline your localization process, improve your team’s collaboration, or simply save time and effort, Crowdin CLI is the tool for you.

This is a cross-platform, and it runs in a terminal on Linux based and macOS operating systems or in Command Prompt on Windows

Installation Instructions

Linux

Download CrowdinCLI
{
  "url": "{{ .SVar `.tool.crowdin_cli.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.crowdin_cli.download.filename` }}",
  "overwrite": false
}
Extract CrowdinCLI Release
{
  "destination": "{{ .PTools }}/cni/{{ .SVar `.tool.crowdin_cli.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.crowdin_cli.download.filename` }}"
}

MacOS

Download CrowdinCLI
{
  "url": "{{ .SVar `.tool.crowdin_cli.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.crowdin_cli.download.filename` }}",
  "overwrite": false
}
Extract CrowdinCLI Release
{
  "destination": "{{ .PTools }}/cni/{{ .SVar `.tool.crowdin_cli.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.crowdin_cli.download.filename` }}"
}

Binaries