$ npm install
module.exports = {tencent: {// 资源所在地域,如果您未修改,可以在运行时输入region: 'ap-guangzhou',// 身份认证credentials: {SecretId: '',SecretKey: '',},apigwOptions: {// 不会被删除的服务的 ID,在您使用 Serverless Cleaner 之前,请将您重要的服务 ID 输入到这里,避免影响业务exclude: [],// 将被删除的服务的 ID,优先级高于 exclude。如果 exclude 与 include 中存在同一个服务 ID,该服务将被删除include: [],},scfOptions: {// 删除 SCF 资源时需要使用,仅清除 API 网关服务时无需填写exclude: [],include: [],},},};
$ npm run clean
文档反馈