MCPcopy Create free account
hub / github.com/Serverless-Devs/Serverless-Devs / multiComponentHelp

Method multiComponentHelp

src/command/custom/help.ts:124–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 return subCustomProgram;
123 }
124 private async multiComponentHelp() {
125 const { steps } = this.spec;
126 for (const item of steps) {
127 logger.info(`Start executing project ${item.projectName}`);
128 const res = await this.singleComponentHelp(item.component);
129 res && res.outputHelp();
130 logger.info(`Project ${item.projectName} successfully to execute`);
131 }
132 }
133 // s website deploy -h
134 // s deploy function -h
135 // s website deploy function -h

Callers 2

showRaw1HelpMethod · 0.95
showRaw2HelpMethod · 0.95

Calls 1

singleComponentHelpMethod · 0.95

Tested by

no test coverage detected