You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a maintainer I need to specify which languages I'm pulling from a specific Open edX release in MFEs (and other repos) during deployment time.
Target audience
This feature targets maintainers and should help them avoid needing to fork just for the sake of updating translations.
Alternatives considered
We have two options for this feature:
Option 1: No changes to atlas. Ask maintainers to craft their own atlas pull command, which needs no changes to atlas.
Option 2: Let maintainers configure atlas via new environment variables which would save them few steps in case all they needed is a language change or specifying which branch to pull from.
Option 2: Environment variables
The environments needed are:
ATLAS_FILTER: Overrides --filter
ATLAS_REPOSITORY: Overrides --repository
ATLAS_BRANCH: Overrides --branch
The text was updated successfully, but these errors were encountered:
OmarIthawi
changed the title
feat
feat: Configure using environment variables
Apr 12, 2023
OmarIthawi
changed the title
feat: Configure using environment variables
feat: Configure --filter using environment variables
Apr 12, 2023
OmarIthawi
changed the title
feat: Configure --filter using environment variables
feat: Configure atlas using environment variables
Apr 12, 2023
User story
Target audience
This feature targets maintainers and should help them avoid needing to fork just for the sake of updating translations.
Alternatives considered
We have two options for this feature:
atlas pull
command, which needs no changes to atlas.Option 2: Environment variables
The environments needed are:
ATLAS_FILTER
: Overrides--filter
ATLAS_REPOSITORY
: Overrides--repository
ATLAS_BRANCH
: Overrides--branch
The text was updated successfully, but these errors were encountered: