Skip to content

Releases: medallia/mec-cli

MEC CLI v1.2.0 - Multiple surveys support for translations download and other enhancements

27 Mar 16:42

Choose a tag to compare

What's New

Download translations for multiple surveys at once

The translations download command now accepts multiple surveys. Translations from all selected surveys are merged into a single Excel file.

mec translations download --survey-uuid f0473723-45f0-4397-b39e-d2bf3d955a20
mec translations download --survey-name "Customer Feedback"

With this enhancement, you can specify multiple surveys:

mec translations download --survey-uuid "f0473723-45f0-4397-b39e-d2bf3d955a20" --survey-uuid "f0473723-45f0-4397-b39e-d2bf3d955a21"
mec translations download --survey-name "Customer Feedback" --survey-name "Employee Feedback"

Improved "Where Used" column

  • Shows all matching locations across the selected surveys.
  • Column header updated to clarify it applies to the selected surveys only.
  • Fixed: Grid elements showed empty "Where Used" paths.
  • Fixed: Elements on pages with "Unknown" in their name were incorrectly excluded from the output.

Improved Translations dry-run preview now grouped by language

  • Changes are deduplicated and grouped by locale - a single edited row no longer appears twice due to survey/mobile context variants.

Bug Fixes

  • An error occurs when looking up a survey by a UUID such as "." or "#" that causes the API to return an empty response instead of a 404.
  • Uploading a file with a name that is too long now shows a clear error message instead of a cryptic system error.

MEC CLI v1.1.0 – CLI Update Notifications and Enhancements

14 Oct 19:41

Choose a tag to compare

Enhancements

  • Check CLI version and notify user of available updates
  • Don’t show spinner if verbose mode is enabled

Fixes

  • User-friendly error when translation tag ID is null
  • Default output path used when none is provided
  • Fixed .// appearing in output path logs and messages

MEC CLI v1.0.0 - Initial Release

24 Sep 16:15
26c327d

Choose a tag to compare

MEC CLI v1.0.0

A reference implementation for interacting with Medallia Experience Cloud (MEC) services via the command line.

Services

  • Profiles - Manage MEC authentication through profiles
  • Surveys - List and filter surveys
  • Translations - Download/upload translations