Skip to content

Add support for TX_TOKEN environment variable

Compare
Choose a tag to compare
@rigaspapas rigaspapas released this 30 Apr 10:14
· 89 commits to master since this release
699dd42
  • Use the TX_TOKEN environment variable to set your Transifex API token.
    This essentially replaces the --token argument in the tx init
    command, and does not write any credentials in the .transifexrc file.

  • Add the --no-interactive argument in the tx pull command, for the
    case where no user input is required. This is needed in some cases
    where a CI does not want to proceed with user input and needs to fail
    silently.