Closed
Description
Problem
When customers exceed the terms of their license, we want them to know it. This includes users who only use the CLI.
Acceptance Criteria
- Obtain a license file with a low user limit (10 or so)
- Add license to test cluster
coder license add <license file>
- Create more users than allowed
- Validate that CLI commands that interact with the API print a warning to stderr with warnings about having too many users. E.g.
coder users list
coder templates list