Skip to content

2025.11.3

Latest

Choose a tag to compare

@czottmann czottmann released this 20 Nov 14:32

Full Changelog: 2025.11.2...v2025.11.3

Added

  • New teams command with list subcommand πŸŽ‰ – thanks, Chad! PR#13
    • Lists all teams in workspace with id, key, name, and description
    • Results sorted alphabetically by name
  • New users command with list subcommand PR#13
    • Lists all users with id, name, displayName, email, and active status
    • Supports --active flag 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