Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,28 @@ class ServerlessStepFunctions {
usage: 'The StateMachine name',
shortcut: 'n',
required: true,
type: 'string',
},
data: {
usage: 'String data to be passed as an event to your step function',
shortcut: 'd',
type: 'string',
},
path: {
usage:
'The path to a json file with input data to be passed to the invoked step function',
shortcut: 'p',
type: 'string',
},
stage: {
usage: 'Stage of the service',
shortcut: 's',
type: 'string',
},
region: {
usage: 'Region of the service',
shortcut: 'r',
type: 'string',
},
},
},
Expand Down