Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 454 Bytes

user.md

File metadata and controls

20 lines (16 loc) · 454 Bytes

user

user command shows details of the authenticated user. (Related login)

It takes no additional parameters and displays user name, user email and list of user apps when it is executed.

> abc user

NAME:  John Doe
EMAIL: some@email.com
APPS:
+------+----------------+
|  ID  |      NAME      |
+------+----------------+
| 2050 | appname        |
| 2052 | anotherapp     |
| .... | .........      |
+------+----------------+