Coder.comC
Coder.com2mo ago
3 replies
Formas1

Shared workspaces experimental feature?

Hey! I'm trying to use the experimental workspace sharing with coder CLI. I created a workspace and executed

$ coder share add workspace_name --user friend_username


and got the following output, which I assume means sharing was successful:

USER             GROUP  ROLE
friend_username  -      use


but when he tries to interact with the workspace via web interface, everything returns 404 not found.


I also noticed the sharing page on the workspace settings is blank for me, and I'm only able to manage sharing properties through CLI, but that I assume has to do with RBAC controls being behind the premium plan

for reference, this is what I looked for: https://github.com/coder/coder/discussions/18992

perhaps I am not understanding how the experimental feature is supposed to work and what its limitations are as of right now
GitHub
We're excited to share our plans for workspace sharing and collaboration. This RFC outlines our approach to enabling multiple users to work together in shared development environments. 🤔 Proble...
Proposal: Shared Workspaces · coder coder · Discussion #18992
Was this page helpful?