Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
Name string
}
func (*List) Run ¶
func (cmd *List) Run(client *nc.NexusClient, args []string) int
Prints a list of filtered users for a given route. The filter is based on regexes. Remark: the regex matches the user email, first name and last name and is case-insensitive. Regular expression examples:
"" -> matches everything "." -> matches everything "bla" -> matches any user containing "bla"
Source Files
¶
- userCreate.go
- userDel.go
- userList.go
- userResetPwd.go
- userSetCaps.go
- userUnlock.go
- userUpdatePwd.go
- userWhoami.go
Click to show internal directories.
Click to hide internal directories.