If I install a custom extractor to a new project (from a local dir for now) and the custom extractor has its own meltano.yml file (used during development), is there anyway to inherit the settings from this file or do I necessarily have to go through the
meltano add --custom extractor <my_custom_extractor>
CLI flow to set up the plugin.