MCPcopy Create free account
hub / github.com/auth0/auth0-cli / registerDetailsInfo

Function registerDetailsInfo

internal/cli/users.go:537–544  ·  view source on GitHub ↗
(cmd *cobra.Command, input *userInput)

Source from the content-addressed store, hash-verified

535}
536
537func registerDetailsInfo(cmd *cobra.Command, input *userInput) {
538 userConnectionName.RegisterString(cmd, &input.connectionName, "")
539 userUsername.RegisterString(cmd, &input.username, "")
540 userName.RegisterString(cmd, &input.name, "")
541 userPassword.RegisterString(cmd, &input.password, "")
542 userEmail.RegisterString(cmd, &input.email, "")
543 userPhoneNumber.RegisterString(cmd, &input.phoneNumber, "")
544}
545
546func validateRequiredFlags(inputs *userInput) error {
547 switch inputs.connectionName {

Callers 2

createUserCmdFunction · 0.85
updateUserCmdFunction · 0.85

Calls 1

RegisterStringMethod · 0.80

Tested by

no test coverage detected