@knocklabs/cli 1.1.0 → 1.1.1

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.1.0 linux-x64 node-v22.22.2
19
+ @knocklabs/cli/1.1.1 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.1.0/src/commands/audience/archive.ts)_
128
+ _See code: [src/commands/audience/archive.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/get.ts)_
149
+ _See code: [src/commands/audience/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/list.ts)_
173
+ _See code: [src/commands/audience/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/new.ts)_
198
+ _See code: [src/commands/audience/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/open.ts)_
214
+ _See code: [src/commands/audience/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/pull.ts)_
235
+ _See code: [src/commands/audience/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/push.ts)_
259
+ _See code: [src/commands/audience/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/audience/validate.ts)_
279
+ _See code: [src/commands/audience/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/create.ts)_
299
+ _See code: [src/commands/branch/create.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/delete.ts)_
317
+ _See code: [src/commands/branch/delete.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/exit.ts)_
331
+ _See code: [src/commands/branch/exit.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/list.ts)_
351
+ _See code: [src/commands/branch/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/merge.ts)_
370
+ _See code: [src/commands/branch/merge.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/branch/switch.ts)_
389
+ _See code: [src/commands/branch/switch.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/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.1.0/src/commands/channel/list.ts)_
406
+ _See code: [src/commands/channel/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/channel/list.ts)_
407
407
 
408
408
  ## `knock commit`
409
409
 
@@ -429,7 +429,7 @@ FLAGS
429
429
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
430
430
  ```
431
431
 
432
- _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/commit/index.ts)_
432
+ _See code: [src/commands/commit/index.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/commit/index.ts)_
433
433
 
434
434
  ## `knock commit get ID`
435
435
 
@@ -446,7 +446,7 @@ GLOBAL FLAGS
446
446
  --json Format output as json.
447
447
  ```
448
448
 
449
- _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/commit/get.ts)_
449
+ _See code: [src/commands/commit/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/commit/get.ts)_
450
450
 
451
451
  ## `knock commit list`
452
452
 
@@ -478,7 +478,7 @@ GLOBAL FLAGS
478
478
  --json Format output as json.
479
479
  ```
480
480
 
481
- _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/commit/list.ts)_
481
+ _See code: [src/commands/commit/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/commit/list.ts)_
482
482
 
483
483
  ## `knock commit promote`
484
484
 
@@ -495,7 +495,7 @@ FLAGS
495
495
  --to=<value> The destination environment to promote all changes from the preceding environment.
496
496
  ```
497
497
 
498
- _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/commit/promote.ts)_
498
+ _See code: [src/commands/commit/promote.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/commit/promote.ts)_
499
499
 
500
500
  ## `knock environment list`
501
501
 
@@ -512,7 +512,7 @@ GLOBAL FLAGS
512
512
  --json Format output as json.
513
513
  ```
514
514
 
515
- _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/environment/list.ts)_
515
+ _See code: [src/commands/environment/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/environment/list.ts)_
516
516
 
517
517
  ## `knock guide activate GUIDEKEY`
518
518
 
@@ -543,7 +543,7 @@ DESCRIPTION
543
543
  or deactivated at a later time using the --from and --until flags.
544
544
  ```
545
545
 
546
- _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/activate.ts)_
546
+ _See code: [src/commands/guide/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/activate.ts)_
547
547
 
548
548
  ## `knock guide generate-types`
549
549
 
@@ -566,7 +566,7 @@ DESCRIPTION
566
566
  Generate types for all guides in an environment and write them to a file.
567
567
  ```
568
568
 
569
- _See code: [src/commands/guide/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/generate-types.ts)_
569
+ _See code: [src/commands/guide/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/generate-types.ts)_
570
570
 
571
571
  ## `knock guide get GUIDEKEY`
572
572
 
@@ -587,7 +587,7 @@ GLOBAL FLAGS
587
587
  --json Format output as json.
588
588
  ```
589
589
 
590
- _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/get.ts)_
590
+ _See code: [src/commands/guide/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/get.ts)_
591
591
 
592
592
  ## `knock guide list`
593
593
 
@@ -611,7 +611,7 @@ GLOBAL FLAGS
611
611
  --json Format output as json.
612
612
  ```
613
613
 
614
- _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/list.ts)_
614
+ _See code: [src/commands/guide/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/list.ts)_
615
615
 
616
616
  ## `knock guide new`
617
617
 
@@ -635,7 +635,7 @@ FLAGS
635
635
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
636
636
  ```
637
637
 
638
- _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/new.ts)_
638
+ _See code: [src/commands/guide/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/new.ts)_
639
639
 
640
640
  ## `knock guide open GUIDEKEY`
641
641
 
@@ -651,7 +651,7 @@ FLAGS
651
651
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
652
652
  ```
653
653
 
654
- _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/open.ts)_
654
+ _See code: [src/commands/guide/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/open.ts)_
655
655
 
656
656
  ## `knock guide pull [GUIDEKEY]`
657
657
 
@@ -672,7 +672,7 @@ FLAGS
672
672
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
673
673
  ```
674
674
 
675
- _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/pull.ts)_
675
+ _See code: [src/commands/guide/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/pull.ts)_
676
676
 
677
677
  ## `knock guide push [GUIDEKEY]`
678
678
 
@@ -696,7 +696,7 @@ FLAGS
696
696
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
697
697
  ```
698
698
 
699
- _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/push.ts)_
699
+ _See code: [src/commands/guide/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/push.ts)_
700
700
 
701
701
  ## `knock guide validate [GUIDEKEY]`
702
702
 
@@ -715,7 +715,7 @@ FLAGS
715
715
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
716
716
  ```
717
717
 
718
- _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/guide/validate.ts)_
718
+ _See code: [src/commands/guide/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/guide/validate.ts)_
719
719
 
720
720
  ## `knock help [COMMAND]`
721
721
 
@@ -755,7 +755,7 @@ DESCRIPTION
755
755
  resources directory.
756
756
  ```
757
757
 
758
- _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/init.ts)_
758
+ _See code: [src/commands/init.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/init.ts)_
759
759
 
760
760
  ## `knock layout get EMAILLAYOUTKEY`
761
761
 
@@ -776,7 +776,7 @@ GLOBAL FLAGS
776
776
  --json Format output as json.
777
777
  ```
778
778
 
779
- _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/get.ts)_
779
+ _See code: [src/commands/layout/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/get.ts)_
780
780
 
781
781
  ## `knock layout list`
782
782
 
@@ -800,7 +800,7 @@ GLOBAL FLAGS
800
800
  --json Format output as json.
801
801
  ```
802
802
 
803
- _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/list.ts)_
803
+ _See code: [src/commands/layout/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/list.ts)_
804
804
 
805
805
  ## `knock layout new`
806
806
 
@@ -823,7 +823,7 @@ FLAGS
823
823
  --template=<value> The template to use for the email layout. Should be `email-layouts/{key}`.
824
824
  ```
825
825
 
826
- _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/new.ts)_
826
+ _See code: [src/commands/layout/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/new.ts)_
827
827
 
828
828
  ## `knock layout open LAYOUTKEY`
829
829
 
@@ -839,7 +839,7 @@ FLAGS
839
839
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
840
840
  ```
841
841
 
842
- _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/open.ts)_
842
+ _See code: [src/commands/layout/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/open.ts)_
843
843
 
844
844
  ## `knock layout pull [EMAILLAYOUTKEY]`
845
845
 
@@ -860,7 +860,7 @@ FLAGS
860
860
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
861
861
  ```
862
862
 
863
- _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/pull.ts)_
863
+ _See code: [src/commands/layout/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/pull.ts)_
864
864
 
865
865
  ## `knock layout push [EMAILLAYOUTKEY]`
866
866
 
@@ -886,7 +886,7 @@ FLAGS
886
886
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
887
887
  ```
888
888
 
889
- _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/push.ts)_
889
+ _See code: [src/commands/layout/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/push.ts)_
890
890
 
891
891
  ## `knock layout validate [EMAILLAYOUTKEY]`
892
892
 
@@ -906,7 +906,7 @@ FLAGS
906
906
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
907
907
  ```
908
908
 
909
- _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/layout/validate.ts)_
909
+ _See code: [src/commands/layout/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/layout/validate.ts)_
910
910
 
911
911
  ## `knock login`
912
912
 
@@ -920,7 +920,7 @@ FLAGS
920
920
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
921
921
  ```
922
922
 
923
- _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/login.ts)_
923
+ _See code: [src/commands/login.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/login.ts)_
924
924
 
925
925
  ## `knock logout`
926
926
 
@@ -934,7 +934,7 @@ FLAGS
934
934
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
935
935
  ```
936
936
 
937
- _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/logout.ts)_
937
+ _See code: [src/commands/logout.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/logout.ts)_
938
938
 
939
939
  ## `knock message-type get MESSAGETYPEKEY`
940
940
 
@@ -955,7 +955,7 @@ GLOBAL FLAGS
955
955
  --json Format output as json.
956
956
  ```
957
957
 
958
- _See code: [src/commands/message-type/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/get.ts)_
958
+ _See code: [src/commands/message-type/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/get.ts)_
959
959
 
960
960
  ## `knock message-type list`
961
961
 
@@ -979,7 +979,7 @@ GLOBAL FLAGS
979
979
  --json Format output as json.
980
980
  ```
981
981
 
982
- _See code: [src/commands/message-type/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/list.ts)_
982
+ _See code: [src/commands/message-type/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/list.ts)_
983
983
 
984
984
  ## `knock message-type new`
985
985
 
@@ -1002,7 +1002,7 @@ FLAGS
1002
1002
  --template=<value> The template to use for the message type. Should be `message-types/{key}`.
1003
1003
  ```
1004
1004
 
1005
- _See code: [src/commands/message-type/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/new.ts)_
1005
+ _See code: [src/commands/message-type/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/new.ts)_
1006
1006
 
1007
1007
  ## `knock message-type open MESSAGETYPEKEY`
1008
1008
 
@@ -1018,7 +1018,7 @@ FLAGS
1018
1018
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1019
1019
  ```
1020
1020
 
1021
- _See code: [src/commands/message-type/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/open.ts)_
1021
+ _See code: [src/commands/message-type/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/open.ts)_
1022
1022
 
1023
1023
  ## `knock message-type pull [MESSAGETYPEKEY]`
1024
1024
 
@@ -1039,7 +1039,7 @@ FLAGS
1039
1039
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1040
1040
  ```
1041
1041
 
1042
- _See code: [src/commands/message-type/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/pull.ts)_
1042
+ _See code: [src/commands/message-type/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/pull.ts)_
1043
1043
 
1044
1044
  ## `knock message-type push [MESSAGETYPEKEY]`
1045
1045
 
@@ -1065,7 +1065,7 @@ FLAGS
1065
1065
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1066
1066
  ```
1067
1067
 
1068
- _See code: [src/commands/message-type/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/push.ts)_
1068
+ _See code: [src/commands/message-type/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/push.ts)_
1069
1069
 
1070
1070
  ## `knock message-type validate [MESSAGETYPEKEY]`
1071
1071
 
@@ -1086,7 +1086,7 @@ FLAGS
1086
1086
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1087
1087
  ```
1088
1088
 
1089
- _See code: [src/commands/message-type/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/message-type/validate.ts)_
1089
+ _See code: [src/commands/message-type/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/message-type/validate.ts)_
1090
1090
 
1091
1091
  ## `knock partial get PARTIALKEY`
1092
1092
 
@@ -1107,7 +1107,7 @@ GLOBAL FLAGS
1107
1107
  --json Format output as json.
1108
1108
  ```
1109
1109
 
1110
- _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/get.ts)_
1110
+ _See code: [src/commands/partial/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/get.ts)_
1111
1111
 
1112
1112
  ## `knock partial list`
1113
1113
 
@@ -1131,7 +1131,7 @@ GLOBAL FLAGS
1131
1131
  --json Format output as json.
1132
1132
  ```
1133
1133
 
1134
- _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/list.ts)_
1134
+ _See code: [src/commands/partial/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/list.ts)_
1135
1135
 
1136
1136
  ## `knock partial new`
1137
1137
 
@@ -1157,7 +1157,7 @@ FLAGS
1157
1157
  with --type.
1158
1158
  ```
1159
1159
 
1160
- _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/new.ts)_
1160
+ _See code: [src/commands/partial/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/new.ts)_
1161
1161
 
1162
1162
  ## `knock partial open PARTIALKEY`
1163
1163
 
@@ -1173,7 +1173,7 @@ FLAGS
1173
1173
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1174
1174
  ```
1175
1175
 
1176
- _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/open.ts)_
1176
+ _See code: [src/commands/partial/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/open.ts)_
1177
1177
 
1178
1178
  ## `knock partial pull [PARTIALKEY]`
1179
1179
 
@@ -1194,7 +1194,7 @@ FLAGS
1194
1194
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1195
1195
  ```
1196
1196
 
1197
- _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/pull.ts)_
1197
+ _See code: [src/commands/partial/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/pull.ts)_
1198
1198
 
1199
1199
  ## `knock partial push [PARTIALKEY]`
1200
1200
 
@@ -1219,7 +1219,7 @@ FLAGS
1219
1219
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1220
1220
  ```
1221
1221
 
1222
- _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/push.ts)_
1222
+ _See code: [src/commands/partial/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/push.ts)_
1223
1223
 
1224
1224
  ## `knock partial validate [PARTIALKEY]`
1225
1225
 
@@ -1239,7 +1239,7 @@ FLAGS
1239
1239
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1240
1240
  ```
1241
1241
 
1242
- _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/partial/validate.ts)_
1242
+ _See code: [src/commands/partial/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/partial/validate.ts)_
1243
1243
 
1244
1244
  ## `knock pull`
1245
1245
 
@@ -1259,7 +1259,7 @@ FLAGS
1259
1259
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1260
1260
  ```
1261
1261
 
1262
- _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/pull.ts)_
1262
+ _See code: [src/commands/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/pull.ts)_
1263
1263
 
1264
1264
  ## `knock push`
1265
1265
 
@@ -1283,7 +1283,7 @@ FLAGS
1283
1283
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1284
1284
  ```
1285
1285
 
1286
- _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/push.ts)_
1286
+ _See code: [src/commands/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/push.ts)_
1287
1287
 
1288
1288
  ## `knock translation get TRANSLATIONREF`
1289
1289
 
@@ -1311,7 +1311,7 @@ GLOBAL FLAGS
1311
1311
  --json Format output as json.
1312
1312
  ```
1313
1313
 
1314
- _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/translation/get.ts)_
1314
+ _See code: [src/commands/translation/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/translation/get.ts)_
1315
1315
 
1316
1316
  ## `knock translation list`
1317
1317
 
@@ -1335,7 +1335,7 @@ GLOBAL FLAGS
1335
1335
  --json Format output as json.
1336
1336
  ```
1337
1337
 
1338
- _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/translation/list.ts)_
1338
+ _See code: [src/commands/translation/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/translation/list.ts)_
1339
1339
 
1340
1340
  ## `knock translation pull [TRANSLATIONREF]`
1341
1341
 
@@ -1363,7 +1363,7 @@ FLAGS
1363
1363
  --translations-dir=<value> The target directory path to pull all translations into.
1364
1364
  ```
1365
1365
 
1366
- _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/translation/pull.ts)_
1366
+ _See code: [src/commands/translation/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/translation/pull.ts)_
1367
1367
 
1368
1368
  ## `knock translation push [TRANSLATIONREF]`
1369
1369
 
@@ -1394,7 +1394,7 @@ FLAGS
1394
1394
  --translations-dir=<value> The target directory path to find all translations to push.
1395
1395
  ```
1396
1396
 
1397
- _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/translation/push.ts)_
1397
+ _See code: [src/commands/translation/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/translation/push.ts)_
1398
1398
 
1399
1399
  ## `knock translation validate [TRANSLATIONREF]`
1400
1400
 
@@ -1420,7 +1420,7 @@ FLAGS
1420
1420
  --translations-dir=<value> The target directory path to find all translations to validate.
1421
1421
  ```
1422
1422
 
1423
- _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/translation/validate.ts)_
1423
+ _See code: [src/commands/translation/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/translation/validate.ts)_
1424
1424
 
1425
1425
  ## `knock whoami`
1426
1426
 
@@ -1437,7 +1437,7 @@ GLOBAL FLAGS
1437
1437
  --json Format output as json.
1438
1438
  ```
1439
1439
 
1440
- _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/whoami.ts)_
1440
+ _See code: [src/commands/whoami.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/whoami.ts)_
1441
1441
 
1442
1442
  ## `knock workflow activate WORKFLOWKEY`
1443
1443
 
@@ -1466,7 +1466,7 @@ DESCRIPTION
1466
1466
  with `false` in order to deactivate it.
1467
1467
  ```
1468
1468
 
1469
- _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/activate.ts)_
1469
+ _See code: [src/commands/workflow/activate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/activate.ts)_
1470
1470
 
1471
1471
  ## `knock workflow generate-types`
1472
1472
 
@@ -1489,7 +1489,7 @@ DESCRIPTION
1489
1489
  Generate types for all workflows in an environment and write them to a file.
1490
1490
  ```
1491
1491
 
1492
- _See code: [src/commands/workflow/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/generate-types.ts)_
1492
+ _See code: [src/commands/workflow/generate-types.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/generate-types.ts)_
1493
1493
 
1494
1494
  ## `knock workflow get WORKFLOWKEY`
1495
1495
 
@@ -1510,7 +1510,7 @@ GLOBAL FLAGS
1510
1510
  --json Format output as json.
1511
1511
  ```
1512
1512
 
1513
- _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/get.ts)_
1513
+ _See code: [src/commands/workflow/get.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/get.ts)_
1514
1514
 
1515
1515
  ## `knock workflow list`
1516
1516
 
@@ -1534,7 +1534,7 @@ GLOBAL FLAGS
1534
1534
  --json Format output as json.
1535
1535
  ```
1536
1536
 
1537
- _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/list.ts)_
1537
+ _See code: [src/commands/workflow/list.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/list.ts)_
1538
1538
 
1539
1539
  ## `knock workflow new`
1540
1540
 
@@ -1559,7 +1559,7 @@ FLAGS
1559
1559
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1560
1560
  ```
1561
1561
 
1562
- _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/new.ts)_
1562
+ _See code: [src/commands/workflow/new.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/new.ts)_
1563
1563
 
1564
1564
  ## `knock workflow open WORKFLOWKEY`
1565
1565
 
@@ -1575,7 +1575,7 @@ FLAGS
1575
1575
  --service-token=<value> [env: KNOCK_SERVICE_TOKEN] The service token to authenticate with.
1576
1576
  ```
1577
1577
 
1578
- _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/open.ts)_
1578
+ _See code: [src/commands/workflow/open.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/open.ts)_
1579
1579
 
1580
1580
  ## `knock workflow pull [WORKFLOWKEY]`
1581
1581
 
@@ -1596,7 +1596,7 @@ FLAGS
1596
1596
  --workflows-dir=<value> The target directory path to pull all workflows into.
1597
1597
  ```
1598
1598
 
1599
- _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/pull.ts)_
1599
+ _See code: [src/commands/workflow/pull.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/pull.ts)_
1600
1600
 
1601
1601
  ## `knock workflow push [WORKFLOWKEY]`
1602
1602
 
@@ -1620,7 +1620,7 @@ FLAGS
1620
1620
  --workflows-dir=<value> The target directory path to find all workflows to push.
1621
1621
  ```
1622
1622
 
1623
- _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/push.ts)_
1623
+ _See code: [src/commands/workflow/push.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/push.ts)_
1624
1624
 
1625
1625
  ## `knock workflow run WORKFLOWKEY`
1626
1626
 
@@ -1642,7 +1642,7 @@ FLAGS
1642
1642
  --tenant=<value> A tenant id for the workflow run.
1643
1643
  ```
1644
1644
 
1645
- _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/run.ts)_
1645
+ _See code: [src/commands/workflow/run.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/run.ts)_
1646
1646
 
1647
1647
  ## `knock workflow validate [WORKFLOWKEY]`
1648
1648
 
@@ -1661,5 +1661,5 @@ FLAGS
1661
1661
  --workflows-dir=<value> The target directory path to find all workflows to validate.
1662
1662
  ```
1663
1663
 
1664
- _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.0/src/commands/workflow/validate.ts)_
1664
+ _See code: [src/commands/workflow/validate.ts](https://github.com/knocklabs/knock-cli/blob/v1.1.1/src/commands/workflow/validate.ts)_
1665
1665
  <!-- commandsstop -->
@@ -5493,5 +5493,5 @@
5493
5493
  ]
5494
5494
  }
5495
5495
  },
5496
- "version": "1.1.0"
5496
+ "version": "1.1.1"
5497
5497
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knocklabs/cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Knock CLI",
5
5
  "author": "@knocklabs",
6
6
  "bin": {
@@ -17,20 +17,20 @@
17
17
  "/oclif.manifest.json"
18
18
  ],
19
19
  "resolutions": {
20
- "axios": "1.15.1"
20
+ "axios": "1.15.2"
21
21
  },
22
22
  "dependencies": {
23
23
  "@knocklabs/jsonlint": "^2.0.2",
24
24
  "@knocklabs/mgmt": "0.25.0",
25
25
  "@oclif/core": "^3",
26
26
  "@oclif/plugin-help": "^6",
27
- "axios": "1.15.1",
27
+ "axios": "1.15.2",
28
28
  "date-fns": "^2.30.0",
29
29
  "degit": "^2.8.4",
30
30
  "enquirer": "^2.4.1",
31
31
  "find-up": "^5.0.0",
32
32
  "fs-extra": "^11.3.4",
33
- "liquidjs": "^10.25.5",
33
+ "liquidjs": "^10.25.7",
34
34
  "locale-codes": "^1.3.1",
35
35
  "lodash": "^4.18.1",
36
36
  "open": "8.4.2",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@oclif/test": "^3",
42
42
  "@swc/cli": "^0.8.1",
43
- "@swc/core": "^1.15.26",
43
+ "@swc/core": "^1.15.30",
44
44
  "@swc/helpers": "^0.5.21",
45
45
  "@types/chai": "^4",
46
46
  "@types/degit": "^2.8.6",