$ npm install
config.example.js, and rename it as config.js.config.js based on the information of the services to delete.module.exports = {tencent: {// Resource region. You can enter the following resource region if the region is not modified.region: 'ap-guangzhou',// Identity verificationcredentials: {SecretId: '',SecretKey: '',},apigwOptions: {// IDs of the services that you do not want to delete. Before you use Serverless Cleaner, add IDs of important services here to avoid affecting business.exclude: [],// IDs of the services that you want to delete. include has a higher priority than exclude. If the same service ID exists in exclude and include, the service will be deleted.include: [],},scfOptions: {// Specify this option when you delete SCF resources. When deleting only the API Gateway service, you do not need to specify this option.exclude: [],include: [],},},};
$ npm run clean
Feedback