Add role-based user database administration
This commit is contained in:
@@ -116,6 +116,21 @@ static const char *const s_completion_candidates[] = {
|
||||
"usb request-writer",
|
||||
"usb release-writer",
|
||||
|
||||
/* Physical role-based user, password, and SSH-key administration. */
|
||||
"user status",
|
||||
"user list",
|
||||
"user show",
|
||||
"user bootstrap",
|
||||
"user bootstrap --generate",
|
||||
"user recover --force",
|
||||
"user add",
|
||||
"user delete",
|
||||
"user role",
|
||||
"user password",
|
||||
"user key add",
|
||||
"user key delete",
|
||||
"user key clear",
|
||||
|
||||
/* Wi-Fi lifecycle, persistence, profiles, AP policy, and diagnostics. */
|
||||
"wifi status",
|
||||
"wifi profiles",
|
||||
|
||||
Reference in New Issue
Block a user