Full Changelog: 2025.11.2...v2025.11.3
Added
- New
teamscommand withlistsubcommand π β thanks, Chad! PR#13- Lists all teams in workspace with id, key, name, and description
- Results sorted alphabetically by name
- New
userscommand withlistsubcommand PR#13- Lists all users with id, name, displayName, email, and active status
- Supports
--activeflag to filter for active users only - Results sorted alphabetically by name
- Integration tests for teams and users commands PR#13
Fixed
- GraphQL orderBy error resolved by implementing client-side sorting for teams and users list commands PR#13
- Project name matching is now case-insensitive (using
eqIgnoreCase) for better UX PR#13
Documentation
- Added "Teams & Users" section to README.md with usage examples
- Updated docs/architecture.md, docs/development.md, and docs/files.md to reference new commands