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

Function getAnswers

lib/stencil-init.spec.js:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 apiHost: API_HOST,
25});
26const getAnswers = () => ({
27 normalStoreUrl: 'https://url-from-answers.mybigcommerce.com',
28 port: 3003,
29 accessToken: 'accessToken_from_answers',
30 apiHost: API_HOST,
31 packageManager: 'npm',
32});
33const getCliOptions = () => ({
34 normalStoreUrl: 'https://url-from-cli-options.mybigcommerce.com',
35 port: 3002,

Callers 2

getInquirerStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected