As you know PhpStorm is one of the best IDEs for coding.
Being fast is one of the important things that any Magento developer should consider. To this purpose I wanna show you how we can run Magento commands by phpstorm without writing the command in cli.
Flow me step by step :
1- add new phpstorm configuration
2-click on new config
3- select php script
4-find bin/magento on the Magento root directory
5- select php version
6- define the Magento command
save all the change.
7- run command
Simply and by repairing these steps you can add other Magento commands.