Open edX Atlas

raw JSON →
0.7.0 verified Mon Apr 27 auth: no python

An Open edX CLI tool for moving translation files from openedx-translations and syncing them with edx-platform. Current version: 0.7.0. Released as needed, with multiple updates per year.

pip install openedx-atlas
error Error: --branch is not a valid option
cause The --branch flag was replaced with --revision in v0.6.0.
fix
Use --revision instead of --branch.
breaking In v0.6.0, the --branch flag was renamed to --revision. Using --branch will cause an error.
fix Use --revision instead of --branch.
gotcha Atlas requires Git to be installed and accessible on PATH. Without Git, the CLI will fail with a subprocess error.
fix Install Git and ensure it is in the system's PATH.

Pull translation files from the default repository to the current directory.

atlas pull --repository=https://github.com/openedx/openedx-translations.git --revision=master --filter='*' --output-dir=.