Replies: 7 comments
-
|
@sqrrrl can i start working on it ? |
Beta Was this translation helpful? Give feedback.
-
|
Looks like #85 is related/merged. |
Beta Was this translation helpful? Give feedback.
-
|
Actually, after I wrote that comment i saw that for now they won't accept PR from non collaborators temporarily. |
Beta Was this translation helpful? Give feedback.
-
|
Any info on why it was reverted? Really useful feature, curious why it was removed. |
Beta Was this translation helpful? Give feedback.
-
|
TBH i dont personally know why, but you can open a discussion and they will answer you. |
Beta Was this translation helpful? Give feedback.
-
|
This is the single most important feature in the entire suite. Everything else can be achieved by existing connectors. My current workaround is havening multiple instances of https://workspacemcp.com running in parallel with a lot of glue code. It's not fun and reliable. |
Beta Was this translation helpful? Give feedback.
-
|
FWIW I'm using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Use Case
I manage multiple Google Workspace accounts from the same machine:
With
gws, I can only authenticate one account at a time. In practice, I need to hit different APIs with different accounts in the same workflow — e.g., read email from work account, update a sheet owned by a personal account, check calendar on a client domain.Current Workaround
Manually swapping
GOOGLE_WORKSPACE_CLI_CONFIG_DIRorGOOGLE_WORKSPACE_CLI_CREDENTIALS_FILEenv vars per command, which is fragile and breaks automation.Proposed Solution
Support named profiles/accounts, similar to how
aws configure --profileorgcloud config configurationswork:Why This Matters
For AI agent workflows especially, the agent often needs to operate across accounts (e.g., read from one Google Sheet owned by account A, send an email via account B). A first-class multi-account model would make
gwsviable as the single Google CLI for power users and agent systems.Great project — excited to see this evolve!
Beta Was this translation helpful? Give feedback.
All reactions