Lutris installed from flatpak and no command line

Hi,
I installed Lutris from flatpak and now I need to use it from the command line for debugging but when I try the answer is: command non found… but you can install, etc.
How to start Lutris from command line?

Use flatpak run net.lutris.Lutris to run it. If you need to run a specific command from the Flatpak container, use the command flag like flatpak run --command=bash net.lutris.Lutris or just use flatpak enter net.lutris.Lutris to outright enter the container.