How to use the create-twilio-function/src/command.cliInfo.options function in create-twilio-function

To help you get started, we’ve selected a few create-twilio-function examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github twilio-labs / plugin-serverless / src / commands / serverless / init.js View on Github external
}
}

FunctionsInit.description = describe;

FunctionsInit.args = [
  {
    name: 'name',
    required: true,
    description: 'Name of Serverless project and directory that will be created',
  },
];

FunctionsInit.flags = Object.assign(
  {},
  convertYargsOptionsToOclifFlags(cliInfo.options),
  { profile: TwilioClientCommand.flags.profile }
);

module.exports = FunctionsInit;

create-twilio-function

A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.

MIT
Latest version published 2 months ago

Package Health Score

79 / 100
Full package analysis