@commercelayer/cli-plugin-triggers 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,25 +9,17 @@ Commerce Layer CLI Triggers plugin
9
9
  [![License](https://img.shields.io/npm/l/commercelayer-cli-plugin-triggers.svg)](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/master/package.json)
10
10
 
11
11
  <!-- toc -->
12
- * [Usage](#usage)
13
- * [Commands](#commands)
12
+
13
+
14
14
  <!-- tocstop -->
15
15
  # Usage
16
16
  <!-- usage -->
17
- ```sh-session
18
- $ npm install -g @commercelayer/cli-plugin-triggers
19
- $ cl-triggers COMMAND
20
- running command...
21
- $ cl-triggers (-v|--version|version)
22
- @commercelayer/cli-plugin-triggers/1.0.5 darwin-x64 node-v15.14.0
23
- $ cl-triggers --help [COMMAND]
24
- USAGE
25
- $ cl-triggers COMMAND
26
- ...
27
- ```
17
+
18
+
28
19
  <!-- usagestop -->
29
20
  # Commands
30
21
  <!-- commands -->
22
+
31
23
  * [`cl-triggers adyen_payment ID`](#cl-triggers-adyen_payment-id)
32
24
  * [`cl-triggers adyen_payment:authorize ID`](#cl-triggers-adyen_paymentauthorize-id)
33
25
  * [`cl-triggers adyen_payment:details ID`](#cl-triggers-adyen_paymentdetails-id)
@@ -110,9 +102,9 @@ USAGE
110
102
  * [`cl-triggers webhook ID`](#cl-triggers-webhook-id)
111
103
  * [`cl-triggers webhook:reset_circuit ID`](#cl-triggers-webhookreset_circuit-id)
112
104
 
113
- ## `cl-triggers adyen_payment ID`
105
+ ### `cl-triggers adyen_payment ID`
114
106
 
115
- execute an action on a resource of type adyen_payments
107
+ Execute an action on a resource of type adyen_payments.
116
108
 
117
109
  ```
118
110
  USAGE
@@ -127,9 +119,9 @@ OPTIONS
127
119
 
128
120
  _See code: [src/commands/adyen_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/index.ts)_
129
121
 
130
- ## `cl-triggers adyen_payment:authorize ID`
122
+ ### `cl-triggers adyen_payment:authorize ID`
131
123
 
132
- Send this attribute if you want to authorize the payment.
124
+ Send this attribute if you want to authorize the payment..
133
125
 
134
126
  ```
135
127
  USAGE
@@ -144,9 +136,9 @@ OPTIONS
144
136
 
145
137
  _See code: [src/commands/adyen_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/authorize.ts)_
146
138
 
147
- ## `cl-triggers adyen_payment:details ID`
139
+ ### `cl-triggers adyen_payment:details ID`
148
140
 
149
- Send this attribute if you want to send additional details the payment request.
141
+ Send this attribute if you want to send additional details the payment request..
150
142
 
151
143
  ```
152
144
  USAGE
@@ -161,9 +153,9 @@ OPTIONS
161
153
 
162
154
  _See code: [src/commands/adyen_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/details.ts)_
163
155
 
164
- ## `cl-triggers authorization ID`
156
+ ### `cl-triggers authorization ID`
165
157
 
166
- execute an action on a resource of type authorizations
158
+ Execute an action on a resource of type authorizations.
167
159
 
168
160
  ```
169
161
  USAGE
@@ -178,9 +170,9 @@ OPTIONS
178
170
 
179
171
  _See code: [src/commands/authorization/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/index.ts)_
180
172
 
181
- ## `cl-triggers authorization:capture ID`
173
+ ### `cl-triggers authorization:capture ID`
182
174
 
183
- Send this attribute if you want to create a capture for this authorization.
175
+ Send this attribute if you want to create a capture for this authorization..
184
176
 
185
177
  ```
186
178
  USAGE
@@ -195,9 +187,9 @@ OPTIONS
195
187
 
196
188
  _See code: [src/commands/authorization/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/capture.ts)_
197
189
 
198
- ## `cl-triggers authorization:capture_amount_cents ID`
190
+ ### `cl-triggers authorization:capture_amount_cents ID`
199
191
 
200
- The associated capture amount, in cents.
192
+ The associated capture amount, in cents..
201
193
 
202
194
  ```
203
195
  USAGE
@@ -212,9 +204,9 @@ OPTIONS
212
204
 
213
205
  _See code: [src/commands/authorization/capture_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/capture_amount_cents.ts)_
214
206
 
215
- ## `cl-triggers authorization:void ID`
207
+ ### `cl-triggers authorization:void ID`
216
208
 
217
- Send this attribute if you want to create a void for this authorization.
209
+ Send this attribute if you want to create a void for this authorization..
218
210
 
219
211
  ```
220
212
  USAGE
@@ -229,9 +221,9 @@ OPTIONS
229
221
 
230
222
  _See code: [src/commands/authorization/void.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/void.ts)_
231
223
 
232
- ## `cl-triggers bundle ID`
224
+ ### `cl-triggers bundle ID`
233
225
 
234
- execute an action on a resource of type bundles
226
+ Execute an action on a resource of type bundles.
235
227
 
236
228
  ```
237
229
  USAGE
@@ -246,9 +238,9 @@ OPTIONS
246
238
 
247
239
  _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/index.ts)_
248
240
 
249
- ## `cl-triggers bundle:compute_compare_at_amount ID`
241
+ ### `cl-triggers bundle:compute_compare_at_amount ID`
250
242
 
251
- Send this attribute if you want to compute the compare_at_amount_cents as the sum of the prices of the bundle SKUs for the market.
243
+ Send this attribute if you want to compute the compare_at_amount_cents as the sum of the prices of the bundle SKUs for the market..
252
244
 
253
245
  ```
254
246
  USAGE
@@ -263,9 +255,9 @@ OPTIONS
263
255
 
264
256
  _See code: [src/commands/bundle/compute_compare_at_amount.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/compute_compare_at_amount.ts)_
265
257
 
266
- ## `cl-triggers capture ID`
258
+ ### `cl-triggers capture ID`
267
259
 
268
- execute an action on a resource of type captures
260
+ Execute an action on a resource of type captures.
269
261
 
270
262
  ```
271
263
  USAGE
@@ -280,9 +272,9 @@ OPTIONS
280
272
 
281
273
  _See code: [src/commands/capture/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/index.ts)_
282
274
 
283
- ## `cl-triggers capture:refund ID`
275
+ ### `cl-triggers capture:refund ID`
284
276
 
285
- Send this attribute if you want to create a refund for this capture.
277
+ Send this attribute if you want to create a refund for this capture..
286
278
 
287
279
  ```
288
280
  USAGE
@@ -297,9 +289,9 @@ OPTIONS
297
289
 
298
290
  _See code: [src/commands/capture/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/refund.ts)_
299
291
 
300
- ## `cl-triggers capture:refund_amount_cents ID`
292
+ ### `cl-triggers capture:refund_amount_cents ID`
301
293
 
302
- The associated refund amount, in cents.
294
+ The associated refund amount, in cents..
303
295
 
304
296
  ```
305
297
  USAGE
@@ -314,9 +306,9 @@ OPTIONS
314
306
 
315
307
  _See code: [src/commands/capture/refund_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/refund_amount_cents.ts)_
316
308
 
317
- ## `cl-triggers checkout_com_payment ID`
309
+ ### `cl-triggers checkout_com_payment ID`
318
310
 
319
- execute an action on a resource of type checkout_com_payments
311
+ Execute an action on a resource of type checkout_com_payments.
320
312
 
321
313
  ```
322
314
  USAGE
@@ -331,9 +323,9 @@ OPTIONS
331
323
 
332
324
  _See code: [src/commands/checkout_com_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/index.ts)_
333
325
 
334
- ## `cl-triggers checkout_com_payment:authorize ID`
326
+ ### `cl-triggers checkout_com_payment:authorize ID`
335
327
 
336
- Send this attribute if you want to authorize the payment.
328
+ Send this attribute if you want to authorize the payment..
337
329
 
338
330
  ```
339
331
  USAGE
@@ -348,9 +340,9 @@ OPTIONS
348
340
 
349
341
  _See code: [src/commands/checkout_com_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/authorize.ts)_
350
342
 
351
- ## `cl-triggers checkout_com_payment:details ID`
343
+ ### `cl-triggers checkout_com_payment:details ID`
352
344
 
353
- Send this attribute if you want to send additional details the payment request (i.e. upon 3DS check).
345
+ Send this attribute if you want to send additional details the payment request (i.e. upon 3DS check)..
354
346
 
355
347
  ```
356
348
  USAGE
@@ -365,9 +357,9 @@ OPTIONS
365
357
 
366
358
  _See code: [src/commands/checkout_com_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/details.ts)_
367
359
 
368
- ## `cl-triggers checkout_com_payment:refresh ID`
360
+ ### `cl-triggers checkout_com_payment:refresh ID`
369
361
 
370
- Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.
362
+ Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic..
371
363
 
372
364
  ```
373
365
  USAGE
@@ -382,9 +374,9 @@ OPTIONS
382
374
 
383
375
  _See code: [src/commands/checkout_com_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/refresh.ts)_
384
376
 
385
- ## `cl-triggers customer_password_reset ID`
377
+ ### `cl-triggers customer_password_reset ID`
386
378
 
387
- execute an action on a resource of type customer_password_resets
379
+ Execute an action on a resource of type customer_password_resets.
388
380
 
389
381
  ```
390
382
  USAGE
@@ -399,9 +391,9 @@ OPTIONS
399
391
 
400
392
  _See code: [src/commands/customer_password_reset/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer_password_reset/index.ts)_
401
393
 
402
- ## `cl-triggers customer_password_reset:reset_password_token ID`
394
+ ### `cl-triggers customer_password_reset:reset_password_token ID`
403
395
 
404
- Send the 'reset_password_token' that you got on create when updating the customer password.
396
+ Send the 'reset_password_token' that you got on create when updating the customer password..
405
397
 
406
398
  ```
407
399
  USAGE
@@ -416,9 +408,9 @@ OPTIONS
416
408
 
417
409
  _See code: [src/commands/customer_password_reset/reset_password_token.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer_password_reset/reset_password_token.ts)_
418
410
 
419
- ## `cl-triggers gift_card ID`
411
+ ### `cl-triggers gift_card ID`
420
412
 
421
- execute an action on a resource of type gift_cards
413
+ Execute an action on a resource of type gift_cards.
422
414
 
423
415
  ```
424
416
  USAGE
@@ -433,9 +425,9 @@ OPTIONS
433
425
 
434
426
  _See code: [src/commands/gift_card/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/index.ts)_
435
427
 
436
- ## `cl-triggers gift_card:activate ID`
428
+ ### `cl-triggers gift_card:activate ID`
437
429
 
438
- Send this attribute if you want to activate a gift card.
430
+ Send this attribute if you want to activate a gift card..
439
431
 
440
432
  ```
441
433
  USAGE
@@ -450,9 +442,9 @@ OPTIONS
450
442
 
451
443
  _See code: [src/commands/gift_card/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/activate.ts)_
452
444
 
453
- ## `cl-triggers gift_card:balance_change_cents ID`
445
+ ### `cl-triggers gift_card:balance_change_cents ID`
454
446
 
455
- The balance change, in cents. Send a negative value to reduces the card balance by the specified amount. Send a positive value to recharge the gift card (if rechargeable).
447
+ The balance change, in cents. Send a negative value to reduces the card balance by the specified amount. Send a positive value to recharge the gift card (if rechargeable)..
456
448
 
457
449
  ```
458
450
  USAGE
@@ -467,9 +459,9 @@ OPTIONS
467
459
 
468
460
  _See code: [src/commands/gift_card/balance_change_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/balance_change_cents.ts)_
469
461
 
470
- ## `cl-triggers gift_card:deactivate ID`
462
+ ### `cl-triggers gift_card:deactivate ID`
471
463
 
472
- Send this attribute if you want to deactivate a gift card.
464
+ Send this attribute if you want to deactivate a gift card..
473
465
 
474
466
  ```
475
467
  USAGE
@@ -484,9 +476,9 @@ OPTIONS
484
476
 
485
477
  _See code: [src/commands/gift_card/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/deactivate.ts)_
486
478
 
487
- ## `cl-triggers gift_card:purchase ID`
479
+ ### `cl-triggers gift_card:purchase ID`
488
480
 
489
- Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.
481
+ Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated..
490
482
 
491
483
  ```
492
484
  USAGE
@@ -501,9 +493,9 @@ OPTIONS
501
493
 
502
494
  _See code: [src/commands/gift_card/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/purchase.ts)_
503
495
 
504
- ## `cl-triggers in_stock_subscription ID`
496
+ ### `cl-triggers in_stock_subscription ID`
505
497
 
506
- execute an action on a resource of type in_stock_subscriptions
498
+ Execute an action on a resource of type in_stock_subscriptions.
507
499
 
508
500
  ```
509
501
  USAGE
@@ -518,9 +510,9 @@ OPTIONS
518
510
 
519
511
  _See code: [src/commands/in_stock_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/index.ts)_
520
512
 
521
- ## `cl-triggers in_stock_subscription:activate ID`
513
+ ### `cl-triggers in_stock_subscription:activate ID`
522
514
 
523
- Send this attribute if you want to activate an inactive subscription.
515
+ Send this attribute if you want to activate an inactive subscription..
524
516
 
525
517
  ```
526
518
  USAGE
@@ -535,9 +527,9 @@ OPTIONS
535
527
 
536
528
  _See code: [src/commands/in_stock_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/activate.ts)_
537
529
 
538
- ## `cl-triggers in_stock_subscription:deactivate ID`
530
+ ### `cl-triggers in_stock_subscription:deactivate ID`
539
531
 
540
- Send this attribute if you want to dactivate an active subscription.
532
+ Send this attribute if you want to dactivate an active subscription..
541
533
 
542
534
  ```
543
535
  USAGE
@@ -552,9 +544,9 @@ OPTIONS
552
544
 
553
545
  _See code: [src/commands/in_stock_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/deactivate.ts)_
554
546
 
555
- ## `cl-triggers order ID`
547
+ ### `cl-triggers order ID`
556
548
 
557
- execute an action on a resource of type orders
549
+ Execute an action on a resource of type orders.
558
550
 
559
551
  ```
560
552
  USAGE
@@ -569,9 +561,9 @@ OPTIONS
569
561
 
570
562
  _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/index.ts)_
571
563
 
572
- ## `cl-triggers order:approve ID`
564
+ ### `cl-triggers order:approve ID`
573
565
 
574
- Send this attribute if you want to approve a placed order.
566
+ Send this attribute if you want to approve a placed order..
575
567
 
576
568
  ```
577
569
  USAGE
@@ -586,9 +578,9 @@ OPTIONS
586
578
 
587
579
  _See code: [src/commands/order/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/approve.ts)_
588
580
 
589
- ## `cl-triggers order:approve_and_capture ID`
581
+ ### `cl-triggers order:approve_and_capture ID`
590
582
 
591
- Send this attribute if you want to approve and capture a placed order.
583
+ Send this attribute if you want to approve and capture a placed order..
592
584
 
593
585
  ```
594
586
  USAGE
@@ -603,9 +595,9 @@ OPTIONS
603
595
 
604
596
  _See code: [src/commands/order/approve_and_capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/approve_and_capture.ts)_
605
597
 
606
- ## `cl-triggers order:archive ID`
598
+ ### `cl-triggers order:archive ID`
607
599
 
608
- Send this attribute if you want to archive the order.
600
+ Send this attribute if you want to archive the order..
609
601
 
610
602
  ```
611
603
  USAGE
@@ -620,9 +612,9 @@ OPTIONS
620
612
 
621
613
  _See code: [src/commands/order/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/archive.ts)_
622
614
 
623
- ## `cl-triggers order:authorization_amount_cents ID`
615
+ ### `cl-triggers order:authorization_amount_cents ID`
624
616
 
625
- The authorization amount, in cents.
617
+ The authorization amount, in cents..
626
618
 
627
619
  ```
628
620
  USAGE
@@ -637,9 +629,9 @@ OPTIONS
637
629
 
638
630
  _See code: [src/commands/order/authorization_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/authorization_amount_cents.ts)_
639
631
 
640
- ## `cl-triggers order:authorize ID`
632
+ ### `cl-triggers order:authorize ID`
641
633
 
642
- Send this attribute if you want to authorize the order's payment source.
634
+ Send this attribute if you want to authorize the order's payment source..
643
635
 
644
636
  ```
645
637
  USAGE
@@ -654,9 +646,9 @@ OPTIONS
654
646
 
655
647
  _See code: [src/commands/order/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/authorize.ts)_
656
648
 
657
- ## `cl-triggers order:billing_address_clone_id ID`
649
+ ### `cl-triggers order:billing_address_clone_id ID`
658
650
 
659
- The id of the address that you want to clone to create the order's billing address.
651
+ The id of the address that you want to clone to create the order's billing address..
660
652
 
661
653
  ```
662
654
  USAGE
@@ -672,9 +664,9 @@ OPTIONS
672
664
 
673
665
  _See code: [src/commands/order/billing_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/billing_address_clone_id.ts)_
674
666
 
675
- ## `cl-triggers order:billing_address_same_as_shipping ID`
667
+ ### `cl-triggers order:billing_address_same_as_shipping ID`
676
668
 
677
- Send this attribute if you want the billing address to be cloned from the order's shipping address.
669
+ Send this attribute if you want the billing address to be cloned from the order's shipping address..
678
670
 
679
671
  ```
680
672
  USAGE
@@ -689,9 +681,9 @@ OPTIONS
689
681
 
690
682
  _See code: [src/commands/order/billing_address_same_as_shipping.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/billing_address_same_as_shipping.ts)_
691
683
 
692
- ## `cl-triggers order:cancel ID`
684
+ ### `cl-triggers order:cancel ID`
693
685
 
694
- Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.
686
+ Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided..
695
687
 
696
688
  ```
697
689
  USAGE
@@ -706,9 +698,9 @@ OPTIONS
706
698
 
707
699
  _See code: [src/commands/order/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/cancel.ts)_
708
700
 
709
- ## `cl-triggers order:capture ID`
701
+ ### `cl-triggers order:capture ID`
710
702
 
711
- Send this attribute if you want to capture an approved order.
703
+ Send this attribute if you want to capture an approved order..
712
704
 
713
705
  ```
714
706
  USAGE
@@ -723,9 +715,9 @@ OPTIONS
723
715
 
724
716
  _See code: [src/commands/order/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/capture.ts)_
725
717
 
726
- ## `cl-triggers order:customer_payment_source_id ID`
718
+ ### `cl-triggers order:customer_payment_source_id ID`
727
719
 
728
- The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.
720
+ The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source..
729
721
 
730
722
  ```
731
723
  USAGE
@@ -741,9 +733,9 @@ OPTIONS
741
733
 
742
734
  _See code: [src/commands/order/customer_payment_source_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/customer_payment_source_id.ts)_
743
735
 
744
- ## `cl-triggers order:place ID`
736
+ ### `cl-triggers order:place ID`
745
737
 
746
- Send this attribute if you want to place the order.
738
+ Send this attribute if you want to place the order..
747
739
 
748
740
  ```
749
741
  USAGE
@@ -758,9 +750,9 @@ OPTIONS
758
750
 
759
751
  _See code: [src/commands/order/place.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/place.ts)_
760
752
 
761
- ## `cl-triggers order:refresh ID`
753
+ ### `cl-triggers order:refresh ID`
762
754
 
763
- Send this attribute if you want to manually refresh the order.
755
+ Send this attribute if you want to manually refresh the order..
764
756
 
765
757
  ```
766
758
  USAGE
@@ -775,9 +767,9 @@ OPTIONS
775
767
 
776
768
  _See code: [src/commands/order/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/refresh.ts)_
777
769
 
778
- ## `cl-triggers order:refund ID`
770
+ ### `cl-triggers order:refund ID`
779
771
 
780
- Send this attribute if you want to refund a captured order.
772
+ Send this attribute if you want to refund a captured order..
781
773
 
782
774
  ```
783
775
  USAGE
@@ -792,9 +784,9 @@ OPTIONS
792
784
 
793
785
  _See code: [src/commands/order/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/refund.ts)_
794
786
 
795
- ## `cl-triggers order:save_billing_address_to_customer_address_book ID`
787
+ ### `cl-triggers order:save_billing_address_to_customer_address_book ID`
796
788
 
797
- Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address.
789
+ Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address..
798
790
 
799
791
  ```
800
792
  USAGE
@@ -809,9 +801,9 @@ OPTIONS
809
801
 
810
802
  _See code: [src/commands/order/save_billing_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_billing_address_to_customer_address_book.ts)_
811
803
 
812
- ## `cl-triggers order:save_payment_source_to_customer_wallet ID`
804
+ ### `cl-triggers order:save_payment_source_to_customer_wallet ID`
813
805
 
814
- Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source.
806
+ Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source..
815
807
 
816
808
  ```
817
809
  USAGE
@@ -826,9 +818,9 @@ OPTIONS
826
818
 
827
819
  _See code: [src/commands/order/save_payment_source_to_customer_wallet.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_payment_source_to_customer_wallet.ts)_
828
820
 
829
- ## `cl-triggers order:save_shipping_address_to_customer_address_book ID`
821
+ ### `cl-triggers order:save_shipping_address_to_customer_address_book ID`
830
822
 
831
- Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address.
823
+ Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address..
832
824
 
833
825
  ```
834
826
  USAGE
@@ -843,9 +835,9 @@ OPTIONS
843
835
 
844
836
  _See code: [src/commands/order/save_shipping_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_shipping_address_to_customer_address_book.ts)_
845
837
 
846
- ## `cl-triggers order:shipping_address_clone_id ID`
838
+ ### `cl-triggers order:shipping_address_clone_id ID`
847
839
 
848
- The id of the address that you want to clone to create the order's shipping address.
840
+ The id of the address that you want to clone to create the order's shipping address..
849
841
 
850
842
  ```
851
843
  USAGE
@@ -861,9 +853,9 @@ OPTIONS
861
853
 
862
854
  _See code: [src/commands/order/shipping_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/shipping_address_clone_id.ts)_
863
855
 
864
- ## `cl-triggers order:shipping_address_same_as_billing ID`
856
+ ### `cl-triggers order:shipping_address_same_as_billing ID`
865
857
 
866
- Send this attribute if you want the shipping address to be cloned from the order's billing address.
858
+ Send this attribute if you want the shipping address to be cloned from the order's billing address..
867
859
 
868
860
  ```
869
861
  USAGE
@@ -878,9 +870,9 @@ OPTIONS
878
870
 
879
871
  _See code: [src/commands/order/shipping_address_same_as_billing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/shipping_address_same_as_billing.ts)_
880
872
 
881
- ## `cl-triggers order:unarchive ID`
873
+ ### `cl-triggers order:unarchive ID`
882
874
 
883
- Send this attribute if you want to unarchive the order.
875
+ Send this attribute if you want to unarchive the order..
884
876
 
885
877
  ```
886
878
  USAGE
@@ -895,9 +887,9 @@ OPTIONS
895
887
 
896
888
  _See code: [src/commands/order/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/unarchive.ts)_
897
889
 
898
- ## `cl-triggers order:update_taxes ID`
890
+ ### `cl-triggers order:update_taxes ID`
899
891
 
900
- Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market).
892
+ Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market)..
901
893
 
902
894
  ```
903
895
  USAGE
@@ -912,9 +904,9 @@ OPTIONS
912
904
 
913
905
  _See code: [src/commands/order/update_taxes.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/update_taxes.ts)_
914
906
 
915
- ## `cl-triggers order_subscription ID`
907
+ ### `cl-triggers order_subscription ID`
916
908
 
917
- execute an action on a resource of type order_subscriptions
909
+ Execute an action on a resource of type order_subscriptions.
918
910
 
919
911
  ```
920
912
  USAGE
@@ -929,9 +921,9 @@ OPTIONS
929
921
 
930
922
  _See code: [src/commands/order_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/index.ts)_
931
923
 
932
- ## `cl-triggers order_subscription:activate ID`
924
+ ### `cl-triggers order_subscription:activate ID`
933
925
 
934
- Send this attribute if you want to mark this subscription as active.
926
+ Send this attribute if you want to mark this subscription as active..
935
927
 
936
928
  ```
937
929
  USAGE
@@ -946,9 +938,9 @@ OPTIONS
946
938
 
947
939
  _See code: [src/commands/order_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/activate.ts)_
948
940
 
949
- ## `cl-triggers order_subscription:cancel ID`
941
+ ### `cl-triggers order_subscription:cancel ID`
950
942
 
951
- Send this attribute if you want to mark this subscription as cancelled.
943
+ Send this attribute if you want to mark this subscription as cancelled..
952
944
 
953
945
  ```
954
946
  USAGE
@@ -963,9 +955,9 @@ OPTIONS
963
955
 
964
956
  _See code: [src/commands/order_subscription/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/cancel.ts)_
965
957
 
966
- ## `cl-triggers order_subscription:deactivate ID`
958
+ ### `cl-triggers order_subscription:deactivate ID`
967
959
 
968
- Send this attribute if you want to mark this subscription as inactive.
960
+ Send this attribute if you want to mark this subscription as inactive..
969
961
 
970
962
  ```
971
963
  USAGE
@@ -980,9 +972,9 @@ OPTIONS
980
972
 
981
973
  _See code: [src/commands/order_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/deactivate.ts)_
982
974
 
983
- ## `cl-triggers return ID`
975
+ ### `cl-triggers return ID`
984
976
 
985
- execute an action on a resource of type returns
977
+ Execute an action on a resource of type returns.
986
978
 
987
979
  ```
988
980
  USAGE
@@ -997,9 +989,9 @@ OPTIONS
997
989
 
998
990
  _See code: [src/commands/return/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/index.ts)_
999
991
 
1000
- ## `cl-triggers return:approve ID`
992
+ ### `cl-triggers return:approve ID`
1001
993
 
1002
- Send this attribute if you want to mark this return as approved.
994
+ Send this attribute if you want to mark this return as approved..
1003
995
 
1004
996
  ```
1005
997
  USAGE
@@ -1014,9 +1006,9 @@ OPTIONS
1014
1006
 
1015
1007
  _See code: [src/commands/return/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/approve.ts)_
1016
1008
 
1017
- ## `cl-triggers return:archive ID`
1009
+ ### `cl-triggers return:archive ID`
1018
1010
 
1019
- Send this attribute if you want to archive the return.
1011
+ Send this attribute if you want to archive the return..
1020
1012
 
1021
1013
  ```
1022
1014
  USAGE
@@ -1031,9 +1023,9 @@ OPTIONS
1031
1023
 
1032
1024
  _See code: [src/commands/return/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/archive.ts)_
1033
1025
 
1034
- ## `cl-triggers return:cancel ID`
1026
+ ### `cl-triggers return:cancel ID`
1035
1027
 
1036
- Send this attribute if you want to mark this return as cancelled.
1028
+ Send this attribute if you want to mark this return as cancelled..
1037
1029
 
1038
1030
  ```
1039
1031
  USAGE
@@ -1048,9 +1040,9 @@ OPTIONS
1048
1040
 
1049
1041
  _See code: [src/commands/return/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/cancel.ts)_
1050
1042
 
1051
- ## `cl-triggers return:receive ID`
1043
+ ### `cl-triggers return:receive ID`
1052
1044
 
1053
- Send this attribute if you want to mark this return as received.
1045
+ Send this attribute if you want to mark this return as received..
1054
1046
 
1055
1047
  ```
1056
1048
  USAGE
@@ -1065,9 +1057,9 @@ OPTIONS
1065
1057
 
1066
1058
  _See code: [src/commands/return/receive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/receive.ts)_
1067
1059
 
1068
- ## `cl-triggers return:reject ID`
1060
+ ### `cl-triggers return:reject ID`
1069
1061
 
1070
- Send this attribute if you want to mark this return as rejected.
1062
+ Send this attribute if you want to mark this return as rejected..
1071
1063
 
1072
1064
  ```
1073
1065
  USAGE
@@ -1082,9 +1074,9 @@ OPTIONS
1082
1074
 
1083
1075
  _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/reject.ts)_
1084
1076
 
1085
- ## `cl-triggers return:request ID`
1077
+ ### `cl-triggers return:request ID`
1086
1078
 
1087
- Send this attribute if you want to activate this return.
1079
+ Send this attribute if you want to activate this return..
1088
1080
 
1089
1081
  ```
1090
1082
  USAGE
@@ -1099,9 +1091,9 @@ OPTIONS
1099
1091
 
1100
1092
  _See code: [src/commands/return/request.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/request.ts)_
1101
1093
 
1102
- ## `cl-triggers return:restock ID`
1094
+ ### `cl-triggers return:restock ID`
1103
1095
 
1104
- Send this attribute if you want to restock all of the return line items.
1096
+ Send this attribute if you want to restock all of the return line items..
1105
1097
 
1106
1098
  ```
1107
1099
  USAGE
@@ -1116,9 +1108,9 @@ OPTIONS
1116
1108
 
1117
1109
  _See code: [src/commands/return/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/restock.ts)_
1118
1110
 
1119
- ## `cl-triggers return:ship ID`
1111
+ ### `cl-triggers return:ship ID`
1120
1112
 
1121
- Send this attribute if you want to mark this return as shipped.
1113
+ Send this attribute if you want to mark this return as shipped..
1122
1114
 
1123
1115
  ```
1124
1116
  USAGE
@@ -1133,9 +1125,9 @@ OPTIONS
1133
1125
 
1134
1126
  _See code: [src/commands/return/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/ship.ts)_
1135
1127
 
1136
- ## `cl-triggers return:unarchive ID`
1128
+ ### `cl-triggers return:unarchive ID`
1137
1129
 
1138
- Send this attribute if you want to unarchive the return.
1130
+ Send this attribute if you want to unarchive the return..
1139
1131
 
1140
1132
  ```
1141
1133
  USAGE
@@ -1150,9 +1142,9 @@ OPTIONS
1150
1142
 
1151
1143
  _See code: [src/commands/return/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/unarchive.ts)_
1152
1144
 
1153
- ## `cl-triggers return_line_item ID`
1145
+ ### `cl-triggers return_line_item ID`
1154
1146
 
1155
- execute an action on a resource of type return_line_items
1147
+ Execute an action on a resource of type return_line_items.
1156
1148
 
1157
1149
  ```
1158
1150
  USAGE
@@ -1167,9 +1159,9 @@ OPTIONS
1167
1159
 
1168
1160
  _See code: [src/commands/return_line_item/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return_line_item/index.ts)_
1169
1161
 
1170
- ## `cl-triggers return_line_item:restock ID`
1162
+ ### `cl-triggers return_line_item:restock ID`
1171
1163
 
1172
- Send this attribute if you want to restock the line item.
1164
+ Send this attribute if you want to restock the line item..
1173
1165
 
1174
1166
  ```
1175
1167
  USAGE
@@ -1184,9 +1176,9 @@ OPTIONS
1184
1176
 
1185
1177
  _See code: [src/commands/return_line_item/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return_line_item/restock.ts)_
1186
1178
 
1187
- ## `cl-triggers shipment ID`
1179
+ ### `cl-triggers shipment ID`
1188
1180
 
1189
- execute an action on a resource of type shipments
1181
+ Execute an action on a resource of type shipments.
1190
1182
 
1191
1183
  ```
1192
1184
  USAGE
@@ -1201,9 +1193,9 @@ OPTIONS
1201
1193
 
1202
1194
  _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/index.ts)_
1203
1195
 
1204
- ## `cl-triggers shipment:get_rates ID`
1196
+ ### `cl-triggers shipment:get_rates ID`
1205
1197
 
1206
- Send this attribute if you want get the shipping rates from the associated carrier accounts.
1198
+ Send this attribute if you want get the shipping rates from the associated carrier accounts..
1207
1199
 
1208
1200
  ```
1209
1201
  USAGE
@@ -1218,9 +1210,9 @@ OPTIONS
1218
1210
 
1219
1211
  _See code: [src/commands/shipment/get_rates.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/get_rates.ts)_
1220
1212
 
1221
- ## `cl-triggers shipment:on_hold ID`
1213
+ ### `cl-triggers shipment:on_hold ID`
1222
1214
 
1223
- Send this attribute if you want to put this shipment on hold.
1215
+ Send this attribute if you want to put this shipment on hold..
1224
1216
 
1225
1217
  ```
1226
1218
  USAGE
@@ -1235,9 +1227,9 @@ OPTIONS
1235
1227
 
1236
1228
  _See code: [src/commands/shipment/on_hold.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/on_hold.ts)_
1237
1229
 
1238
- ## `cl-triggers shipment:packing ID`
1230
+ ### `cl-triggers shipment:packing ID`
1239
1231
 
1240
- Send this attribute if you want to start packing this shipment.
1232
+ Send this attribute if you want to start packing this shipment..
1241
1233
 
1242
1234
  ```
1243
1235
  USAGE
@@ -1252,9 +1244,9 @@ OPTIONS
1252
1244
 
1253
1245
  _See code: [src/commands/shipment/packing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/packing.ts)_
1254
1246
 
1255
- ## `cl-triggers shipment:picking ID`
1247
+ ### `cl-triggers shipment:picking ID`
1256
1248
 
1257
- Send this attribute if you want to start picking this shipment.
1249
+ Send this attribute if you want to start picking this shipment..
1258
1250
 
1259
1251
  ```
1260
1252
  USAGE
@@ -1269,9 +1261,9 @@ OPTIONS
1269
1261
 
1270
1262
  _See code: [src/commands/shipment/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/picking.ts)_
1271
1263
 
1272
- ## `cl-triggers shipment:purchase ID`
1264
+ ### `cl-triggers shipment:purchase ID`
1273
1265
 
1274
- Send this attribute if you want to purchase this shipment with the selected rate.
1266
+ Send this attribute if you want to purchase this shipment with the selected rate..
1275
1267
 
1276
1268
  ```
1277
1269
  USAGE
@@ -1286,9 +1278,9 @@ OPTIONS
1286
1278
 
1287
1279
  _See code: [src/commands/shipment/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/purchase.ts)_
1288
1280
 
1289
- ## `cl-triggers shipment:ready_to_ship ID`
1281
+ ### `cl-triggers shipment:ready_to_ship ID`
1290
1282
 
1291
- Send this attribute if you want to mark this shipment as ready to ship.
1283
+ Send this attribute if you want to mark this shipment as ready to ship..
1292
1284
 
1293
1285
  ```
1294
1286
  USAGE
@@ -1303,9 +1295,9 @@ OPTIONS
1303
1295
 
1304
1296
  _See code: [src/commands/shipment/ready_to_ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/ready_to_ship.ts)_
1305
1297
 
1306
- ## `cl-triggers shipment:ship ID`
1298
+ ### `cl-triggers shipment:ship ID`
1307
1299
 
1308
- Send this attribute if you want to mark this shipment as shipped.
1300
+ Send this attribute if you want to mark this shipment as shipped..
1309
1301
 
1310
1302
  ```
1311
1303
  USAGE
@@ -1320,9 +1312,9 @@ OPTIONS
1320
1312
 
1321
1313
  _See code: [src/commands/shipment/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/ship.ts)_
1322
1314
 
1323
- ## `cl-triggers stock_transfer ID`
1315
+ ### `cl-triggers stock_transfer ID`
1324
1316
 
1325
- execute an action on a resource of type stock_transfers
1317
+ Execute an action on a resource of type stock_transfers.
1326
1318
 
1327
1319
  ```
1328
1320
  USAGE
@@ -1337,9 +1329,9 @@ OPTIONS
1337
1329
 
1338
1330
  _See code: [src/commands/stock_transfer/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/index.ts)_
1339
1331
 
1340
- ## `cl-triggers stock_transfer:cancel ID`
1332
+ ### `cl-triggers stock_transfer:cancel ID`
1341
1333
 
1342
- Send this attribute if you want to cancel this stock transfer.
1334
+ Send this attribute if you want to cancel this stock transfer..
1343
1335
 
1344
1336
  ```
1345
1337
  USAGE
@@ -1354,9 +1346,9 @@ OPTIONS
1354
1346
 
1355
1347
  _See code: [src/commands/stock_transfer/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/cancel.ts)_
1356
1348
 
1357
- ## `cl-triggers stock_transfer:complete ID`
1349
+ ### `cl-triggers stock_transfer:complete ID`
1358
1350
 
1359
- Send this attribute if you want to complete this stock transfer.
1351
+ Send this attribute if you want to complete this stock transfer..
1360
1352
 
1361
1353
  ```
1362
1354
  USAGE
@@ -1371,9 +1363,9 @@ OPTIONS
1371
1363
 
1372
1364
  _See code: [src/commands/stock_transfer/complete.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/complete.ts)_
1373
1365
 
1374
- ## `cl-triggers stock_transfer:in_transit ID`
1366
+ ### `cl-triggers stock_transfer:in_transit ID`
1375
1367
 
1376
- Send this attribute if you want to mark this stock transfer as in transit.
1368
+ Send this attribute if you want to mark this stock transfer as in transit..
1377
1369
 
1378
1370
  ```
1379
1371
  USAGE
@@ -1388,9 +1380,9 @@ OPTIONS
1388
1380
 
1389
1381
  _See code: [src/commands/stock_transfer/in_transit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/in_transit.ts)_
1390
1382
 
1391
- ## `cl-triggers stock_transfer:picking ID`
1383
+ ### `cl-triggers stock_transfer:picking ID`
1392
1384
 
1393
- Send this attribute if you want to start picking this stock transfer.
1385
+ Send this attribute if you want to start picking this stock transfer..
1394
1386
 
1395
1387
  ```
1396
1388
  USAGE
@@ -1405,9 +1397,9 @@ OPTIONS
1405
1397
 
1406
1398
  _See code: [src/commands/stock_transfer/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/picking.ts)_
1407
1399
 
1408
- ## `cl-triggers stock_transfer:upcoming ID`
1400
+ ### `cl-triggers stock_transfer:upcoming ID`
1409
1401
 
1410
- Send this attribute if you want to mark this stock transfer as upcoming.
1402
+ Send this attribute if you want to mark this stock transfer as upcoming..
1411
1403
 
1412
1404
  ```
1413
1405
  USAGE
@@ -1422,9 +1414,9 @@ OPTIONS
1422
1414
 
1423
1415
  _See code: [src/commands/stock_transfer/upcoming.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/upcoming.ts)_
1424
1416
 
1425
- ## `cl-triggers stripe_payment ID`
1417
+ ### `cl-triggers stripe_payment ID`
1426
1418
 
1427
- execute an action on a resource of type stripe_payments
1419
+ Execute an action on a resource of type stripe_payments.
1428
1420
 
1429
1421
  ```
1430
1422
  USAGE
@@ -1439,9 +1431,9 @@ OPTIONS
1439
1431
 
1440
1432
  _See code: [src/commands/stripe_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stripe_payment/index.ts)_
1441
1433
 
1442
- ## `cl-triggers stripe_payment:refresh ID`
1434
+ ### `cl-triggers stripe_payment:refresh ID`
1443
1435
 
1444
- Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.
1436
+ Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic..
1445
1437
 
1446
1438
  ```
1447
1439
  USAGE
@@ -1456,9 +1448,9 @@ OPTIONS
1456
1448
 
1457
1449
  _See code: [src/commands/stripe_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stripe_payment/refresh.ts)_
1458
1450
 
1459
- ## `cl-triggers webhook ID`
1451
+ ### `cl-triggers webhook ID`
1460
1452
 
1461
- execute an action on a resource of type webhooks
1453
+ Execute an action on a resource of type webhooks.
1462
1454
 
1463
1455
  ```
1464
1456
  USAGE
@@ -1473,9 +1465,9 @@ OPTIONS
1473
1465
 
1474
1466
  _See code: [src/commands/webhook/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/webhook/index.ts)_
1475
1467
 
1476
- ## `cl-triggers webhook:reset_circuit ID`
1468
+ ### `cl-triggers webhook:reset_circuit ID`
1477
1469
 
1478
- Send this attribute if you want to reset the circuit breaker associated to this webhook to 'closed' state and zero failures count.
1470
+ Send this attribute if you want to reset the circuit breaker associated to this webhook to 'closed' state and zero failures count..
1479
1471
 
1480
1472
  ```
1481
1473
  USAGE