mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: support "me" with shared_with_user filter (#26494)
This commit is contained in:
@@ -212,9 +212,12 @@ in Okta or Azure AD), you can skip manual share/remove commands entirely:
|
||||
Shared users can find workspaces shared with them:
|
||||
|
||||
```shell
|
||||
# List all workspaces shared with you
|
||||
# List all shared workspaces you can access, including your own
|
||||
coder list --search shared:true
|
||||
|
||||
# List workspaces shared with you
|
||||
coder list --search shared_with_user:me
|
||||
|
||||
# List workspaces shared with a specific user
|
||||
coder list --search shared_with_user:alice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user