MCPcopy Create free account
hub / github.com/serverless/serverless / getRcConfig

Function getRcConfig

packages/util/src/rc/index.js:152–156  ·  view source on GitHub ↗
(baseFilename)

Source from the content-addressed store, hash-verified

150 * @returns
151 */
152const getRcConfig = async (baseFilename) => {
153 const localConfig = await getRcLocalConfig(baseFilename)
154 const globalConfig = await getRcGlobalConfig(baseFilename)
155 return _.merge(globalConfig, localConfig)
156}
157
158/**
159 * Saves .{baseFilename}rc file and includes meta information

Callers 10

saveRcAuthenticatedUserFunction · 0.90
saveRcAccessKeyV2Function · 0.90
removeRcUserSessionFunction · 0.90
removeRcAccessKeyV2Function · 0.90
getAuthenticatedDataMethod · 0.90
unAuthenticateMethod · 0.90
#buildUsingBuildPackMethod · 0.90

Calls 2

getRcLocalConfigFunction · 0.85
getRcGlobalConfigFunction · 0.85

Tested by

no test coverage detected