Simplelocalize Cli Versions Save

SimpleLocalize CLI is a developer-friendly command-line tool for uploading and downloading translation files

2.6.0

4 weeks ago

Changelog

  • extraction command will now export keys to a local file with simplelocalize-json format instead upload keys directly to SimpleLocalize
  • improved log messages
  • added --namespace parameter for upload and download

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.6.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.6.0/install-windows } | iex;

or download simplelocalize-cli-2.6.0.jar and run java -jar simplelocalize-cli-2.6.0.jar [command] parameters

2.6.0-beta

1 month ago

Changelog

  • extraction command will now export keys to a local file with simplelocalize-json format

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.6.0-beta/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.6.0-beta/install-windows } | iex;

or download simplelocalize-cli-2.6.0-beta.jar and run java -jar simplelocalize-cli-2.6.0-beta.jar [command] parameters

2.5.1

7 months ago

Changelog

  • Fixed init command on executable versions

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5.1/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5.1/install-windows } | iex;

or download simplelocalize-cli-2.5.1.jar and run java -jar simplelocalize-cli-2.5.1.jar [command] parameters

2.5.0

8 months ago

Changelog

  • Added purge option to clear translations
  • Added --downloadSort parameter to download command, available values: NEWEST_KEYS_FIRST, NEWEST_KEYS_LAST, NAMESPACES, IMPORT_ORDER
  • Simplified build process
  • Apple Silicon ready
  • Smaller JAR size
  • Better error handling
  • [Warning] Default environments (production and latest) must now be used with an underscore at the beginning latest -> _latest, production -> _production Otherwise, the CLI will produce a warning message, but it won't fail.

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5.0/install-windows } | iex;

or download simplelocalize-cli-2.5.0.jar and run java -jar simplelocalize-cli-2.5.0.jar [command] parameters

2.4.1

8 months ago

Changelog

  • Fixed issue (#83)

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.4.1/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.4.1/install-windows } | iex;

or download simplelocalize-cli-2.4.1.jar and run java -jar simplelocalize-cli-2.4.1.jar [command] parameters

2.4.0

9 months ago

Changelog

  • Added support for proxies (You can set it via environment variable: http_proxy and https_proxy)

Proxy support

SimpleLocalize CLI supports HTTP and HTTPS proxies, and it respectshttp_proxy, https_proxy environment variables.

Here are some examples of how to set proxy environment variables in Linux and macOS:

export http_proxy=http://someproxy.com
export http_proxy=http://someproxy.com:8080
export http_proxy=http://user:[email protected]:8080

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.4.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.4.0/install-windows } | iex;

or download simplelocalize-cli-2.4.0.jar and run java -jar simplelocalize-cli-2.4.0.jar [command] parameters

2.3.0

11 months ago

Changelog

  • Fixed failing upload command when the upload options are undefined
  • Fixed loading empty configuration files

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.3.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.3.0/install-windows } | iex;

or download simplelocalize-cli-2.3.0.jar and run java -jar simplelocalize-cli-2.3.0.jar [command] parameters

2.2.0

1 year ago

Changelog

  • Improved finding files to upload
  • Added auto-translate command
  • Added init command to create sample configuration file
  • Added --filterRegex argument to pull command
  • Added --dryRun, --overwrite and --delete arguments to upload command

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.2.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.2.0/install-windows } | iex;

or download simplelocalize-cli-2.2.0.jar and run java -jar simplelocalize-cli-2.2.0.jar [command] parameters

2.1.2

1 year ago

Changelog

  • Fixed log message in upload command
  • Fixed segmentation fault error on MacOS 13.0.1 (Intel)

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.1.2/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.1.2/install-windows } | iex;

or download simplelocalize-cli-2.1.2.jar and run java -jar simplelocalize-cli-2.1.2.jar [command] parameters

2.1.1

1 year ago

Changelog

  • CLI will exit with status code 2 when configuration validation fails or any error occurs
  • More verbose logging
  • Added --debug parameter

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.1/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.1/install-windows } | iex;

or download simplelocalize-cli-2.1.1.jar and run java -jar simplelocalize-cli-2.1.1.jar [command] parameters