MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / getSecretsConfig

Function getSecretsConfig

lib/StencilConfigManager.spec.js:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 port: 3001,
23});
24const getSecretsConfig = () => ({
25 accessToken: 'accessToken_from_stencilConfig',
26 githubToken: 'githubToken_1234567890',
27});
28const getStencilConfig = () => ({
29 ...getGeneralConfig(),
30 ...getSecretsConfig(),

Callers 3

getStencilConfigFunction · 0.85
getFsUtilsStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected