Skip to content

Instantly share code, notes, and snippets.

@fxbenard
Last active November 9, 2016 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxbenard/7250536 to your computer and use it in GitHub Desktop.
Save fxbenard/7250536 to your computer and use it in GitHub Desktop.
TX Client command lines
/* Pull source and language from TX */
$tx pull -s -t
/* Pull languages from TX over a percentage */
$tx pull -a --minimum-perc=number
/* Pull a specific language from TX, eg.French */
$tx pull -l fr_FR
$tx push -s -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment