For just about everything in Lando that allows you to specify a service on which to perform an action, you would use the --service (-s) option. However, db-import uses --host for essentially the same effect. If a user (me just now) uses -s out of habit or expectation, the default database service for the recipe gets wiped out by the import since no --host was specified.
Lando should standardize on the --service argument for all tooling that can target a service.
For just about everything in Lando that allows you to specify a service on which to perform an action, you would use the --service (-s) option. However,
db-importuses --host for essentially the same effect. If a user (me just now) uses -s out of habit or expectation, the default database service for the recipe gets wiped out by the import since no --host was specified.Lando should standardize on the --service argument for all tooling that can target a service.