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: [email protected]
APPS:
+------+----------------+
| ID | NAME |
+------+----------------+
| 2050 | appname |
| 2052 | anotherapp |
| .... | ......... |
+------+----------------+