Globalization Pipeline Tools

What is this?

Tools designed for integrating Globalization Pipeline into your DevOps workflow.

Usage

Command Line Interface (gp-cli)

This tool provides command line interface for accessing resource bundles and user information. For example, exporting a resource bundle hosted by an instance of Globalization Pipeline service to a specific file format, adding a new target language in bundle configuration, creating a new user and so on.

To see available commands and options, please see Globalization Pipeline CLI Tool User Guide

Maven Plugin (gp-maven-plugin)

This plugin integrates Globalization Pipeline service with an Apache Maven build. With the plugin, you can upload source resource bundles to your own Globalization Pipeline service instance, and download translated resource bundles.

Please see Globalization Pipeline Maven Plugin User Guide for further information.

Ant Task (gp-ant-task)

This custom task library integrates Globalization Pipeline service with an Apache Ant build. With the custom tasks provided in this library, you can upload source resource bundles to your own Globalization Pipeline service instance, and download translated resource bundles.

Please see Globalization Pipeline Ant Task User Guide for further information.