Info
The info command will retrieve information from the active machine (if any) and display it. If no argument is supplied, the logged-in user's information will be displayed.
htb-cli info

Player search
htb-cli allows you to retrieve information from another player via the -u flag, which will specify the desired username.
htb-cli info -u 22sh

Machine search
Information about a machine can also be retrieved with the -m flag followed by the machine name.
htb-cli info -m Bizness

Challenge search
Information about a challenge can also be displayed with the -c flag followed by the challenge name.
htb-cli info -c OOPArtDB

Combining search
Options can be combined to obtain user, machine and challenge information all at once, without having to re-run the command 3 times.
htb-cli info -c OOPArtDB -m Inject -u 22sh
