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

Function getCliOptions

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

Source from the content-addressed store, hash-verified

31 packageManager: 'npm',
32});
33const getCliOptions = () => ({
34 normalStoreUrl: 'https://url-from-cli-options.mybigcommerce.com',
35 port: 3002,
36 accessToken: 'accessToken_from_CLI_options',
37 apiHost: API_HOST,
38});
39const getQuestions = () => [
40 {
41 type: 'input',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected