We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e07f71 + 0e302dd commit b2be404Copy full SHA for b2be404
lib/index.js
@@ -77,23 +77,28 @@ class ServerlessStepFunctions {
77
usage: 'The StateMachine name',
78
shortcut: 'n',
79
required: true,
80
+ type: 'string',
81
},
82
data: {
83
usage: 'String data to be passed as an event to your step function',
84
shortcut: 'd',
85
86
87
path: {
88
usage:
89
'The path to a json file with input data to be passed to the invoked step function',
90
shortcut: 'p',
91
92
93
stage: {
94
usage: 'Stage of the service',
95
shortcut: 's',
96
97
98
region: {
99
usage: 'Region of the service',
100
shortcut: 'r',
101
102
103
104
0 commit comments