Skip to content

v2.4.0 (2023-08-03)

Choose a tag to compare

@jpomykala jpomykala released this 03 Aug 16:41
· 177 commits to master since this release
77a3a24

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