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

Interface IOptions

src/command/init/manager.ts:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import fs from 'fs-extra';
16
17interface IOptions {
18 dir?: string;
19 access?: string;
20 parameters?: Record<string, any>;
21 appName?: string;
22 project?: string;
23 uri?: string;
24 y?: boolean;
25 overwrite?: boolean;
26}
27
28export default class Manager {
29 private template: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected