feat: support "me" with shared_with_user filter (#26494)

This commit is contained in:
Asher
2026-06-17 13:35:53 -08:00
committed by GitHub
parent 2f0bb657e2
commit 9b847cc5ab
5 changed files with 24 additions and 7 deletions
@@ -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