@knocklabs/cli 1.0.3 → 1.0.5

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
@@ -16,7 +16,7 @@ $ npm install -g @knocklabs/cli
16
16
  $ knock COMMAND
17
17
  running command...
18
18
  $ knock (--version)
19
- @knocklabs/cli/1.0.3 linux-x64 node-v22.22.1
19
+ @knocklabs/cli/1.0.5 linux-x64 node-v22.22.2
20
20
  $ knock --help [COMMAND]
21
21
  USAGE
22
22
  $ knock COMMAND
@@ -125,7 +125,7 @@ DESCRIPTION
125
125
  Use this command with caution.
126
126
  ```
127
127
 
128
- _See code: [src/commands/audience/archive.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/archive.ts)_
128
+ _See code: [src/commands/audience/archive.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/archive.ts)_
129
129
 
130
130
  ## `knock audience get AUDIENCEKEY`
131
131
 
@@ -146,7 +146,7 @@ GLOBAL FLAGS
146
146
  --json Format output as json.
147
147
  ```
148
148
 
149
- _See code: [src/commands/audience/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/get.ts)_
149
+ _See code: [src/commands/audience/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/get.ts)_
150
150
 
151
151
  ## `knock audience list`
152
152
 
@@ -170,7 +170,7 @@ GLOBAL FLAGS
170
170
  --json Format output as json.
171
171
  ```
172
172
 
173
- _See code: [src/commands/audience/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/list.ts)_
173
+ _See code: [src/commands/audience/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/list.ts)_
174
174
 
175
175
  ## `knock audience new`
176
176
 
@@ -195,7 +195,7 @@ FLAGS
195
195
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
196
196
  ```
197
197
 
198
- _See code: [src/commands/audience/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/new.ts)_
198
+ _See code: [src/commands/audience/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/new.ts)_
199
199
 
200
200
  ## `knock audience open AUDIENCEKEY`
201
201
 
@@ -211,7 +211,7 @@ FLAGS
211
211
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
212
212
  ```
213
213
 
214
- _See code: [src/commands/audience/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/open.ts)_
214
+ _See code: [src/commands/audience/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/open.ts)_
215
215
 
216
216
  ## `knock audience pull [AUDIENCEKEY]`
217
217
 
@@ -232,7 +232,7 @@ FLAGS
232
232
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
233
233
  ```
234
234
 
235
- _See code: [src/commands/audience/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/pull.ts)_
235
+ _See code: [src/commands/audience/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/pull.ts)_
236
236
 
237
237
  ## `knock audience push [AUDIENCEKEY]`
238
238
 
@@ -256,7 +256,7 @@ FLAGS
256
256
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
257
257
  ```
258
258
 
259
- _See code: [src/commands/audience/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/push.ts)_
259
+ _See code: [src/commands/audience/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/push.ts)_
260
260
 
261
261
  ## `knock audience validate [AUDIENCEKEY]`
262
262
 
@@ -276,7 +276,7 @@ FLAGS
276
276
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
277
277
  ```
278
278
 
279
- _See code: [src/commands/audience/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/audience/validate.ts)_
279
+ _See code: [src/commands/audience/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/audience/validate.ts)_
280
280
 
281
281
  ## `knock branch create [SLUG]`
282
282
 
@@ -296,7 +296,7 @@ GLOBAL FLAGS
296
296
  --json Format output as json.
297
297
  ```
298
298
 
299
- _See code: [src/commands/branch/create.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/create.ts)_
299
+ _See code: [src/commands/branch/create.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/create.ts)_
300
300
 
301
301
  ## `knock branch delete SLUG`
302
302
 
@@ -314,7 +314,7 @@ FLAGS
314
314
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
315
315
  ```
316
316
 
317
- _See code: [src/commands/branch/delete.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/delete.ts)_
317
+ _See code: [src/commands/branch/delete.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/delete.ts)_
318
318
 
319
319
  ## `knock branch exit`
320
320
 
@@ -328,7 +328,7 @@ FLAGS
328
328
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
329
329
  ```
330
330
 
331
- _See code: [src/commands/branch/exit.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/exit.ts)_
331
+ _See code: [src/commands/branch/exit.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/exit.ts)_
332
332
 
333
333
  ## `knock branch list`
334
334
 
@@ -348,7 +348,7 @@ GLOBAL FLAGS
348
348
  --json Format output as json.
349
349
  ```
350
350
 
351
- _See code: [src/commands/branch/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/list.ts)_
351
+ _See code: [src/commands/branch/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/list.ts)_
352
352
 
353
353
  ## `knock branch merge SLUG`
354
354
 
@@ -367,7 +367,7 @@ FLAGS
367
367
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
368
368
  ```
369
369
 
370
- _See code: [src/commands/branch/merge.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/merge.ts)_
370
+ _See code: [src/commands/branch/merge.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/merge.ts)_
371
371
 
372
372
  ## `knock branch switch SLUG`
373
373
 
@@ -386,7 +386,7 @@ FLAGS
386
386
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
387
387
  ```
388
388
 
389
- _See code: [src/commands/branch/switch.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/branch/switch.ts)_
389
+ _See code: [src/commands/branch/switch.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/branch/switch.ts)_
390
390
 
391
391
  ## `knock channel list`
392
392
 
@@ -403,16 +403,16 @@ GLOBAL FLAGS
403
403
  --json Format output as json.
404
404
  ```
405
405
 
406
- _See code: [src/commands/channel/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/channel/list.ts)_
406
+ _See code: [src/commands/channel/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/channel/list.ts)_
407
407
 
408
408
  ## `knock commit`
409
409
 
410
- Commit all changes in development environment.
410
+ Commit all changes in development environment, or only changes for a specific resource type.
411
411
 
412
412
  ```
413
413
  USAGE
414
414
  $ knock commit [--service-token <value>] [--environment development] [--branch <value>] [-m <value>]
415
- [--force]
415
+ [--force] [--resource-type email_layout|guide|message_type|partial|translation|workflow] [--resource-id <value>]
416
416
 
417
417
  FLAGS
418
418
  -m, --commit-message=<value> Use the given value as the commit message.
@@ -421,10 +421,15 @@ FLAGS
421
421
  use `commit promote` to promote changes to a subsequent environment.
422
422
  <options: development>
423
423
  --force Remove the confirmation prompt.
424
+ --resource-id=<value> Commit only changes for the given resource identifier. Must be used together with
425
+ --resource-type.
426
+ --resource-type=<option> Commit only changes for the given resource type. Can be used alone or together with
427
+ --resource-id.
428
+ <options: email_layout|guide|message_type|partial|translation|workflow>
424
429
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
425
430
  ```
426
431
 
427
- _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/index.ts)_
432
+ _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/commit/index.ts)_
428
433
 
429
434
  ## `knock commit get ID`
430
435
 
@@ -441,7 +446,7 @@ GLOBAL FLAGS
441
446
  --json Format output as json.
442
447
  ```
443
448
 
444
- _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/get.ts)_
449
+ _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/commit/get.ts)_
445
450
 
446
451
  ## `knock commit list`
447
452
 
@@ -473,7 +478,7 @@ GLOBAL FLAGS
473
478
  --json Format output as json.
474
479
  ```
475
480
 
476
- _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/list.ts)_
481
+ _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/commit/list.ts)_
477
482
 
478
483
  ## `knock commit promote`
479
484
 
@@ -490,7 +495,7 @@ FLAGS
490
495
  --to=<value> The destination environment to promote all changes from the preceding environment.
491
496
  ```
492
497
 
493
- _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/promote.ts)_
498
+ _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/commit/promote.ts)_
494
499
 
495
500
  ## `knock environment list`
496
501
 
@@ -507,7 +512,7 @@ GLOBAL FLAGS
507
512
  --json Format output as json.
508
513
  ```
509
514
 
510
- _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/environment/list.ts)_
515
+ _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/environment/list.ts)_
511
516
 
512
517
  ## `knock guide activate GUIDEKEY`
513
518
 
@@ -538,7 +543,7 @@ DESCRIPTION
538
543
  or deactivated at a later time using the --from and --until flags.
539
544
  ```
540
545
 
541
- _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/activate.ts)_
546
+ _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/activate.ts)_
542
547
 
543
548
  ## `knock guide generate-types`
544
549
 
@@ -561,7 +566,7 @@ DESCRIPTION
561
566
  Generate types for all guides in an environment and write them to a file.
562
567
  ```
563
568
 
564
- _See code: [src/commands/guide/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/generate-types.ts)_
569
+ _See code: [src/commands/guide/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/generate-types.ts)_
565
570
 
566
571
  ## `knock guide get GUIDEKEY`
567
572
 
@@ -582,7 +587,7 @@ GLOBAL FLAGS
582
587
  --json Format output as json.
583
588
  ```
584
589
 
585
- _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/get.ts)_
590
+ _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/get.ts)_
586
591
 
587
592
  ## `knock guide list`
588
593
 
@@ -606,7 +611,7 @@ GLOBAL FLAGS
606
611
  --json Format output as json.
607
612
  ```
608
613
 
609
- _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/list.ts)_
614
+ _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/list.ts)_
610
615
 
611
616
  ## `knock guide new`
612
617
 
@@ -630,7 +635,7 @@ FLAGS
630
635
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
631
636
  ```
632
637
 
633
- _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/new.ts)_
638
+ _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/new.ts)_
634
639
 
635
640
  ## `knock guide open GUIDEKEY`
636
641
 
@@ -646,7 +651,7 @@ FLAGS
646
651
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
647
652
  ```
648
653
 
649
- _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/open.ts)_
654
+ _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/open.ts)_
650
655
 
651
656
  ## `knock guide pull [GUIDEKEY]`
652
657
 
@@ -667,7 +672,7 @@ FLAGS
667
672
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
668
673
  ```
669
674
 
670
- _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/pull.ts)_
675
+ _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/pull.ts)_
671
676
 
672
677
  ## `knock guide push [GUIDEKEY]`
673
678
 
@@ -691,7 +696,7 @@ FLAGS
691
696
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
692
697
  ```
693
698
 
694
- _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/push.ts)_
699
+ _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/push.ts)_
695
700
 
696
701
  ## `knock guide validate [GUIDEKEY]`
697
702
 
@@ -710,7 +715,7 @@ FLAGS
710
715
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
711
716
  ```
712
717
 
713
- _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/validate.ts)_
718
+ _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/guide/validate.ts)_
714
719
 
715
720
  ## `knock help [COMMAND]`
716
721
 
@@ -730,7 +735,7 @@ DESCRIPTION
730
735
  Display help for knock.
731
736
  ```
732
737
 
733
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_
738
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.41/src/commands/help.ts)_
734
739
 
735
740
  ## `knock init`
736
741
 
@@ -750,7 +755,7 @@ DESCRIPTION
750
755
  resources directory.
751
756
  ```
752
757
 
753
- _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/init.ts)_
758
+ _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/init.ts)_
754
759
 
755
760
  ## `knock layout get EMAILLAYOUTKEY`
756
761
 
@@ -771,7 +776,7 @@ GLOBAL FLAGS
771
776
  --json Format output as json.
772
777
  ```
773
778
 
774
- _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/get.ts)_
779
+ _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/get.ts)_
775
780
 
776
781
  ## `knock layout list`
777
782
 
@@ -795,7 +800,7 @@ GLOBAL FLAGS
795
800
  --json Format output as json.
796
801
  ```
797
802
 
798
- _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/list.ts)_
803
+ _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/list.ts)_
799
804
 
800
805
  ## `knock layout new`
801
806
 
@@ -818,7 +823,7 @@ FLAGS
818
823
  --template=<value> The template to use for the email layout. Should be `email-layouts/{key}`.
819
824
  ```
820
825
 
821
- _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/new.ts)_
826
+ _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/new.ts)_
822
827
 
823
828
  ## `knock layout open LAYOUTKEY`
824
829
 
@@ -834,7 +839,7 @@ FLAGS
834
839
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
835
840
  ```
836
841
 
837
- _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/open.ts)_
842
+ _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/open.ts)_
838
843
 
839
844
  ## `knock layout pull [EMAILLAYOUTKEY]`
840
845
 
@@ -855,7 +860,7 @@ FLAGS
855
860
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
856
861
  ```
857
862
 
858
- _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/pull.ts)_
863
+ _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/pull.ts)_
859
864
 
860
865
  ## `knock layout push [EMAILLAYOUTKEY]`
861
866
 
@@ -881,7 +886,7 @@ FLAGS
881
886
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
882
887
  ```
883
888
 
884
- _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/push.ts)_
889
+ _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/push.ts)_
885
890
 
886
891
  ## `knock layout validate [EMAILLAYOUTKEY]`
887
892
 
@@ -901,7 +906,7 @@ FLAGS
901
906
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
902
907
  ```
903
908
 
904
- _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/validate.ts)_
909
+ _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/layout/validate.ts)_
905
910
 
906
911
  ## `knock login`
907
912
 
@@ -915,7 +920,7 @@ FLAGS
915
920
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
916
921
  ```
917
922
 
918
- _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/login.ts)_
923
+ _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/login.ts)_
919
924
 
920
925
  ## `knock logout`
921
926
 
@@ -929,7 +934,7 @@ FLAGS
929
934
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
930
935
  ```
931
936
 
932
- _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/logout.ts)_
937
+ _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/logout.ts)_
933
938
 
934
939
  ## `knock message-type get MESSAGETYPEKEY`
935
940
 
@@ -950,7 +955,7 @@ GLOBAL FLAGS
950
955
  --json Format output as json.
951
956
  ```
952
957
 
953
- _See code: [src/commands/message-type/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/get.ts)_
958
+ _See code: [src/commands/message-type/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/get.ts)_
954
959
 
955
960
  ## `knock message-type list`
956
961
 
@@ -974,7 +979,7 @@ GLOBAL FLAGS
974
979
  --json Format output as json.
975
980
  ```
976
981
 
977
- _See code: [src/commands/message-type/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/list.ts)_
982
+ _See code: [src/commands/message-type/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/list.ts)_
978
983
 
979
984
  ## `knock message-type new`
980
985
 
@@ -997,7 +1002,7 @@ FLAGS
997
1002
  --template=<value> The template to use for the message type. Should be `message-types/{key}`.
998
1003
  ```
999
1004
 
1000
- _See code: [src/commands/message-type/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/new.ts)_
1005
+ _See code: [src/commands/message-type/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/new.ts)_
1001
1006
 
1002
1007
  ## `knock message-type open MESSAGETYPEKEY`
1003
1008
 
@@ -1013,7 +1018,7 @@ FLAGS
1013
1018
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1014
1019
  ```
1015
1020
 
1016
- _See code: [src/commands/message-type/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/open.ts)_
1021
+ _See code: [src/commands/message-type/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/open.ts)_
1017
1022
 
1018
1023
  ## `knock message-type pull [MESSAGETYPEKEY]`
1019
1024
 
@@ -1034,7 +1039,7 @@ FLAGS
1034
1039
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1035
1040
  ```
1036
1041
 
1037
- _See code: [src/commands/message-type/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/pull.ts)_
1042
+ _See code: [src/commands/message-type/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/pull.ts)_
1038
1043
 
1039
1044
  ## `knock message-type push [MESSAGETYPEKEY]`
1040
1045
 
@@ -1060,7 +1065,7 @@ FLAGS
1060
1065
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1061
1066
  ```
1062
1067
 
1063
- _See code: [src/commands/message-type/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/push.ts)_
1068
+ _See code: [src/commands/message-type/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/push.ts)_
1064
1069
 
1065
1070
  ## `knock message-type validate [MESSAGETYPEKEY]`
1066
1071
 
@@ -1081,7 +1086,7 @@ FLAGS
1081
1086
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1082
1087
  ```
1083
1088
 
1084
- _See code: [src/commands/message-type/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/message-type/validate.ts)_
1089
+ _See code: [src/commands/message-type/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/message-type/validate.ts)_
1085
1090
 
1086
1091
  ## `knock partial get PARTIALKEY`
1087
1092
 
@@ -1102,7 +1107,7 @@ GLOBAL FLAGS
1102
1107
  --json Format output as json.
1103
1108
  ```
1104
1109
 
1105
- _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/get.ts)_
1110
+ _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/get.ts)_
1106
1111
 
1107
1112
  ## `knock partial list`
1108
1113
 
@@ -1126,7 +1131,7 @@ GLOBAL FLAGS
1126
1131
  --json Format output as json.
1127
1132
  ```
1128
1133
 
1129
- _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/list.ts)_
1134
+ _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/list.ts)_
1130
1135
 
1131
1136
  ## `knock partial new`
1132
1137
 
@@ -1152,7 +1157,7 @@ FLAGS
1152
1157
  with --type.
1153
1158
  ```
1154
1159
 
1155
- _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/new.ts)_
1160
+ _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/new.ts)_
1156
1161
 
1157
1162
  ## `knock partial open PARTIALKEY`
1158
1163
 
@@ -1168,7 +1173,7 @@ FLAGS
1168
1173
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1169
1174
  ```
1170
1175
 
1171
- _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/open.ts)_
1176
+ _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/open.ts)_
1172
1177
 
1173
1178
  ## `knock partial pull [PARTIALKEY]`
1174
1179
 
@@ -1189,7 +1194,7 @@ FLAGS
1189
1194
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1190
1195
  ```
1191
1196
 
1192
- _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/pull.ts)_
1197
+ _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/pull.ts)_
1193
1198
 
1194
1199
  ## `knock partial push [PARTIALKEY]`
1195
1200
 
@@ -1214,7 +1219,7 @@ FLAGS
1214
1219
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1215
1220
  ```
1216
1221
 
1217
- _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/push.ts)_
1222
+ _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/push.ts)_
1218
1223
 
1219
1224
  ## `knock partial validate [PARTIALKEY]`
1220
1225
 
@@ -1234,7 +1239,7 @@ FLAGS
1234
1239
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1235
1240
  ```
1236
1241
 
1237
- _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/validate.ts)_
1242
+ _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/partial/validate.ts)_
1238
1243
 
1239
1244
  ## `knock pull`
1240
1245
 
@@ -1254,7 +1259,7 @@ FLAGS
1254
1259
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1255
1260
  ```
1256
1261
 
1257
- _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/pull.ts)_
1262
+ _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/pull.ts)_
1258
1263
 
1259
1264
  ## `knock push`
1260
1265
 
@@ -1278,7 +1283,7 @@ FLAGS
1278
1283
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1279
1284
  ```
1280
1285
 
1281
- _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/push.ts)_
1286
+ _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/push.ts)_
1282
1287
 
1283
1288
  ## `knock translation get TRANSLATIONREF`
1284
1289
 
@@ -1306,7 +1311,7 @@ GLOBAL FLAGS
1306
1311
  --json Format output as json.
1307
1312
  ```
1308
1313
 
1309
- _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/get.ts)_
1314
+ _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/translation/get.ts)_
1310
1315
 
1311
1316
  ## `knock translation list`
1312
1317
 
@@ -1330,7 +1335,7 @@ GLOBAL FLAGS
1330
1335
  --json Format output as json.
1331
1336
  ```
1332
1337
 
1333
- _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/list.ts)_
1338
+ _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/translation/list.ts)_
1334
1339
 
1335
1340
  ## `knock translation pull [TRANSLATIONREF]`
1336
1341
 
@@ -1358,7 +1363,7 @@ FLAGS
1358
1363
  --translations-dir=<value> The target directory path to pull all translations into.
1359
1364
  ```
1360
1365
 
1361
- _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/pull.ts)_
1366
+ _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/translation/pull.ts)_
1362
1367
 
1363
1368
  ## `knock translation push [TRANSLATIONREF]`
1364
1369
 
@@ -1389,7 +1394,7 @@ FLAGS
1389
1394
  --translations-dir=<value> The target directory path to find all translations to push.
1390
1395
  ```
1391
1396
 
1392
- _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/push.ts)_
1397
+ _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/translation/push.ts)_
1393
1398
 
1394
1399
  ## `knock translation validate [TRANSLATIONREF]`
1395
1400
 
@@ -1415,7 +1420,7 @@ FLAGS
1415
1420
  --translations-dir=<value> The target directory path to find all translations to validate.
1416
1421
  ```
1417
1422
 
1418
- _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/validate.ts)_
1423
+ _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/translation/validate.ts)_
1419
1424
 
1420
1425
  ## `knock whoami`
1421
1426
 
@@ -1432,7 +1437,7 @@ GLOBAL FLAGS
1432
1437
  --json Format output as json.
1433
1438
  ```
1434
1439
 
1435
- _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/whoami.ts)_
1440
+ _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/whoami.ts)_
1436
1441
 
1437
1442
  ## `knock workflow activate WORKFLOWKEY`
1438
1443
 
@@ -1461,7 +1466,7 @@ DESCRIPTION
1461
1466
  with `false` in order to deactivate it.
1462
1467
  ```
1463
1468
 
1464
- _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/activate.ts)_
1469
+ _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/activate.ts)_
1465
1470
 
1466
1471
  ## `knock workflow generate-types`
1467
1472
 
@@ -1484,7 +1489,7 @@ DESCRIPTION
1484
1489
  Generate types for all workflows in an environment and write them to a file.
1485
1490
  ```
1486
1491
 
1487
- _See code: [src/commands/workflow/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/generate-types.ts)_
1492
+ _See code: [src/commands/workflow/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/generate-types.ts)_
1488
1493
 
1489
1494
  ## `knock workflow get WORKFLOWKEY`
1490
1495
 
@@ -1505,7 +1510,7 @@ GLOBAL FLAGS
1505
1510
  --json Format output as json.
1506
1511
  ```
1507
1512
 
1508
- _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/get.ts)_
1513
+ _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/get.ts)_
1509
1514
 
1510
1515
  ## `knock workflow list`
1511
1516
 
@@ -1529,7 +1534,7 @@ GLOBAL FLAGS
1529
1534
  --json Format output as json.
1530
1535
  ```
1531
1536
 
1532
- _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/list.ts)_
1537
+ _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/list.ts)_
1533
1538
 
1534
1539
  ## `knock workflow new`
1535
1540
 
@@ -1554,7 +1559,7 @@ FLAGS
1554
1559
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1555
1560
  ```
1556
1561
 
1557
- _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/new.ts)_
1562
+ _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/new.ts)_
1558
1563
 
1559
1564
  ## `knock workflow open WORKFLOWKEY`
1560
1565
 
@@ -1570,7 +1575,7 @@ FLAGS
1570
1575
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1571
1576
  ```
1572
1577
 
1573
- _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/open.ts)_
1578
+ _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/open.ts)_
1574
1579
 
1575
1580
  ## `knock workflow pull [WORKFLOWKEY]`
1576
1581
 
@@ -1591,7 +1596,7 @@ FLAGS
1591
1596
  --workflows-dir=<value> The target directory path to pull all workflows into.
1592
1597
  ```
1593
1598
 
1594
- _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/pull.ts)_
1599
+ _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/pull.ts)_
1595
1600
 
1596
1601
  ## `knock workflow push [WORKFLOWKEY]`
1597
1602
 
@@ -1615,7 +1620,7 @@ FLAGS
1615
1620
  --workflows-dir=<value> The target directory path to find all workflows to push.
1616
1621
  ```
1617
1622
 
1618
- _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/push.ts)_
1623
+ _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/push.ts)_
1619
1624
 
1620
1625
  ## `knock workflow run WORKFLOWKEY`
1621
1626
 
@@ -1637,7 +1642,7 @@ FLAGS
1637
1642
  --tenant=<value> A tenant id for the workflow run.
1638
1643
  ```
1639
1644
 
1640
- _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/run.ts)_
1645
+ _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/run.ts)_
1641
1646
 
1642
1647
  ## `knock workflow validate [WORKFLOWKEY]`
1643
1648
 
@@ -1656,5 +1661,5 @@ FLAGS
1656
1661
  --workflows-dir=<value> The target directory path to find all workflows to validate.
1657
1662
  ```
1658
1663
 
1659
- _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/validate.ts)_
1664
+ _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.5/src/commands/workflow/validate.ts)_
1660
1665
  <!-- commandsstop -->