identity
cmd/identity
User identity and capability management
Overview
identity manages user identities and capabilities.
Main subcommands:
info,list,capabilitiesswitch(root required)add,password
Example usage:
identity info
identity list
identity add alice --kind user
identity password alice "new-password"
identity switch alice
Usage
identity <subcommand> [options] [args]
Subcommands
| Name | Description |
|---|---|
info |
Show identity information |
list |
List identities |
switch |
Switch to another identity |
capabilities |
Show identity capabilities |
add |
Add a new identity |
password |
Update identity password |
Exit Codes
| Code | Meaning |
|---|---|
0 |
Success |
1 |
Runtime/command error |
2 |
Invalid flags/usage |