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

Method askQuestions

lib/stencil-init.js:142–144  ·  view source on GitHub ↗

* @param {{object[]}} questions * @returns {Promise }

(questions)

Source from the content-addressed store, hash-verified

140 * @returns {Promise<object>}
141 */
142 async askQuestions(questions) {
143 return questions.length ? this._inquirer.prompt(questions) : {};
144 }
145
146 updateApiHost(stencilConfig, cliOptions) {
147 const host = cliOptions.apiHost || API_HOST;

Callers 2

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected