Skip to content

2.1

Choose a tag to compare

@dimitrystd dimitrystd released this 10 Jul 17:30
· 20 commits to master since this release
22593a5

New Features

Machine Translation Commands: Added mt detect and mt translate commands for machine translation capabilities.

Enhanced Configuration Management: Implemented value resolving hierarchy for better configuration control:

  • Flag values take highest priority
  • Config file values override environment variables
  • Environment variables override default values
  • Default values serve as fallback

Other Improvements

  • Updated SDK: Upgraded to the latest version of Smartling/api-sdk-go featuring a new project layout and updated MT endpoints
  • Dynamic Output: Implemented output mode (dynamic/static) based on flag values for improved user experience

Bug Fixes

  • Fixed an issue with the init command

Breaking Changes

  • Directory Flag Change: Global flag -d, --directory was replaced with --operation-directory

Migration Guide

Update any existing scripts or workflows that use the -d or --directory flag:

Before:

smartling-cli -d /path/to/project [command]

After:

smartling-cli --operation-directory /path/to/project [command]