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
Is your feature request related to a problem? Please describe.
I have a monorepo holding multiple projects and now I have to switch tokens every time when I want to push / pull translations.
Describe the solution you'd like
One token with access to all or selected projects so that one token can push and pull for all the projects in the repo.
Describe alternatives you've considered
Create a separate token for all projects put them into different env variables and make a option in the cli tool that I pus to define the env variable where it can get the token from.
The text was updated successfully, but these errors were encountered:
Hi @TriPSs what "tokens" specifically are you refer to? Auth tokens or Github tokens to be able to push to some repo?
Did you put multiple Traduora projects into mono-repo subfolders and want to make sure the same user can login to any of them for example? I.e. like single DB with users shared between multiple instances of Traduora / SSO etc? It will be great if you can describe in a bit more detail your setup and how you use it so we can understand better what feature we need to build to support it.
Hi @evereq, with tokens I mean the tokens to be able to use the Traduora API, now you create one for a project and I would like to create one for my CI/CD so it can pull / push all translations from and to Traduora in my monorepo.
Is your feature request related to a problem? Please describe.
I have a monorepo holding multiple projects and now I have to switch tokens every time when I want to push / pull translations.
Describe the solution you'd like
One token with access to all or selected projects so that one token can push and pull for all the projects in the repo.
Describe alternatives you've considered
Create a separate token for all projects put them into different env variables and make a option in the cli tool that I pus to define the env variable where it can get the token from.
The text was updated successfully, but these errors were encountered: