@knocklabs/cli 1.0.3 → 1.0.4

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.4 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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/src/commands/branch/switch.ts)_
390
390
 
391
391
  ## `knock channel list`
392
392
 
@@ -403,7 +403,7 @@ 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.4/src/commands/channel/list.ts)_
407
407
 
408
408
  ## `knock commit`
409
409
 
@@ -424,7 +424,7 @@ FLAGS
424
424
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
425
425
  ```
426
426
 
427
- _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/index.ts)_
427
+ _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/commit/index.ts)_
428
428
 
429
429
  ## `knock commit get ID`
430
430
 
@@ -441,7 +441,7 @@ GLOBAL FLAGS
441
441
  --json Format output as json.
442
442
  ```
443
443
 
444
- _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/get.ts)_
444
+ _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/commit/get.ts)_
445
445
 
446
446
  ## `knock commit list`
447
447
 
@@ -473,7 +473,7 @@ GLOBAL FLAGS
473
473
  --json Format output as json.
474
474
  ```
475
475
 
476
- _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/list.ts)_
476
+ _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/commit/list.ts)_
477
477
 
478
478
  ## `knock commit promote`
479
479
 
@@ -490,7 +490,7 @@ FLAGS
490
490
  --to=<value> The destination environment to promote all changes from the preceding environment.
491
491
  ```
492
492
 
493
- _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/commit/promote.ts)_
493
+ _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/commit/promote.ts)_
494
494
 
495
495
  ## `knock environment list`
496
496
 
@@ -507,7 +507,7 @@ GLOBAL FLAGS
507
507
  --json Format output as json.
508
508
  ```
509
509
 
510
- _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/environment/list.ts)_
510
+ _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/environment/list.ts)_
511
511
 
512
512
  ## `knock guide activate GUIDEKEY`
513
513
 
@@ -538,7 +538,7 @@ DESCRIPTION
538
538
  or deactivated at a later time using the --from and --until flags.
539
539
  ```
540
540
 
541
- _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/activate.ts)_
541
+ _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/activate.ts)_
542
542
 
543
543
  ## `knock guide generate-types`
544
544
 
@@ -561,7 +561,7 @@ DESCRIPTION
561
561
  Generate types for all guides in an environment and write them to a file.
562
562
  ```
563
563
 
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)_
564
+ _See code: [src/commands/guide/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/generate-types.ts)_
565
565
 
566
566
  ## `knock guide get GUIDEKEY`
567
567
 
@@ -582,7 +582,7 @@ GLOBAL FLAGS
582
582
  --json Format output as json.
583
583
  ```
584
584
 
585
- _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/get.ts)_
585
+ _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/get.ts)_
586
586
 
587
587
  ## `knock guide list`
588
588
 
@@ -606,7 +606,7 @@ GLOBAL FLAGS
606
606
  --json Format output as json.
607
607
  ```
608
608
 
609
- _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/list.ts)_
609
+ _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/list.ts)_
610
610
 
611
611
  ## `knock guide new`
612
612
 
@@ -630,7 +630,7 @@ FLAGS
630
630
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
631
631
  ```
632
632
 
633
- _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/new.ts)_
633
+ _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/new.ts)_
634
634
 
635
635
  ## `knock guide open GUIDEKEY`
636
636
 
@@ -646,7 +646,7 @@ FLAGS
646
646
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
647
647
  ```
648
648
 
649
- _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/open.ts)_
649
+ _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/open.ts)_
650
650
 
651
651
  ## `knock guide pull [GUIDEKEY]`
652
652
 
@@ -667,7 +667,7 @@ FLAGS
667
667
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
668
668
  ```
669
669
 
670
- _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/pull.ts)_
670
+ _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/pull.ts)_
671
671
 
672
672
  ## `knock guide push [GUIDEKEY]`
673
673
 
@@ -691,7 +691,7 @@ FLAGS
691
691
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
692
692
  ```
693
693
 
694
- _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/push.ts)_
694
+ _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/push.ts)_
695
695
 
696
696
  ## `knock guide validate [GUIDEKEY]`
697
697
 
@@ -710,7 +710,7 @@ FLAGS
710
710
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
711
711
  ```
712
712
 
713
- _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/guide/validate.ts)_
713
+ _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/guide/validate.ts)_
714
714
 
715
715
  ## `knock help [COMMAND]`
716
716
 
@@ -750,7 +750,7 @@ DESCRIPTION
750
750
  resources directory.
751
751
  ```
752
752
 
753
- _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/init.ts)_
753
+ _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/init.ts)_
754
754
 
755
755
  ## `knock layout get EMAILLAYOUTKEY`
756
756
 
@@ -771,7 +771,7 @@ GLOBAL FLAGS
771
771
  --json Format output as json.
772
772
  ```
773
773
 
774
- _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/get.ts)_
774
+ _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/get.ts)_
775
775
 
776
776
  ## `knock layout list`
777
777
 
@@ -795,7 +795,7 @@ GLOBAL FLAGS
795
795
  --json Format output as json.
796
796
  ```
797
797
 
798
- _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/list.ts)_
798
+ _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/list.ts)_
799
799
 
800
800
  ## `knock layout new`
801
801
 
@@ -818,7 +818,7 @@ FLAGS
818
818
  --template=<value> The template to use for the email layout. Should be `email-layouts/{key}`.
819
819
  ```
820
820
 
821
- _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/new.ts)_
821
+ _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/new.ts)_
822
822
 
823
823
  ## `knock layout open LAYOUTKEY`
824
824
 
@@ -834,7 +834,7 @@ FLAGS
834
834
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
835
835
  ```
836
836
 
837
- _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/open.ts)_
837
+ _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/open.ts)_
838
838
 
839
839
  ## `knock layout pull [EMAILLAYOUTKEY]`
840
840
 
@@ -855,7 +855,7 @@ FLAGS
855
855
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
856
856
  ```
857
857
 
858
- _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/pull.ts)_
858
+ _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/pull.ts)_
859
859
 
860
860
  ## `knock layout push [EMAILLAYOUTKEY]`
861
861
 
@@ -881,7 +881,7 @@ FLAGS
881
881
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
882
882
  ```
883
883
 
884
- _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/push.ts)_
884
+ _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/push.ts)_
885
885
 
886
886
  ## `knock layout validate [EMAILLAYOUTKEY]`
887
887
 
@@ -901,7 +901,7 @@ FLAGS
901
901
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
902
902
  ```
903
903
 
904
- _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/layout/validate.ts)_
904
+ _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/layout/validate.ts)_
905
905
 
906
906
  ## `knock login`
907
907
 
@@ -915,7 +915,7 @@ FLAGS
915
915
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
916
916
  ```
917
917
 
918
- _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/login.ts)_
918
+ _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/login.ts)_
919
919
 
920
920
  ## `knock logout`
921
921
 
@@ -929,7 +929,7 @@ FLAGS
929
929
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
930
930
  ```
931
931
 
932
- _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/logout.ts)_
932
+ _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/logout.ts)_
933
933
 
934
934
  ## `knock message-type get MESSAGETYPEKEY`
935
935
 
@@ -950,7 +950,7 @@ GLOBAL FLAGS
950
950
  --json Format output as json.
951
951
  ```
952
952
 
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)_
953
+ _See code: [src/commands/message-type/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/get.ts)_
954
954
 
955
955
  ## `knock message-type list`
956
956
 
@@ -974,7 +974,7 @@ GLOBAL FLAGS
974
974
  --json Format output as json.
975
975
  ```
976
976
 
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)_
977
+ _See code: [src/commands/message-type/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/list.ts)_
978
978
 
979
979
  ## `knock message-type new`
980
980
 
@@ -997,7 +997,7 @@ FLAGS
997
997
  --template=<value> The template to use for the message type. Should be `message-types/{key}`.
998
998
  ```
999
999
 
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)_
1000
+ _See code: [src/commands/message-type/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/new.ts)_
1001
1001
 
1002
1002
  ## `knock message-type open MESSAGETYPEKEY`
1003
1003
 
@@ -1013,7 +1013,7 @@ FLAGS
1013
1013
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1014
1014
  ```
1015
1015
 
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)_
1016
+ _See code: [src/commands/message-type/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/open.ts)_
1017
1017
 
1018
1018
  ## `knock message-type pull [MESSAGETYPEKEY]`
1019
1019
 
@@ -1034,7 +1034,7 @@ FLAGS
1034
1034
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1035
1035
  ```
1036
1036
 
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)_
1037
+ _See code: [src/commands/message-type/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/pull.ts)_
1038
1038
 
1039
1039
  ## `knock message-type push [MESSAGETYPEKEY]`
1040
1040
 
@@ -1060,7 +1060,7 @@ FLAGS
1060
1060
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1061
1061
  ```
1062
1062
 
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)_
1063
+ _See code: [src/commands/message-type/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/push.ts)_
1064
1064
 
1065
1065
  ## `knock message-type validate [MESSAGETYPEKEY]`
1066
1066
 
@@ -1081,7 +1081,7 @@ FLAGS
1081
1081
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1082
1082
  ```
1083
1083
 
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)_
1084
+ _See code: [src/commands/message-type/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/message-type/validate.ts)_
1085
1085
 
1086
1086
  ## `knock partial get PARTIALKEY`
1087
1087
 
@@ -1102,7 +1102,7 @@ GLOBAL FLAGS
1102
1102
  --json Format output as json.
1103
1103
  ```
1104
1104
 
1105
- _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/get.ts)_
1105
+ _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/get.ts)_
1106
1106
 
1107
1107
  ## `knock partial list`
1108
1108
 
@@ -1126,7 +1126,7 @@ GLOBAL FLAGS
1126
1126
  --json Format output as json.
1127
1127
  ```
1128
1128
 
1129
- _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/list.ts)_
1129
+ _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/list.ts)_
1130
1130
 
1131
1131
  ## `knock partial new`
1132
1132
 
@@ -1152,7 +1152,7 @@ FLAGS
1152
1152
  with --type.
1153
1153
  ```
1154
1154
 
1155
- _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/new.ts)_
1155
+ _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/new.ts)_
1156
1156
 
1157
1157
  ## `knock partial open PARTIALKEY`
1158
1158
 
@@ -1168,7 +1168,7 @@ FLAGS
1168
1168
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1169
1169
  ```
1170
1170
 
1171
- _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/open.ts)_
1171
+ _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/open.ts)_
1172
1172
 
1173
1173
  ## `knock partial pull [PARTIALKEY]`
1174
1174
 
@@ -1189,7 +1189,7 @@ FLAGS
1189
1189
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1190
1190
  ```
1191
1191
 
1192
- _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/pull.ts)_
1192
+ _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/pull.ts)_
1193
1193
 
1194
1194
  ## `knock partial push [PARTIALKEY]`
1195
1195
 
@@ -1214,7 +1214,7 @@ FLAGS
1214
1214
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1215
1215
  ```
1216
1216
 
1217
- _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/push.ts)_
1217
+ _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/push.ts)_
1218
1218
 
1219
1219
  ## `knock partial validate [PARTIALKEY]`
1220
1220
 
@@ -1234,7 +1234,7 @@ FLAGS
1234
1234
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1235
1235
  ```
1236
1236
 
1237
- _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/partial/validate.ts)_
1237
+ _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/partial/validate.ts)_
1238
1238
 
1239
1239
  ## `knock pull`
1240
1240
 
@@ -1254,7 +1254,7 @@ FLAGS
1254
1254
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1255
1255
  ```
1256
1256
 
1257
- _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/pull.ts)_
1257
+ _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/pull.ts)_
1258
1258
 
1259
1259
  ## `knock push`
1260
1260
 
@@ -1278,7 +1278,7 @@ FLAGS
1278
1278
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1279
1279
  ```
1280
1280
 
1281
- _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/push.ts)_
1281
+ _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/push.ts)_
1282
1282
 
1283
1283
  ## `knock translation get TRANSLATIONREF`
1284
1284
 
@@ -1306,7 +1306,7 @@ GLOBAL FLAGS
1306
1306
  --json Format output as json.
1307
1307
  ```
1308
1308
 
1309
- _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/get.ts)_
1309
+ _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/translation/get.ts)_
1310
1310
 
1311
1311
  ## `knock translation list`
1312
1312
 
@@ -1330,7 +1330,7 @@ GLOBAL FLAGS
1330
1330
  --json Format output as json.
1331
1331
  ```
1332
1332
 
1333
- _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/list.ts)_
1333
+ _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/translation/list.ts)_
1334
1334
 
1335
1335
  ## `knock translation pull [TRANSLATIONREF]`
1336
1336
 
@@ -1358,7 +1358,7 @@ FLAGS
1358
1358
  --translations-dir=<value> The target directory path to pull all translations into.
1359
1359
  ```
1360
1360
 
1361
- _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/pull.ts)_
1361
+ _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/translation/pull.ts)_
1362
1362
 
1363
1363
  ## `knock translation push [TRANSLATIONREF]`
1364
1364
 
@@ -1389,7 +1389,7 @@ FLAGS
1389
1389
  --translations-dir=<value> The target directory path to find all translations to push.
1390
1390
  ```
1391
1391
 
1392
- _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/push.ts)_
1392
+ _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/translation/push.ts)_
1393
1393
 
1394
1394
  ## `knock translation validate [TRANSLATIONREF]`
1395
1395
 
@@ -1415,7 +1415,7 @@ FLAGS
1415
1415
  --translations-dir=<value> The target directory path to find all translations to validate.
1416
1416
  ```
1417
1417
 
1418
- _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/translation/validate.ts)_
1418
+ _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/translation/validate.ts)_
1419
1419
 
1420
1420
  ## `knock whoami`
1421
1421
 
@@ -1432,7 +1432,7 @@ GLOBAL FLAGS
1432
1432
  --json Format output as json.
1433
1433
  ```
1434
1434
 
1435
- _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/whoami.ts)_
1435
+ _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/whoami.ts)_
1436
1436
 
1437
1437
  ## `knock workflow activate WORKFLOWKEY`
1438
1438
 
@@ -1461,7 +1461,7 @@ DESCRIPTION
1461
1461
  with `false` in order to deactivate it.
1462
1462
  ```
1463
1463
 
1464
- _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/activate.ts)_
1464
+ _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/activate.ts)_
1465
1465
 
1466
1466
  ## `knock workflow generate-types`
1467
1467
 
@@ -1484,7 +1484,7 @@ DESCRIPTION
1484
1484
  Generate types for all workflows in an environment and write them to a file.
1485
1485
  ```
1486
1486
 
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)_
1487
+ _See code: [src/commands/workflow/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/generate-types.ts)_
1488
1488
 
1489
1489
  ## `knock workflow get WORKFLOWKEY`
1490
1490
 
@@ -1505,7 +1505,7 @@ GLOBAL FLAGS
1505
1505
  --json Format output as json.
1506
1506
  ```
1507
1507
 
1508
- _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/get.ts)_
1508
+ _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/get.ts)_
1509
1509
 
1510
1510
  ## `knock workflow list`
1511
1511
 
@@ -1529,7 +1529,7 @@ GLOBAL FLAGS
1529
1529
  --json Format output as json.
1530
1530
  ```
1531
1531
 
1532
- _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/list.ts)_
1532
+ _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/list.ts)_
1533
1533
 
1534
1534
  ## `knock workflow new`
1535
1535
 
@@ -1554,7 +1554,7 @@ FLAGS
1554
1554
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1555
1555
  ```
1556
1556
 
1557
- _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/new.ts)_
1557
+ _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/new.ts)_
1558
1558
 
1559
1559
  ## `knock workflow open WORKFLOWKEY`
1560
1560
 
@@ -1570,7 +1570,7 @@ FLAGS
1570
1570
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1571
1571
  ```
1572
1572
 
1573
- _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/open.ts)_
1573
+ _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/open.ts)_
1574
1574
 
1575
1575
  ## `knock workflow pull [WORKFLOWKEY]`
1576
1576
 
@@ -1591,7 +1591,7 @@ FLAGS
1591
1591
  --workflows-dir=<value> The target directory path to pull all workflows into.
1592
1592
  ```
1593
1593
 
1594
- _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/pull.ts)_
1594
+ _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/pull.ts)_
1595
1595
 
1596
1596
  ## `knock workflow push [WORKFLOWKEY]`
1597
1597
 
@@ -1615,7 +1615,7 @@ FLAGS
1615
1615
  --workflows-dir=<value> The target directory path to find all workflows to push.
1616
1616
  ```
1617
1617
 
1618
- _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/push.ts)_
1618
+ _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/push.ts)_
1619
1619
 
1620
1620
  ## `knock workflow run WORKFLOWKEY`
1621
1621
 
@@ -1637,7 +1637,7 @@ FLAGS
1637
1637
  --tenant=<value> A tenant id for the workflow run.
1638
1638
  ```
1639
1639
 
1640
- _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/run.ts)_
1640
+ _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/run.ts)_
1641
1641
 
1642
1642
  ## `knock workflow validate [WORKFLOWKEY]`
1643
1643
 
@@ -1656,5 +1656,5 @@ FLAGS
1656
1656
  --workflows-dir=<value> The target directory path to find all workflows to validate.
1657
1657
  ```
1658
1658
 
1659
- _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.3/src/commands/workflow/validate.ts)_
1659
+ _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.0.4/src/commands/workflow/validate.ts)_
1660
1660
  <!-- commandsstop -->
@@ -22,7 +22,7 @@ _export(exports, {
22
22
  return tryJsonParse;
23
23
  }
24
24
  });
25
- const _jsonlint = /*#__PURE__*/ _interop_require_wildcard(require("@prantlf/jsonlint"));
25
+ const _jsonlint = /*#__PURE__*/ _interop_require_wildcard(require("@knocklabs/jsonlint"));
26
26
  const _fsextra = /*#__PURE__*/ _interop_require_wildcard(require("fs-extra"));
27
27
  const _error = require("./error");
28
28
  function _getRequireWildcardCache(nodeInterop) {
@@ -73,7 +73,7 @@ const parseJson = (json)=>{
73
73
  try {
74
74
  payload = _jsonlint.parse(json);
75
75
  } catch (error) {
76
- // https://github.com/prantlf/jsonlint#error-handling
76
+ // https://github.com/knocklabs/repackage/tree/main/packages/jsonlint
77
77
  if (!(error instanceof SyntaxError)) throw error;
78
78
  errors.push(new _error.JsonSyntaxError(error.message));
79
79
  }