identity

cmd/identity

User identity and capability management

Overview

identity manages user identities and capabilities.

Main subcommands:

  • info, list, capabilities
  • switch (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

NameDescription
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

CodeMeaning
0 Success
1 Runtime/command error
2 Invalid flags/usage