Resolves the effective mapping configuration with profile and CLI overrides.
Root application config
Mapping definition to resolve
Global CLI overrides
Fully resolved mapping configuration
const effective = resolveMapping(config, mapping, { profile: 'default' }); Copy
const effective = resolveMapping(config, mapping, { profile: 'default' });
0.1.0
Resolves the effective mapping configuration with profile and CLI overrides.