UsersCLI class

CLI client for Orion User micro service

Constructors

UsersCLI()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

askEmail() → void
ask about the user's e-mail
askHash() → void
askHost() → void
ask about service host
askId() → void
ask about the ID's name
askJWT() → void
ask about jwt
askName() → void
ask about the user's name
askPassword() → void
ask about the user's password
askPort() → void
ask about service port
askSecurity() → void
ask about service security (http or https)
clear() → void
clear the console
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optionAuthenticate() Future<Response>
Executes the menu option to create a new channel
optionConfigure() → void
Executes the menu option do configure host and port of the server
optionCreateAuthenticate() Future<Response>
Creates and authenticates a user
optionCreateUser() Future<Response>
Create a user
optionDeleteUser() Future<Response>
optionRecoverPassword() Future<Response>
Send a email to your email address containing the new password
optionUpdateEmail() Future<Response>
Changes the e-mail of a user
optionUpdatePassword() Future<Response>
Update the password of a user
readVersion() Future<String>
Reads pubspec version
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited