As per the README, the local_environment config variable is optional:
local_environment : Optional setting, the system will automatically detected your local env, currently available: ddev, lando.
However, I did not have it set and am using DDEV. I'm not seeing how in this command it is getting detected, but rather just falling back to lando if it's not set:
https://github.com/fourkitchens/fire/blob/3.x/src/Robo/Plugin/Commands/ImportDBCommand.php
As per the README, the local_environment config variable is optional:
However, I did not have it set and am using DDEV. I'm not seeing how in this command it is getting detected, but rather just falling back to lando if it's not set:
https://github.com/fourkitchens/fire/blob/3.x/src/Robo/Plugin/Commands/ImportDBCommand.php