goharbor / goharbor/harbor-cli
[feature]: Implement user update command
Open
enhancement
- Dominant language
- Go
- Stars
- 163
- Forks
- 211
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
The user command currently supports create, delete, list, elevate, and password, but there is no update subcommand. The Harbor API exposes PUT /users/{user_id} which allows updating a user's email, realname, and comment fields.
for reference :
Contributor guide
Assessment
This issue has not been assessed yet.