I would like to know where the config directory
is, and how drush cim
command exactly handles it, to be more specific:
-
Where are the setting files imported from, can you provide me with a path relative to the root (I mean, relative to where the main
index.php
file ofdrupal
is)? -
Can we change the import path?
-
Does
cim
command remove the files after they are imported, or not? -
Can we tell
drush
to just delete any (previously exported) setting files?
Note that I already did read https://www.drush.org/latest/commands/config_import/
and https://www.drush.org/latest/commands/config_import/But at the time of writting (namely 2022),
that of version9x
just lists some command-line options, not even what they do.
And docs of version11
(current latest) do not clarify above points either.