Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async run() {
await super.run();
let { flags, args } = this.parse(FunctionsDeploy);
flags = normalizeFlags(flags);
const externalOptions = createExternalCliOptions(flags, this.twilioClient);
const opts = Object.assign({}, flags, args);
return handler(opts, externalOptions);
}
}