Loading request...
The user requests the ability to list issues by team directly using a command-line argument, rather than requiring a separate API key for each team. This would likely involve mapping Team to APIKey in the configuration.
Right now the workaround is to generate an API key for that team and that works to list the issues for that team . For `linearis issues list --team foo` I think you would need a mapping from Team -> APIKey in the config, so coding it up may be bit more involved.