File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ $ sls deploy stepf activities --name <activityname>
98
98
### invoke
99
99
#### options
100
100
101
- - --state or -t The name of the step function in your service that you want to invoke. Required.
101
+ - --name or -n The name of the step function in your service that you want to invoke. Required.
102
102
- --stage or -s The stage in your service you want to invoke your step function.
103
103
- --region or -r The region in your stage that you want to invoke your step function.
104
104
- --data or -d String data to be passed as an event to your step function.
105
105
- --path or -p The path to a json file with input data to be passed to the invoked step function.
106
106
```
107
- $ sls invoke stepf --state <stepfunctionname > --data '{"foo":"bar"}'
107
+ $ sls invoke stepf --name <stepfunctionname > --data '{"foo":"bar"}'
108
108
```
109
109
110
110
### remove
@@ -130,12 +130,12 @@ $ sls remove stepf statemachines
130
130
#### Single StateMachine remove
131
131
132
132
```
133
- $ sls remove stepf --state <stepfunctionname >
133
+ $ sls remove stepf --name <stepfunctionname >
134
134
```
135
135
136
136
#### options
137
137
138
- - --state or -t The name of the step function in your service that you want to remove. Required.
138
+ - --name or -n The name of the step function in your service that you want to remove. Required.
139
139
- --stage or -s The stage in your service you want to invoke your step remove.
140
140
- --region or -r The region in your stage that you want to invoke your step remove.
141
141
You can’t perform that action at this time.
0 commit comments