v2.4.0 (2023-08-03)
Changelog
- Added support for proxies (You can set it via environment variable:
http_proxyandhttps_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]:8080Check 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