Drush is the command line shell and Unix scripting interface for Drupal. The most common way to install Drush is to install it on a per-project basis using Composer. We'll walk through the steps to do that, as well as how to set up the Drush Launcher tool (to make it possible to execute Drush commands without having to specify a full path to the executable).
Sometime we permanently lose custom form uploaded files after the cron run, this is due to the file status flag. Here is an example how to add custom form file upload permanently available on the website.
Drupal coder and codesniffer will help you to check the coding standards in your custom code. Here is the steps for install and run the coding violation test on your command line.
It is necessary to debug production bug with specific user or role, for that we need password but it is production database the client will not give you the password also you can't reset it. What will be the solution to debug ? drush uli
Use this command for turn off the file mode / permission tracking on specific repository.
Use this command for turn off the file mode / permission tracking on global repository.