mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
* docs: add CLI docs for user, upgrade, and disk commands * docs: update based on comments * docs: fix typo * docs: refine formatting and add description for argument * docs: resolve conflicts
525 B
525 B
user
user命令提供了一组用户管理工具,可用于创建、激活、查询和删除 Olares 用户,并支持通过已配置的认证提供方重置用户密码。
子命令
| 子命令 | 描述 |
|---|---|
activate |
激活已有的 Olares 账户。 |
create |
创建新用户。 |
delete |
删除已有用户。 |
get |
获取指定用户的详细信息。 |
list |
列出 Olares 中的所有用户。 |
reset-password |
通过认证提供方强制重置指定用户的密码。 |