Allow signing into a team via humanized name
Open
UX
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Currently all team actions are against the `id`, not the name, for example to sign back into your team:
```
$ up login --team apex-software
```
But we could also allow:
```
$ up login --team "Apex Software"
```
to avoid confusion
Contributor guide
Assessment
This issue has not been assessed yet.