mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
Workspaces returned by `me.workspaces` and `externalWorkspaces` can overlap when a user has both workspace membership and project-level access to the same workspace, causing duplicates in `railway list`, `railway project list`, and `railway whoami --json`. Dedupe by id while merging, preferring the Member variant (richer data). Closes #844, #831. |
||
|---|---|---|
| .. | ||
| commands | ||
| controllers | ||
| gql | ||
| util | ||
| client.rs | ||
| config.rs | ||
| consts.rs | ||
| errors.rs | ||
| macros.rs | ||
| main.rs | ||
| oauth.rs | ||
| subscription.rs | ||
| table.rs | ||
| telemetry.rs | ||
| workspace.rs | ||