Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 17, 2022 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/921e35b3d93ef9100db8aa4c6672e186 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/921e35b3d93ef9100db8aa4c6672e186 to your computer and use it in GitHub Desktop.
this.commands = {
welcome: {
usage: 'Helps you start your first Serverless plugin',
lifecycleEvents: [
'hello',
'world',
],
options: {
message: {
usage:
'Specify the message you want to deploy '
+ '(e.g. "--message \'My Message\'" or "-m \'My Message\'")',
required: true,
shortcut: 'm',
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment