Skip to content

v2.1.1 (2022-11-09)

Choose a tag to compare

@jpomykala jpomykala released this 09 Nov 21:52
· 228 commits to master since this release
7a38c42

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