@taqueria/protocol 0.22.2 → 0.23.0-rc.2

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.
@@ -16,7 +16,7 @@ export declare const rawSchema: z.ZodObject<{
16
16
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
17
17
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
18
18
  plugin: z.ZodOptional<z.ZodString>;
19
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
19
+ env: z.ZodOptional<z.ZodString>;
20
20
  quickstart: z.ZodOptional<z.ZodString>;
21
21
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
22
22
  setVersion: z.ZodString;
@@ -27,6 +27,7 @@ export declare const rawSchema: z.ZodObject<{
27
27
  build?: boolean | undefined;
28
28
  help?: boolean | undefined;
29
29
  yes?: boolean | undefined;
30
+ env?: string | undefined;
30
31
  quickstart?: string | undefined;
31
32
  pluginName?: string | undefined;
32
33
  debug: boolean;
@@ -38,7 +39,6 @@ export declare const rawSchema: z.ZodObject<{
38
39
  maxConcurrency: number;
39
40
  disableState: boolean;
40
41
  logPluginRequests: boolean;
41
- env: string;
42
42
  setBuild: string;
43
43
  setVersion: string;
44
44
  }, {
@@ -77,7 +77,7 @@ export declare const scaffoldRawSchema: z.ZodObject<z.extendShape<{
77
77
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
78
78
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
79
79
  plugin: z.ZodOptional<z.ZodString>;
80
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
80
+ env: z.ZodOptional<z.ZodString>;
81
81
  quickstart: z.ZodOptional<z.ZodString>;
82
82
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
83
83
  setVersion: z.ZodString;
@@ -95,6 +95,7 @@ export declare const scaffoldRawSchema: z.ZodObject<z.extendShape<{
95
95
  build?: boolean | undefined;
96
96
  help?: boolean | undefined;
97
97
  yes?: boolean | undefined;
98
+ env?: string | undefined;
98
99
  quickstart?: string | undefined;
99
100
  pluginName?: string | undefined;
100
101
  debug: boolean;
@@ -106,7 +107,6 @@ export declare const scaffoldRawSchema: z.ZodObject<z.extendShape<{
106
107
  maxConcurrency: number;
107
108
  disableState: boolean;
108
109
  logPluginRequests: boolean;
109
- env: string;
110
110
  setBuild: string;
111
111
  setVersion: string;
112
112
  scaffoldProjectDir: string & {
@@ -153,7 +153,7 @@ export declare const provisionRawSchema: z.ZodObject<z.extendShape<{
153
153
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
154
154
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
155
155
  plugin: z.ZodOptional<z.ZodString>;
156
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
156
+ env: z.ZodOptional<z.ZodString>;
157
157
  quickstart: z.ZodOptional<z.ZodString>;
158
158
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
159
159
  setVersion: z.ZodString;
@@ -168,6 +168,7 @@ export declare const provisionRawSchema: z.ZodObject<z.extendShape<{
168
168
  build?: boolean | undefined;
169
169
  help?: boolean | undefined;
170
170
  yes?: boolean | undefined;
171
+ env?: string | undefined;
171
172
  quickstart?: string | undefined;
172
173
  pluginName?: string | undefined;
173
174
  debug: boolean;
@@ -179,7 +180,6 @@ export declare const provisionRawSchema: z.ZodObject<z.extendShape<{
179
180
  maxConcurrency: number;
180
181
  disableState: boolean;
181
182
  logPluginRequests: boolean;
182
- env: string;
183
183
  setBuild: string;
184
184
  setVersion: string;
185
185
  operation: string;
@@ -221,7 +221,7 @@ export declare const templateRawSchema: z.ZodObject<z.extendShape<{
221
221
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
222
222
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
223
223
  plugin: z.ZodOptional<z.ZodString>;
224
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
224
+ env: z.ZodOptional<z.ZodString>;
225
225
  quickstart: z.ZodOptional<z.ZodString>;
226
226
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
227
227
  setVersion: z.ZodString;
@@ -234,6 +234,7 @@ export declare const templateRawSchema: z.ZodObject<z.extendShape<{
234
234
  build?: boolean | undefined;
235
235
  help?: boolean | undefined;
236
236
  yes?: boolean | undefined;
237
+ env?: string | undefined;
237
238
  quickstart?: string | undefined;
238
239
  pluginName?: string | undefined;
239
240
  debug: boolean;
@@ -245,7 +246,6 @@ export declare const templateRawSchema: z.ZodObject<z.extendShape<{
245
246
  maxConcurrency: number;
246
247
  disableState: boolean;
247
248
  logPluginRequests: boolean;
248
- env: string;
249
249
  setBuild: string;
250
250
  setVersion: string;
251
251
  template: string;
@@ -286,7 +286,7 @@ export declare const managePluginRawSchema: z.ZodObject<z.extendShape<Omit<{
286
286
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
287
287
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
288
288
  plugin: z.ZodOptional<z.ZodString>;
289
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
289
+ env: z.ZodOptional<z.ZodString>;
290
290
  quickstart: z.ZodOptional<z.ZodString>;
291
291
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
292
292
  setVersion: z.ZodString;
@@ -299,6 +299,7 @@ export declare const managePluginRawSchema: z.ZodObject<z.extendShape<Omit<{
299
299
  build?: boolean | undefined;
300
300
  help?: boolean | undefined;
301
301
  yes?: boolean | undefined;
302
+ env?: string | undefined;
302
303
  quickstart?: string | undefined;
303
304
  debug: boolean;
304
305
  fromVsCode: boolean;
@@ -309,7 +310,6 @@ export declare const managePluginRawSchema: z.ZodObject<z.extendShape<Omit<{
309
310
  maxConcurrency: number;
310
311
  disableState: boolean;
311
312
  logPluginRequests: boolean;
312
- env: string;
313
313
  setBuild: string;
314
314
  setVersion: string;
315
315
  pluginName: string;
@@ -349,7 +349,7 @@ export declare const versionRawSchema: z.ZodObject<z.extendShape<{
349
349
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
350
350
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
351
351
  plugin: z.ZodOptional<z.ZodString>;
352
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
352
+ env: z.ZodOptional<z.ZodString>;
353
353
  quickstart: z.ZodOptional<z.ZodString>;
354
354
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
355
355
  setVersion: z.ZodString;
@@ -361,6 +361,7 @@ export declare const versionRawSchema: z.ZodObject<z.extendShape<{
361
361
  build?: boolean | undefined;
362
362
  help?: boolean | undefined;
363
363
  yes?: boolean | undefined;
364
+ env?: string | undefined;
364
365
  quickstart?: string | undefined;
365
366
  pluginName?: string | undefined;
366
367
  debug: boolean;
@@ -373,7 +374,6 @@ export declare const versionRawSchema: z.ZodObject<z.extendShape<{
373
374
  disableState: boolean;
374
375
  logPluginRequests: boolean;
375
376
  version: boolean;
376
- env: string;
377
377
  setBuild: string;
378
378
  setVersion: string;
379
379
  }, {
@@ -412,7 +412,7 @@ export declare const addContractsRawSchema: z.ZodEffects<z.ZodObject<z.extendSha
412
412
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
413
413
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
414
414
  plugin: z.ZodOptional<z.ZodString>;
415
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
415
+ env: z.ZodOptional<z.ZodString>;
416
416
  quickstart: z.ZodOptional<z.ZodString>;
417
417
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
418
418
  setVersion: z.ZodString;
@@ -426,6 +426,7 @@ export declare const addContractsRawSchema: z.ZodEffects<z.ZodObject<z.extendSha
426
426
  build?: boolean | undefined;
427
427
  help?: boolean | undefined;
428
428
  yes?: boolean | undefined;
429
+ env?: string | undefined;
429
430
  quickstart?: string | undefined;
430
431
  pluginName?: string | undefined;
431
432
  sourceFile: string;
@@ -438,7 +439,6 @@ export declare const addContractsRawSchema: z.ZodEffects<z.ZodObject<z.extendSha
438
439
  maxConcurrency: number;
439
440
  disableState: boolean;
440
441
  logPluginRequests: boolean;
441
- env: string;
442
442
  setBuild: string;
443
443
  setVersion: string;
444
444
  contractName: string;
@@ -468,6 +468,7 @@ export declare const addContractsRawSchema: z.ZodEffects<z.ZodObject<z.extendSha
468
468
  build?: boolean | undefined;
469
469
  help?: boolean | undefined;
470
470
  yes?: boolean | undefined;
471
+ env?: string | undefined;
471
472
  quickstart?: string | undefined;
472
473
  pluginName?: string | undefined;
473
474
  sourceFile: string;
@@ -480,7 +481,6 @@ export declare const addContractsRawSchema: z.ZodEffects<z.ZodObject<z.extendSha
480
481
  maxConcurrency: number;
481
482
  disableState: boolean;
482
483
  logPluginRequests: boolean;
483
- env: string;
484
484
  setBuild: string;
485
485
  setVersion: string;
486
486
  contractName: string;
@@ -502,7 +502,7 @@ export declare const removeContractsRawSchema: z.ZodObject<z.extendShape<{
502
502
  help: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
503
503
  yes: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
504
504
  plugin: z.ZodOptional<z.ZodString>;
505
- env: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"production">, z.ZodLiteral<"testing">, z.ZodLiteral<"development">, z.ZodString]>>;
505
+ env: z.ZodOptional<z.ZodString>;
506
506
  quickstart: z.ZodOptional<z.ZodString>;
507
507
  setBuild: z.ZodEffects<z.ZodString, string, unknown>;
508
508
  setVersion: z.ZodString;
@@ -515,6 +515,7 @@ export declare const removeContractsRawSchema: z.ZodObject<z.extendShape<{
515
515
  build?: boolean | undefined;
516
516
  help?: boolean | undefined;
517
517
  yes?: boolean | undefined;
518
+ env?: string | undefined;
518
519
  quickstart?: string | undefined;
519
520
  pluginName?: string | undefined;
520
521
  debug: boolean;
@@ -526,7 +527,6 @@ export declare const removeContractsRawSchema: z.ZodObject<z.extendShape<{
526
527
  maxConcurrency: number;
527
528
  disableState: boolean;
528
529
  logPluginRequests: boolean;
529
- env: string;
530
530
  setBuild: string;
531
531
  setVersion: string;
532
532
  contractName: string;
@@ -559,6 +559,7 @@ export declare const generatedSchemas: {
559
559
  build?: boolean | undefined;
560
560
  help?: boolean | undefined;
561
561
  yes?: boolean | undefined;
562
+ env?: string | undefined;
562
563
  quickstart?: string | undefined;
563
564
  pluginName?: string | undefined;
564
565
  debug: boolean;
@@ -570,7 +571,6 @@ export declare const generatedSchemas: {
570
571
  maxConcurrency: number;
571
572
  disableState: boolean;
572
573
  logPluginRequests: boolean;
573
- env: string;
574
574
  setBuild: string;
575
575
  setVersion: string;
576
576
  } & {
@@ -583,6 +583,7 @@ export declare const generatedSchemas: {
583
583
  build?: boolean | undefined;
584
584
  help?: boolean | undefined;
585
585
  yes?: boolean | undefined;
586
+ env?: string | undefined;
586
587
  quickstart?: string | undefined;
587
588
  pluginName?: string | undefined;
588
589
  debug: boolean;
@@ -594,7 +595,6 @@ export declare const generatedSchemas: {
594
595
  maxConcurrency: number;
595
596
  disableState: boolean;
596
597
  logPluginRequests: boolean;
597
- env: string;
598
598
  setBuild: string;
599
599
  setVersion: string;
600
600
  }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
@@ -603,6 +603,7 @@ export declare const generatedSchemas: {
603
603
  build?: boolean | undefined;
604
604
  help?: boolean | undefined;
605
605
  yes?: boolean | undefined;
606
+ env?: string | undefined;
606
607
  quickstart?: string | undefined;
607
608
  pluginName?: string | undefined;
608
609
  debug: boolean;
@@ -614,7 +615,6 @@ export declare const generatedSchemas: {
614
615
  maxConcurrency: number;
615
616
  disableState: boolean;
616
617
  logPluginRequests: boolean;
617
- env: string;
618
618
  setBuild: string;
619
619
  setVersion: string;
620
620
  } & {
@@ -626,6 +626,7 @@ export declare const generatedSchemas: {
626
626
  build?: boolean | undefined;
627
627
  help?: boolean | undefined;
628
628
  yes?: boolean | undefined;
629
+ env?: string | undefined;
629
630
  quickstart?: string | undefined;
630
631
  pluginName?: string | undefined;
631
632
  debug: boolean;
@@ -637,7 +638,6 @@ export declare const generatedSchemas: {
637
638
  maxConcurrency: number;
638
639
  disableState: boolean;
639
640
  logPluginRequests: boolean;
640
- env: string;
641
641
  setBuild: string;
642
642
  setVersion: string;
643
643
  } & {
@@ -649,6 +649,7 @@ export declare const generatedSchemas: {
649
649
  build?: boolean | undefined;
650
650
  help?: boolean | undefined;
651
651
  yes?: boolean | undefined;
652
+ env?: string | undefined;
652
653
  quickstart?: string | undefined;
653
654
  pluginName?: string | undefined;
654
655
  debug: boolean;
@@ -660,7 +661,6 @@ export declare const generatedSchemas: {
660
661
  maxConcurrency: number;
661
662
  disableState: boolean;
662
663
  logPluginRequests: boolean;
663
- env: string;
664
664
  setBuild: string;
665
665
  setVersion: string;
666
666
  }) => {
@@ -669,6 +669,7 @@ export declare const generatedSchemas: {
669
669
  build?: boolean | undefined;
670
670
  help?: boolean | undefined;
671
671
  yes?: boolean | undefined;
672
+ env?: string | undefined;
672
673
  quickstart?: string | undefined;
673
674
  pluginName?: string | undefined;
674
675
  debug: boolean;
@@ -680,7 +681,6 @@ export declare const generatedSchemas: {
680
681
  maxConcurrency: number;
681
682
  disableState: boolean;
682
683
  logPluginRequests: boolean;
683
- env: string;
684
684
  setBuild: string;
685
685
  setVersion: string;
686
686
  } & {
@@ -692,6 +692,7 @@ export declare const generatedSchemas: {
692
692
  build?: boolean | undefined;
693
693
  help?: boolean | undefined;
694
694
  yes?: boolean | undefined;
695
+ env?: string | undefined;
695
696
  quickstart?: string | undefined;
696
697
  pluginName?: string | undefined;
697
698
  debug: boolean;
@@ -703,7 +704,6 @@ export declare const generatedSchemas: {
703
704
  maxConcurrency: number;
704
705
  disableState: boolean;
705
706
  logPluginRequests: boolean;
706
- env: string;
707
707
  setBuild: string;
708
708
  setVersion: string;
709
709
  } & {
@@ -716,6 +716,7 @@ export declare const create: (input: {
716
716
  build?: boolean | undefined;
717
717
  help?: boolean | undefined;
718
718
  yes?: boolean | undefined;
719
+ env?: string | undefined;
719
720
  quickstart?: string | undefined;
720
721
  pluginName?: string | undefined;
721
722
  debug: boolean;
@@ -727,7 +728,6 @@ export declare const create: (input: {
727
728
  maxConcurrency: number;
728
729
  disableState: boolean;
729
730
  logPluginRequests: boolean;
730
- env: string;
731
731
  setBuild: string;
732
732
  setVersion: string;
733
733
  }) => {
@@ -736,6 +736,7 @@ export declare const create: (input: {
736
736
  build?: boolean | undefined;
737
737
  help?: boolean | undefined;
738
738
  yes?: boolean | undefined;
739
+ env?: string | undefined;
739
740
  quickstart?: string | undefined;
740
741
  pluginName?: string | undefined;
741
742
  debug: boolean;
@@ -747,7 +748,6 @@ export declare const create: (input: {
747
748
  maxConcurrency: number;
748
749
  disableState: boolean;
749
750
  logPluginRequests: boolean;
750
- env: string;
751
751
  setBuild: string;
752
752
  setVersion: string;
753
753
  } & {
@@ -758,6 +758,7 @@ export declare const create: (input: {
758
758
  build?: boolean | undefined;
759
759
  help?: boolean | undefined;
760
760
  yes?: boolean | undefined;
761
+ env?: string | undefined;
761
762
  quickstart?: string | undefined;
762
763
  pluginName?: string | undefined;
763
764
  debug: boolean;
@@ -769,7 +770,6 @@ export declare const create: (input: {
769
770
  maxConcurrency: number;
770
771
  disableState: boolean;
771
772
  logPluginRequests: boolean;
772
- env: string;
773
773
  setBuild: string;
774
774
  setVersion: string;
775
775
  } & {
@@ -780,6 +780,7 @@ export declare const create: (input: {
780
780
  build?: boolean | undefined;
781
781
  help?: boolean | undefined;
782
782
  yes?: boolean | undefined;
783
+ env?: string | undefined;
783
784
  quickstart?: string | undefined;
784
785
  pluginName?: string | undefined;
785
786
  debug: boolean;
@@ -791,7 +792,6 @@ export declare const create: (input: {
791
792
  maxConcurrency: number;
792
793
  disableState: boolean;
793
794
  logPluginRequests: boolean;
794
- env: string;
795
795
  setBuild: string;
796
796
  setVersion: string;
797
797
  }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
@@ -800,6 +800,7 @@ export declare const create: (input: {
800
800
  build?: boolean | undefined;
801
801
  help?: boolean | undefined;
802
802
  yes?: boolean | undefined;
803
+ env?: string | undefined;
803
804
  quickstart?: string | undefined;
804
805
  pluginName?: string | undefined;
805
806
  debug: boolean;
@@ -811,7 +812,6 @@ export declare const create: (input: {
811
812
  maxConcurrency: number;
812
813
  disableState: boolean;
813
814
  logPluginRequests: boolean;
814
- env: string;
815
815
  setBuild: string;
816
816
  setVersion: string;
817
817
  } & {
@@ -826,6 +826,7 @@ export declare const schemas: {
826
826
  build?: boolean | undefined;
827
827
  help?: boolean | undefined;
828
828
  yes?: boolean | undefined;
829
+ env?: string | undefined;
829
830
  quickstart?: string | undefined;
830
831
  pluginName?: string | undefined;
831
832
  debug: boolean;
@@ -837,7 +838,6 @@ export declare const schemas: {
837
838
  maxConcurrency: number;
838
839
  disableState: boolean;
839
840
  logPluginRequests: boolean;
840
- env: string;
841
841
  setBuild: string;
842
842
  setVersion: string;
843
843
  } & {
@@ -848,6 +848,7 @@ export declare const schemas: {
848
848
  build?: boolean | undefined;
849
849
  help?: boolean | undefined;
850
850
  yes?: boolean | undefined;
851
+ env?: string | undefined;
851
852
  quickstart?: string | undefined;
852
853
  pluginName?: string | undefined;
853
854
  debug: boolean;
@@ -859,7 +860,6 @@ export declare const schemas: {
859
860
  maxConcurrency: number;
860
861
  disableState: boolean;
861
862
  logPluginRequests: boolean;
862
- env: string;
863
863
  setBuild: string;
864
864
  setVersion: string;
865
865
  } & {
@@ -878,6 +878,7 @@ export declare const scaffoldTaskArgs: {
878
878
  build?: boolean | undefined;
879
879
  help?: boolean | undefined;
880
880
  yes?: boolean | undefined;
881
+ env?: string | undefined;
881
882
  quickstart?: string | undefined;
882
883
  pluginName?: string | undefined;
883
884
  debug: boolean;
@@ -889,7 +890,6 @@ export declare const scaffoldTaskArgs: {
889
890
  maxConcurrency: number;
890
891
  disableState: boolean;
891
892
  logPluginRequests: boolean;
892
- env: string;
893
893
  setBuild: string;
894
894
  setVersion: string;
895
895
  scaffoldProjectDir: string & {
@@ -909,6 +909,7 @@ export declare const scaffoldTaskArgs: {
909
909
  build?: boolean | undefined;
910
910
  help?: boolean | undefined;
911
911
  yes?: boolean | undefined;
912
+ env?: string | undefined;
912
913
  quickstart?: string | undefined;
913
914
  pluginName?: string | undefined;
914
915
  debug: boolean;
@@ -920,7 +921,6 @@ export declare const scaffoldTaskArgs: {
920
921
  maxConcurrency: number;
921
922
  disableState: boolean;
922
923
  logPluginRequests: boolean;
923
- env: string;
924
924
  setBuild: string;
925
925
  setVersion: string;
926
926
  scaffoldProjectDir: string & {
@@ -935,6 +935,7 @@ export declare const scaffoldTaskArgs: {
935
935
  build?: boolean | undefined;
936
936
  help?: boolean | undefined;
937
937
  yes?: boolean | undefined;
938
+ env?: string | undefined;
938
939
  quickstart?: string | undefined;
939
940
  pluginName?: string | undefined;
940
941
  debug: boolean;
@@ -946,7 +947,6 @@ export declare const scaffoldTaskArgs: {
946
947
  maxConcurrency: number;
947
948
  disableState: boolean;
948
949
  logPluginRequests: boolean;
949
- env: string;
950
950
  setBuild: string;
951
951
  setVersion: string;
952
952
  scaffoldProjectDir: string & {
@@ -964,6 +964,7 @@ export declare const scaffoldTaskArgs: {
964
964
  build?: boolean | undefined;
965
965
  help?: boolean | undefined;
966
966
  yes?: boolean | undefined;
967
+ env?: string | undefined;
967
968
  quickstart?: string | undefined;
968
969
  pluginName?: string | undefined;
969
970
  debug: boolean;
@@ -975,7 +976,6 @@ export declare const scaffoldTaskArgs: {
975
976
  maxConcurrency: number;
976
977
  disableState: boolean;
977
978
  logPluginRequests: boolean;
978
- env: string;
979
979
  setBuild: string;
980
980
  setVersion: string;
981
981
  scaffoldProjectDir: string & {
@@ -993,6 +993,7 @@ export declare const scaffoldTaskArgs: {
993
993
  build?: boolean | undefined;
994
994
  help?: boolean | undefined;
995
995
  yes?: boolean | undefined;
996
+ env?: string | undefined;
996
997
  quickstart?: string | undefined;
997
998
  pluginName?: string | undefined;
998
999
  debug: boolean;
@@ -1004,7 +1005,6 @@ export declare const scaffoldTaskArgs: {
1004
1005
  maxConcurrency: number;
1005
1006
  disableState: boolean;
1006
1007
  logPluginRequests: boolean;
1007
- env: string;
1008
1008
  setBuild: string;
1009
1009
  setVersion: string;
1010
1010
  scaffoldProjectDir: string & {
@@ -1019,6 +1019,7 @@ export declare const scaffoldTaskArgs: {
1019
1019
  build?: boolean | undefined;
1020
1020
  help?: boolean | undefined;
1021
1021
  yes?: boolean | undefined;
1022
+ env?: string | undefined;
1022
1023
  quickstart?: string | undefined;
1023
1024
  pluginName?: string | undefined;
1024
1025
  debug: boolean;
@@ -1030,7 +1031,6 @@ export declare const scaffoldTaskArgs: {
1030
1031
  maxConcurrency: number;
1031
1032
  disableState: boolean;
1032
1033
  logPluginRequests: boolean;
1033
- env: string;
1034
1034
  setBuild: string;
1035
1035
  setVersion: string;
1036
1036
  scaffoldProjectDir: string & {
@@ -1048,6 +1048,7 @@ export declare const scaffoldTaskArgs: {
1048
1048
  build?: boolean | undefined;
1049
1049
  help?: boolean | undefined;
1050
1050
  yes?: boolean | undefined;
1051
+ env?: string | undefined;
1051
1052
  quickstart?: string | undefined;
1052
1053
  pluginName?: string | undefined;
1053
1054
  debug: boolean;
@@ -1059,7 +1060,6 @@ export declare const scaffoldTaskArgs: {
1059
1060
  maxConcurrency: number;
1060
1061
  disableState: boolean;
1061
1062
  logPluginRequests: boolean;
1062
- env: string;
1063
1063
  setBuild: string;
1064
1064
  setVersion: string;
1065
1065
  scaffoldProjectDir: string & {
@@ -1084,6 +1084,7 @@ export declare const provisionTaskArgs: {
1084
1084
  build?: boolean | undefined;
1085
1085
  help?: boolean | undefined;
1086
1086
  yes?: boolean | undefined;
1087
+ env?: string | undefined;
1087
1088
  quickstart?: string | undefined;
1088
1089
  pluginName?: string | undefined;
1089
1090
  debug: boolean;
@@ -1095,7 +1096,6 @@ export declare const provisionTaskArgs: {
1095
1096
  maxConcurrency: number;
1096
1097
  disableState: boolean;
1097
1098
  logPluginRequests: boolean;
1098
- env: string;
1099
1099
  setBuild: string;
1100
1100
  setVersion: string;
1101
1101
  operation: string;
@@ -1111,6 +1111,7 @@ export declare const provisionTaskArgs: {
1111
1111
  build?: boolean | undefined;
1112
1112
  help?: boolean | undefined;
1113
1113
  yes?: boolean | undefined;
1114
+ env?: string | undefined;
1114
1115
  quickstart?: string | undefined;
1115
1116
  pluginName?: string | undefined;
1116
1117
  debug: boolean;
@@ -1122,7 +1123,6 @@ export declare const provisionTaskArgs: {
1122
1123
  maxConcurrency: number;
1123
1124
  disableState: boolean;
1124
1125
  logPluginRequests: boolean;
1125
- env: string;
1126
1126
  setBuild: string;
1127
1127
  setVersion: string;
1128
1128
  operation: string;
@@ -1133,6 +1133,7 @@ export declare const provisionTaskArgs: {
1133
1133
  build?: boolean | undefined;
1134
1134
  help?: boolean | undefined;
1135
1135
  yes?: boolean | undefined;
1136
+ env?: string | undefined;
1136
1137
  quickstart?: string | undefined;
1137
1138
  pluginName?: string | undefined;
1138
1139
  debug: boolean;
@@ -1144,7 +1145,6 @@ export declare const provisionTaskArgs: {
1144
1145
  maxConcurrency: number;
1145
1146
  disableState: boolean;
1146
1147
  logPluginRequests: boolean;
1147
- env: string;
1148
1148
  setBuild: string;
1149
1149
  setVersion: string;
1150
1150
  operation: string;
@@ -1158,6 +1158,7 @@ export declare const provisionTaskArgs: {
1158
1158
  build?: boolean | undefined;
1159
1159
  help?: boolean | undefined;
1160
1160
  yes?: boolean | undefined;
1161
+ env?: string | undefined;
1161
1162
  quickstart?: string | undefined;
1162
1163
  pluginName?: string | undefined;
1163
1164
  debug: boolean;
@@ -1169,7 +1170,6 @@ export declare const provisionTaskArgs: {
1169
1170
  maxConcurrency: number;
1170
1171
  disableState: boolean;
1171
1172
  logPluginRequests: boolean;
1172
- env: string;
1173
1173
  setBuild: string;
1174
1174
  setVersion: string;
1175
1175
  operation: string;
@@ -1183,6 +1183,7 @@ export declare const provisionTaskArgs: {
1183
1183
  build?: boolean | undefined;
1184
1184
  help?: boolean | undefined;
1185
1185
  yes?: boolean | undefined;
1186
+ env?: string | undefined;
1186
1187
  quickstart?: string | undefined;
1187
1188
  pluginName?: string | undefined;
1188
1189
  debug: boolean;
@@ -1194,7 +1195,6 @@ export declare const provisionTaskArgs: {
1194
1195
  maxConcurrency: number;
1195
1196
  disableState: boolean;
1196
1197
  logPluginRequests: boolean;
1197
- env: string;
1198
1198
  setBuild: string;
1199
1199
  setVersion: string;
1200
1200
  operation: string;
@@ -1205,6 +1205,7 @@ export declare const provisionTaskArgs: {
1205
1205
  build?: boolean | undefined;
1206
1206
  help?: boolean | undefined;
1207
1207
  yes?: boolean | undefined;
1208
+ env?: string | undefined;
1208
1209
  quickstart?: string | undefined;
1209
1210
  pluginName?: string | undefined;
1210
1211
  debug: boolean;
@@ -1216,7 +1217,6 @@ export declare const provisionTaskArgs: {
1216
1217
  maxConcurrency: number;
1217
1218
  disableState: boolean;
1218
1219
  logPluginRequests: boolean;
1219
- env: string;
1220
1220
  setBuild: string;
1221
1221
  setVersion: string;
1222
1222
  operation: string;
@@ -1230,6 +1230,7 @@ export declare const provisionTaskArgs: {
1230
1230
  build?: boolean | undefined;
1231
1231
  help?: boolean | undefined;
1232
1232
  yes?: boolean | undefined;
1233
+ env?: string | undefined;
1233
1234
  quickstart?: string | undefined;
1234
1235
  pluginName?: string | undefined;
1235
1236
  debug: boolean;
@@ -1241,7 +1242,6 @@ export declare const provisionTaskArgs: {
1241
1242
  maxConcurrency: number;
1242
1243
  disableState: boolean;
1243
1244
  logPluginRequests: boolean;
1244
- env: string;
1245
1245
  setBuild: string;
1246
1246
  setVersion: string;
1247
1247
  operation: string;
@@ -1260,6 +1260,7 @@ export declare const installTaskArgs: {
1260
1260
  build?: boolean | undefined;
1261
1261
  help?: boolean | undefined;
1262
1262
  yes?: boolean | undefined;
1263
+ env?: string | undefined;
1263
1264
  quickstart?: string | undefined;
1264
1265
  debug: boolean;
1265
1266
  fromVsCode: boolean;
@@ -1270,7 +1271,6 @@ export declare const installTaskArgs: {
1270
1271
  maxConcurrency: number;
1271
1272
  disableState: boolean;
1272
1273
  logPluginRequests: boolean;
1273
- env: string;
1274
1274
  setBuild: string;
1275
1275
  setVersion: string;
1276
1276
  pluginName: string;
@@ -1285,6 +1285,7 @@ export declare const installTaskArgs: {
1285
1285
  build?: boolean | undefined;
1286
1286
  help?: boolean | undefined;
1287
1287
  yes?: boolean | undefined;
1288
+ env?: string | undefined;
1288
1289
  quickstart?: string | undefined;
1289
1290
  debug: boolean;
1290
1291
  fromVsCode: boolean;
@@ -1295,7 +1296,6 @@ export declare const installTaskArgs: {
1295
1296
  maxConcurrency: number;
1296
1297
  disableState: boolean;
1297
1298
  logPluginRequests: boolean;
1298
- env: string;
1299
1299
  setBuild: string;
1300
1300
  setVersion: string;
1301
1301
  pluginName: string;
@@ -1305,6 +1305,7 @@ export declare const installTaskArgs: {
1305
1305
  build?: boolean | undefined;
1306
1306
  help?: boolean | undefined;
1307
1307
  yes?: boolean | undefined;
1308
+ env?: string | undefined;
1308
1309
  quickstart?: string | undefined;
1309
1310
  debug: boolean;
1310
1311
  fromVsCode: boolean;
@@ -1315,7 +1316,6 @@ export declare const installTaskArgs: {
1315
1316
  maxConcurrency: number;
1316
1317
  disableState: boolean;
1317
1318
  logPluginRequests: boolean;
1318
- env: string;
1319
1319
  setBuild: string;
1320
1320
  setVersion: string;
1321
1321
  pluginName: string;
@@ -1328,6 +1328,7 @@ export declare const installTaskArgs: {
1328
1328
  build?: boolean | undefined;
1329
1329
  help?: boolean | undefined;
1330
1330
  yes?: boolean | undefined;
1331
+ env?: string | undefined;
1331
1332
  quickstart?: string | undefined;
1332
1333
  debug: boolean;
1333
1334
  fromVsCode: boolean;
@@ -1338,7 +1339,6 @@ export declare const installTaskArgs: {
1338
1339
  maxConcurrency: number;
1339
1340
  disableState: boolean;
1340
1341
  logPluginRequests: boolean;
1341
- env: string;
1342
1342
  setBuild: string;
1343
1343
  setVersion: string;
1344
1344
  pluginName: string;
@@ -1351,6 +1351,7 @@ export declare const installTaskArgs: {
1351
1351
  build?: boolean | undefined;
1352
1352
  help?: boolean | undefined;
1353
1353
  yes?: boolean | undefined;
1354
+ env?: string | undefined;
1354
1355
  quickstart?: string | undefined;
1355
1356
  debug: boolean;
1356
1357
  fromVsCode: boolean;
@@ -1361,7 +1362,6 @@ export declare const installTaskArgs: {
1361
1362
  maxConcurrency: number;
1362
1363
  disableState: boolean;
1363
1364
  logPluginRequests: boolean;
1364
- env: string;
1365
1365
  setBuild: string;
1366
1366
  setVersion: string;
1367
1367
  pluginName: string;
@@ -1371,6 +1371,7 @@ export declare const installTaskArgs: {
1371
1371
  build?: boolean | undefined;
1372
1372
  help?: boolean | undefined;
1373
1373
  yes?: boolean | undefined;
1374
+ env?: string | undefined;
1374
1375
  quickstart?: string | undefined;
1375
1376
  debug: boolean;
1376
1377
  fromVsCode: boolean;
@@ -1381,7 +1382,6 @@ export declare const installTaskArgs: {
1381
1382
  maxConcurrency: number;
1382
1383
  disableState: boolean;
1383
1384
  logPluginRequests: boolean;
1384
- env: string;
1385
1385
  setBuild: string;
1386
1386
  setVersion: string;
1387
1387
  pluginName: string;
@@ -1394,6 +1394,7 @@ export declare const installTaskArgs: {
1394
1394
  build?: boolean | undefined;
1395
1395
  help?: boolean | undefined;
1396
1396
  yes?: boolean | undefined;
1397
+ env?: string | undefined;
1397
1398
  quickstart?: string | undefined;
1398
1399
  debug: boolean;
1399
1400
  fromVsCode: boolean;
@@ -1404,7 +1405,6 @@ export declare const installTaskArgs: {
1404
1405
  maxConcurrency: number;
1405
1406
  disableState: boolean;
1406
1407
  logPluginRequests: boolean;
1407
- env: string;
1408
1408
  setBuild: string;
1409
1409
  setVersion: string;
1410
1410
  pluginName: string;
@@ -1423,6 +1423,7 @@ export declare const uninstallTaskArgs: {
1423
1423
  build?: boolean | undefined;
1424
1424
  help?: boolean | undefined;
1425
1425
  yes?: boolean | undefined;
1426
+ env?: string | undefined;
1426
1427
  quickstart?: string | undefined;
1427
1428
  debug: boolean;
1428
1429
  fromVsCode: boolean;
@@ -1433,7 +1434,6 @@ export declare const uninstallTaskArgs: {
1433
1434
  maxConcurrency: number;
1434
1435
  disableState: boolean;
1435
1436
  logPluginRequests: boolean;
1436
- env: string;
1437
1437
  setBuild: string;
1438
1438
  setVersion: string;
1439
1439
  pluginName: string;
@@ -1448,6 +1448,7 @@ export declare const uninstallTaskArgs: {
1448
1448
  build?: boolean | undefined;
1449
1449
  help?: boolean | undefined;
1450
1450
  yes?: boolean | undefined;
1451
+ env?: string | undefined;
1451
1452
  quickstart?: string | undefined;
1452
1453
  debug: boolean;
1453
1454
  fromVsCode: boolean;
@@ -1458,7 +1459,6 @@ export declare const uninstallTaskArgs: {
1458
1459
  maxConcurrency: number;
1459
1460
  disableState: boolean;
1460
1461
  logPluginRequests: boolean;
1461
- env: string;
1462
1462
  setBuild: string;
1463
1463
  setVersion: string;
1464
1464
  pluginName: string;
@@ -1468,6 +1468,7 @@ export declare const uninstallTaskArgs: {
1468
1468
  build?: boolean | undefined;
1469
1469
  help?: boolean | undefined;
1470
1470
  yes?: boolean | undefined;
1471
+ env?: string | undefined;
1471
1472
  quickstart?: string | undefined;
1472
1473
  debug: boolean;
1473
1474
  fromVsCode: boolean;
@@ -1478,7 +1479,6 @@ export declare const uninstallTaskArgs: {
1478
1479
  maxConcurrency: number;
1479
1480
  disableState: boolean;
1480
1481
  logPluginRequests: boolean;
1481
- env: string;
1482
1482
  setBuild: string;
1483
1483
  setVersion: string;
1484
1484
  pluginName: string;
@@ -1491,6 +1491,7 @@ export declare const uninstallTaskArgs: {
1491
1491
  build?: boolean | undefined;
1492
1492
  help?: boolean | undefined;
1493
1493
  yes?: boolean | undefined;
1494
+ env?: string | undefined;
1494
1495
  quickstart?: string | undefined;
1495
1496
  debug: boolean;
1496
1497
  fromVsCode: boolean;
@@ -1501,7 +1502,6 @@ export declare const uninstallTaskArgs: {
1501
1502
  maxConcurrency: number;
1502
1503
  disableState: boolean;
1503
1504
  logPluginRequests: boolean;
1504
- env: string;
1505
1505
  setBuild: string;
1506
1506
  setVersion: string;
1507
1507
  pluginName: string;
@@ -1514,6 +1514,7 @@ export declare const uninstallTaskArgs: {
1514
1514
  build?: boolean | undefined;
1515
1515
  help?: boolean | undefined;
1516
1516
  yes?: boolean | undefined;
1517
+ env?: string | undefined;
1517
1518
  quickstart?: string | undefined;
1518
1519
  debug: boolean;
1519
1520
  fromVsCode: boolean;
@@ -1524,7 +1525,6 @@ export declare const uninstallTaskArgs: {
1524
1525
  maxConcurrency: number;
1525
1526
  disableState: boolean;
1526
1527
  logPluginRequests: boolean;
1527
- env: string;
1528
1528
  setBuild: string;
1529
1529
  setVersion: string;
1530
1530
  pluginName: string;
@@ -1534,6 +1534,7 @@ export declare const uninstallTaskArgs: {
1534
1534
  build?: boolean | undefined;
1535
1535
  help?: boolean | undefined;
1536
1536
  yes?: boolean | undefined;
1537
+ env?: string | undefined;
1537
1538
  quickstart?: string | undefined;
1538
1539
  debug: boolean;
1539
1540
  fromVsCode: boolean;
@@ -1544,7 +1545,6 @@ export declare const uninstallTaskArgs: {
1544
1545
  maxConcurrency: number;
1545
1546
  disableState: boolean;
1546
1547
  logPluginRequests: boolean;
1547
- env: string;
1548
1548
  setBuild: string;
1549
1549
  setVersion: string;
1550
1550
  pluginName: string;
@@ -1557,6 +1557,7 @@ export declare const uninstallTaskArgs: {
1557
1557
  build?: boolean | undefined;
1558
1558
  help?: boolean | undefined;
1559
1559
  yes?: boolean | undefined;
1560
+ env?: string | undefined;
1560
1561
  quickstart?: string | undefined;
1561
1562
  debug: boolean;
1562
1563
  fromVsCode: boolean;
@@ -1567,7 +1568,6 @@ export declare const uninstallTaskArgs: {
1567
1568
  maxConcurrency: number;
1568
1569
  disableState: boolean;
1569
1570
  logPluginRequests: boolean;
1570
- env: string;
1571
1571
  setBuild: string;
1572
1572
  setVersion: string;
1573
1573
  pluginName: string;
@@ -1586,6 +1586,7 @@ export declare const createTaskArgs: {
1586
1586
  build?: boolean | undefined;
1587
1587
  help?: boolean | undefined;
1588
1588
  yes?: boolean | undefined;
1589
+ env?: string | undefined;
1589
1590
  quickstart?: string | undefined;
1590
1591
  pluginName?: string | undefined;
1591
1592
  debug: boolean;
@@ -1597,7 +1598,6 @@ export declare const createTaskArgs: {
1597
1598
  maxConcurrency: number;
1598
1599
  disableState: boolean;
1599
1600
  logPluginRequests: boolean;
1600
- env: string;
1601
1601
  setBuild: string;
1602
1602
  setVersion: string;
1603
1603
  template: string;
@@ -1612,6 +1612,7 @@ export declare const createTaskArgs: {
1612
1612
  build?: boolean | undefined;
1613
1613
  help?: boolean | undefined;
1614
1614
  yes?: boolean | undefined;
1615
+ env?: string | undefined;
1615
1616
  quickstart?: string | undefined;
1616
1617
  pluginName?: string | undefined;
1617
1618
  debug: boolean;
@@ -1623,7 +1624,6 @@ export declare const createTaskArgs: {
1623
1624
  maxConcurrency: number;
1624
1625
  disableState: boolean;
1625
1626
  logPluginRequests: boolean;
1626
- env: string;
1627
1627
  setBuild: string;
1628
1628
  setVersion: string;
1629
1629
  template: string;
@@ -1633,6 +1633,7 @@ export declare const createTaskArgs: {
1633
1633
  build?: boolean | undefined;
1634
1634
  help?: boolean | undefined;
1635
1635
  yes?: boolean | undefined;
1636
+ env?: string | undefined;
1636
1637
  quickstart?: string | undefined;
1637
1638
  pluginName?: string | undefined;
1638
1639
  debug: boolean;
@@ -1644,7 +1645,6 @@ export declare const createTaskArgs: {
1644
1645
  maxConcurrency: number;
1645
1646
  disableState: boolean;
1646
1647
  logPluginRequests: boolean;
1647
- env: string;
1648
1648
  setBuild: string;
1649
1649
  setVersion: string;
1650
1650
  template: string;
@@ -1657,6 +1657,7 @@ export declare const createTaskArgs: {
1657
1657
  build?: boolean | undefined;
1658
1658
  help?: boolean | undefined;
1659
1659
  yes?: boolean | undefined;
1660
+ env?: string | undefined;
1660
1661
  quickstart?: string | undefined;
1661
1662
  pluginName?: string | undefined;
1662
1663
  debug: boolean;
@@ -1668,7 +1669,6 @@ export declare const createTaskArgs: {
1668
1669
  maxConcurrency: number;
1669
1670
  disableState: boolean;
1670
1671
  logPluginRequests: boolean;
1671
- env: string;
1672
1672
  setBuild: string;
1673
1673
  setVersion: string;
1674
1674
  template: string;
@@ -1681,6 +1681,7 @@ export declare const createTaskArgs: {
1681
1681
  build?: boolean | undefined;
1682
1682
  help?: boolean | undefined;
1683
1683
  yes?: boolean | undefined;
1684
+ env?: string | undefined;
1684
1685
  quickstart?: string | undefined;
1685
1686
  pluginName?: string | undefined;
1686
1687
  debug: boolean;
@@ -1692,7 +1693,6 @@ export declare const createTaskArgs: {
1692
1693
  maxConcurrency: number;
1693
1694
  disableState: boolean;
1694
1695
  logPluginRequests: boolean;
1695
- env: string;
1696
1696
  setBuild: string;
1697
1697
  setVersion: string;
1698
1698
  template: string;
@@ -1702,6 +1702,7 @@ export declare const createTaskArgs: {
1702
1702
  build?: boolean | undefined;
1703
1703
  help?: boolean | undefined;
1704
1704
  yes?: boolean | undefined;
1705
+ env?: string | undefined;
1705
1706
  quickstart?: string | undefined;
1706
1707
  pluginName?: string | undefined;
1707
1708
  debug: boolean;
@@ -1713,7 +1714,6 @@ export declare const createTaskArgs: {
1713
1714
  maxConcurrency: number;
1714
1715
  disableState: boolean;
1715
1716
  logPluginRequests: boolean;
1716
- env: string;
1717
1717
  setBuild: string;
1718
1718
  setVersion: string;
1719
1719
  template: string;
@@ -1726,6 +1726,7 @@ export declare const createTaskArgs: {
1726
1726
  build?: boolean | undefined;
1727
1727
  help?: boolean | undefined;
1728
1728
  yes?: boolean | undefined;
1729
+ env?: string | undefined;
1729
1730
  quickstart?: string | undefined;
1730
1731
  pluginName?: string | undefined;
1731
1732
  debug: boolean;
@@ -1737,7 +1738,6 @@ export declare const createTaskArgs: {
1737
1738
  maxConcurrency: number;
1738
1739
  disableState: boolean;
1739
1740
  logPluginRequests: boolean;
1740
- env: string;
1741
1741
  setBuild: string;
1742
1742
  setVersion: string;
1743
1743
  template: string;
@@ -1756,6 +1756,7 @@ export declare const addContractArgs: {
1756
1756
  build?: boolean | undefined;
1757
1757
  help?: boolean | undefined;
1758
1758
  yes?: boolean | undefined;
1759
+ env?: string | undefined;
1759
1760
  quickstart?: string | undefined;
1760
1761
  pluginName?: string | undefined;
1761
1762
  sourceFile: string;
@@ -1768,7 +1769,6 @@ export declare const addContractArgs: {
1768
1769
  maxConcurrency: number;
1769
1770
  disableState: boolean;
1770
1771
  logPluginRequests: boolean;
1771
- env: string;
1772
1772
  setBuild: string;
1773
1773
  setVersion: string;
1774
1774
  contractName: string;
@@ -1783,6 +1783,7 @@ export declare const addContractArgs: {
1783
1783
  build?: boolean | undefined;
1784
1784
  help?: boolean | undefined;
1785
1785
  yes?: boolean | undefined;
1786
+ env?: string | undefined;
1786
1787
  quickstart?: string | undefined;
1787
1788
  pluginName?: string | undefined;
1788
1789
  sourceFile: string;
@@ -1795,7 +1796,6 @@ export declare const addContractArgs: {
1795
1796
  maxConcurrency: number;
1796
1797
  disableState: boolean;
1797
1798
  logPluginRequests: boolean;
1798
- env: string;
1799
1799
  setBuild: string;
1800
1800
  setVersion: string;
1801
1801
  contractName: string;
@@ -1805,6 +1805,7 @@ export declare const addContractArgs: {
1805
1805
  build?: boolean | undefined;
1806
1806
  help?: boolean | undefined;
1807
1807
  yes?: boolean | undefined;
1808
+ env?: string | undefined;
1808
1809
  quickstart?: string | undefined;
1809
1810
  pluginName?: string | undefined;
1810
1811
  sourceFile: string;
@@ -1817,7 +1818,6 @@ export declare const addContractArgs: {
1817
1818
  maxConcurrency: number;
1818
1819
  disableState: boolean;
1819
1820
  logPluginRequests: boolean;
1820
- env: string;
1821
1821
  setBuild: string;
1822
1822
  setVersion: string;
1823
1823
  contractName: string;
@@ -1830,6 +1830,7 @@ export declare const addContractArgs: {
1830
1830
  build?: boolean | undefined;
1831
1831
  help?: boolean | undefined;
1832
1832
  yes?: boolean | undefined;
1833
+ env?: string | undefined;
1833
1834
  quickstart?: string | undefined;
1834
1835
  pluginName?: string | undefined;
1835
1836
  sourceFile: string;
@@ -1842,7 +1843,6 @@ export declare const addContractArgs: {
1842
1843
  maxConcurrency: number;
1843
1844
  disableState: boolean;
1844
1845
  logPluginRequests: boolean;
1845
- env: string;
1846
1846
  setBuild: string;
1847
1847
  setVersion: string;
1848
1848
  contractName: string;
@@ -1855,6 +1855,7 @@ export declare const addContractArgs: {
1855
1855
  build?: boolean | undefined;
1856
1856
  help?: boolean | undefined;
1857
1857
  yes?: boolean | undefined;
1858
+ env?: string | undefined;
1858
1859
  quickstart?: string | undefined;
1859
1860
  pluginName?: string | undefined;
1860
1861
  sourceFile: string;
@@ -1867,7 +1868,6 @@ export declare const addContractArgs: {
1867
1868
  maxConcurrency: number;
1868
1869
  disableState: boolean;
1869
1870
  logPluginRequests: boolean;
1870
- env: string;
1871
1871
  setBuild: string;
1872
1872
  setVersion: string;
1873
1873
  contractName: string;
@@ -1877,6 +1877,7 @@ export declare const addContractArgs: {
1877
1877
  build?: boolean | undefined;
1878
1878
  help?: boolean | undefined;
1879
1879
  yes?: boolean | undefined;
1880
+ env?: string | undefined;
1880
1881
  quickstart?: string | undefined;
1881
1882
  pluginName?: string | undefined;
1882
1883
  sourceFile: string;
@@ -1889,7 +1890,6 @@ export declare const addContractArgs: {
1889
1890
  maxConcurrency: number;
1890
1891
  disableState: boolean;
1891
1892
  logPluginRequests: boolean;
1892
- env: string;
1893
1893
  setBuild: string;
1894
1894
  setVersion: string;
1895
1895
  contractName: string;
@@ -1902,6 +1902,7 @@ export declare const addContractArgs: {
1902
1902
  build?: boolean | undefined;
1903
1903
  help?: boolean | undefined;
1904
1904
  yes?: boolean | undefined;
1905
+ env?: string | undefined;
1905
1906
  quickstart?: string | undefined;
1906
1907
  pluginName?: string | undefined;
1907
1908
  sourceFile: string;
@@ -1914,7 +1915,6 @@ export declare const addContractArgs: {
1914
1915
  maxConcurrency: number;
1915
1916
  disableState: boolean;
1916
1917
  logPluginRequests: boolean;
1917
- env: string;
1918
1918
  setBuild: string;
1919
1919
  setVersion: string;
1920
1920
  contractName: string;
@@ -1933,6 +1933,7 @@ export declare const removeContractsArgs: {
1933
1933
  build?: boolean | undefined;
1934
1934
  help?: boolean | undefined;
1935
1935
  yes?: boolean | undefined;
1936
+ env?: string | undefined;
1936
1937
  quickstart?: string | undefined;
1937
1938
  pluginName?: string | undefined;
1938
1939
  debug: boolean;
@@ -1944,7 +1945,6 @@ export declare const removeContractsArgs: {
1944
1945
  maxConcurrency: number;
1945
1946
  disableState: boolean;
1946
1947
  logPluginRequests: boolean;
1947
- env: string;
1948
1948
  setBuild: string;
1949
1949
  setVersion: string;
1950
1950
  contractName: string;
@@ -1959,6 +1959,7 @@ export declare const removeContractsArgs: {
1959
1959
  build?: boolean | undefined;
1960
1960
  help?: boolean | undefined;
1961
1961
  yes?: boolean | undefined;
1962
+ env?: string | undefined;
1962
1963
  quickstart?: string | undefined;
1963
1964
  pluginName?: string | undefined;
1964
1965
  debug: boolean;
@@ -1970,7 +1971,6 @@ export declare const removeContractsArgs: {
1970
1971
  maxConcurrency: number;
1971
1972
  disableState: boolean;
1972
1973
  logPluginRequests: boolean;
1973
- env: string;
1974
1974
  setBuild: string;
1975
1975
  setVersion: string;
1976
1976
  contractName: string;
@@ -1980,6 +1980,7 @@ export declare const removeContractsArgs: {
1980
1980
  build?: boolean | undefined;
1981
1981
  help?: boolean | undefined;
1982
1982
  yes?: boolean | undefined;
1983
+ env?: string | undefined;
1983
1984
  quickstart?: string | undefined;
1984
1985
  pluginName?: string | undefined;
1985
1986
  debug: boolean;
@@ -1991,7 +1992,6 @@ export declare const removeContractsArgs: {
1991
1992
  maxConcurrency: number;
1992
1993
  disableState: boolean;
1993
1994
  logPluginRequests: boolean;
1994
- env: string;
1995
1995
  setBuild: string;
1996
1996
  setVersion: string;
1997
1997
  contractName: string;
@@ -2004,6 +2004,7 @@ export declare const removeContractsArgs: {
2004
2004
  build?: boolean | undefined;
2005
2005
  help?: boolean | undefined;
2006
2006
  yes?: boolean | undefined;
2007
+ env?: string | undefined;
2007
2008
  quickstart?: string | undefined;
2008
2009
  pluginName?: string | undefined;
2009
2010
  debug: boolean;
@@ -2015,7 +2016,6 @@ export declare const removeContractsArgs: {
2015
2016
  maxConcurrency: number;
2016
2017
  disableState: boolean;
2017
2018
  logPluginRequests: boolean;
2018
- env: string;
2019
2019
  setBuild: string;
2020
2020
  setVersion: string;
2021
2021
  contractName: string;
@@ -2028,6 +2028,7 @@ export declare const removeContractsArgs: {
2028
2028
  build?: boolean | undefined;
2029
2029
  help?: boolean | undefined;
2030
2030
  yes?: boolean | undefined;
2031
+ env?: string | undefined;
2031
2032
  quickstart?: string | undefined;
2032
2033
  pluginName?: string | undefined;
2033
2034
  debug: boolean;
@@ -2039,7 +2040,6 @@ export declare const removeContractsArgs: {
2039
2040
  maxConcurrency: number;
2040
2041
  disableState: boolean;
2041
2042
  logPluginRequests: boolean;
2042
- env: string;
2043
2043
  setBuild: string;
2044
2044
  setVersion: string;
2045
2045
  contractName: string;
@@ -2049,6 +2049,7 @@ export declare const removeContractsArgs: {
2049
2049
  build?: boolean | undefined;
2050
2050
  help?: boolean | undefined;
2051
2051
  yes?: boolean | undefined;
2052
+ env?: string | undefined;
2052
2053
  quickstart?: string | undefined;
2053
2054
  pluginName?: string | undefined;
2054
2055
  debug: boolean;
@@ -2060,7 +2061,6 @@ export declare const removeContractsArgs: {
2060
2061
  maxConcurrency: number;
2061
2062
  disableState: boolean;
2062
2063
  logPluginRequests: boolean;
2063
- env: string;
2064
2064
  setBuild: string;
2065
2065
  setVersion: string;
2066
2066
  contractName: string;
@@ -2073,6 +2073,7 @@ export declare const removeContractsArgs: {
2073
2073
  build?: boolean | undefined;
2074
2074
  help?: boolean | undefined;
2075
2075
  yes?: boolean | undefined;
2076
+ env?: string | undefined;
2076
2077
  quickstart?: string | undefined;
2077
2078
  pluginName?: string | undefined;
2078
2079
  debug: boolean;
@@ -2084,7 +2085,6 @@ export declare const removeContractsArgs: {
2084
2085
  maxConcurrency: number;
2085
2086
  disableState: boolean;
2086
2087
  logPluginRequests: boolean;
2087
- env: string;
2088
2088
  setBuild: string;
2089
2089
  setVersion: string;
2090
2090
  contractName: string;
@@ -2106,6 +2106,7 @@ export declare const createScaffoldTaskArgs: (input: unknown) => {
2106
2106
  build?: boolean | undefined;
2107
2107
  help?: boolean | undefined;
2108
2108
  yes?: boolean | undefined;
2109
+ env?: string | undefined;
2109
2110
  quickstart?: string | undefined;
2110
2111
  pluginName?: string | undefined;
2111
2112
  debug: boolean;
@@ -2117,7 +2118,6 @@ export declare const createScaffoldTaskArgs: (input: unknown) => {
2117
2118
  maxConcurrency: number;
2118
2119
  disableState: boolean;
2119
2120
  logPluginRequests: boolean;
2120
- env: string;
2121
2121
  setBuild: string;
2122
2122
  setVersion: string;
2123
2123
  scaffoldProjectDir: string & {
@@ -2135,6 +2135,7 @@ export declare const makeScaffoldTaskArgs: (input: {
2135
2135
  build?: boolean | undefined;
2136
2136
  help?: boolean | undefined;
2137
2137
  yes?: boolean | undefined;
2138
+ env?: string | undefined;
2138
2139
  quickstart?: string | undefined;
2139
2140
  pluginName?: string | undefined;
2140
2141
  debug: boolean;
@@ -2146,7 +2147,6 @@ export declare const makeScaffoldTaskArgs: (input: {
2146
2147
  maxConcurrency: number;
2147
2148
  disableState: boolean;
2148
2149
  logPluginRequests: boolean;
2149
- env: string;
2150
2150
  setBuild: string;
2151
2151
  setVersion: string;
2152
2152
  scaffoldProjectDir: string & {
@@ -2161,6 +2161,7 @@ export declare const makeScaffoldTaskArgs: (input: {
2161
2161
  build?: boolean | undefined;
2162
2162
  help?: boolean | undefined;
2163
2163
  yes?: boolean | undefined;
2164
+ env?: string | undefined;
2164
2165
  quickstart?: string | undefined;
2165
2166
  pluginName?: string | undefined;
2166
2167
  debug: boolean;
@@ -2172,7 +2173,6 @@ export declare const makeScaffoldTaskArgs: (input: {
2172
2173
  maxConcurrency: number;
2173
2174
  disableState: boolean;
2174
2175
  logPluginRequests: boolean;
2175
- env: string;
2176
2176
  setBuild: string;
2177
2177
  setVersion: string;
2178
2178
  scaffoldProjectDir: string & {
@@ -2190,6 +2190,7 @@ export declare const ofScaffoldTaskArgs: (input: unknown) => import("fluture").F
2190
2190
  build?: boolean | undefined;
2191
2191
  help?: boolean | undefined;
2192
2192
  yes?: boolean | undefined;
2193
+ env?: string | undefined;
2193
2194
  quickstart?: string | undefined;
2194
2195
  pluginName?: string | undefined;
2195
2196
  debug: boolean;
@@ -2201,7 +2202,6 @@ export declare const ofScaffoldTaskArgs: (input: unknown) => import("fluture").F
2201
2202
  maxConcurrency: number;
2202
2203
  disableState: boolean;
2203
2204
  logPluginRequests: boolean;
2204
- env: string;
2205
2205
  setBuild: string;
2206
2206
  setVersion: string;
2207
2207
  scaffoldProjectDir: string & {
@@ -2220,6 +2220,7 @@ export declare const createProvisionTaskArgs: (input: {
2220
2220
  build?: boolean | undefined;
2221
2221
  help?: boolean | undefined;
2222
2222
  yes?: boolean | undefined;
2223
+ env?: string | undefined;
2223
2224
  quickstart?: string | undefined;
2224
2225
  pluginName?: string | undefined;
2225
2226
  debug: boolean;
@@ -2231,7 +2232,6 @@ export declare const createProvisionTaskArgs: (input: {
2231
2232
  maxConcurrency: number;
2232
2233
  disableState: boolean;
2233
2234
  logPluginRequests: boolean;
2234
- env: string;
2235
2235
  setBuild: string;
2236
2236
  setVersion: string;
2237
2237
  operation: string;
@@ -2242,6 +2242,7 @@ export declare const createProvisionTaskArgs: (input: {
2242
2242
  build?: boolean | undefined;
2243
2243
  help?: boolean | undefined;
2244
2244
  yes?: boolean | undefined;
2245
+ env?: string | undefined;
2245
2246
  quickstart?: string | undefined;
2246
2247
  pluginName?: string | undefined;
2247
2248
  debug: boolean;
@@ -2253,7 +2254,6 @@ export declare const createProvisionTaskArgs: (input: {
2253
2254
  maxConcurrency: number;
2254
2255
  disableState: boolean;
2255
2256
  logPluginRequests: boolean;
2256
- env: string;
2257
2257
  setBuild: string;
2258
2258
  setVersion: string;
2259
2259
  operation: string;
@@ -2267,6 +2267,7 @@ export declare const makeProvisionTaskArgs: (input: {
2267
2267
  build?: boolean | undefined;
2268
2268
  help?: boolean | undefined;
2269
2269
  yes?: boolean | undefined;
2270
+ env?: string | undefined;
2270
2271
  quickstart?: string | undefined;
2271
2272
  pluginName?: string | undefined;
2272
2273
  debug: boolean;
@@ -2278,7 +2279,6 @@ export declare const makeProvisionTaskArgs: (input: {
2278
2279
  maxConcurrency: number;
2279
2280
  disableState: boolean;
2280
2281
  logPluginRequests: boolean;
2281
- env: string;
2282
2282
  setBuild: string;
2283
2283
  setVersion: string;
2284
2284
  operation: string;
@@ -2289,6 +2289,7 @@ export declare const makeProvisionTaskArgs: (input: {
2289
2289
  build?: boolean | undefined;
2290
2290
  help?: boolean | undefined;
2291
2291
  yes?: boolean | undefined;
2292
+ env?: string | undefined;
2292
2293
  quickstart?: string | undefined;
2293
2294
  pluginName?: string | undefined;
2294
2295
  debug: boolean;
@@ -2300,7 +2301,6 @@ export declare const makeProvisionTaskArgs: (input: {
2300
2301
  maxConcurrency: number;
2301
2302
  disableState: boolean;
2302
2303
  logPluginRequests: boolean;
2303
- env: string;
2304
2304
  setBuild: string;
2305
2305
  setVersion: string;
2306
2306
  operation: string;
@@ -2314,6 +2314,7 @@ export declare const ofProvisionTaskArgs: (input: unknown) => import("fluture").
2314
2314
  build?: boolean | undefined;
2315
2315
  help?: boolean | undefined;
2316
2316
  yes?: boolean | undefined;
2317
+ env?: string | undefined;
2317
2318
  quickstart?: string | undefined;
2318
2319
  pluginName?: string | undefined;
2319
2320
  debug: boolean;
@@ -2325,7 +2326,6 @@ export declare const ofProvisionTaskArgs: (input: unknown) => import("fluture").
2325
2326
  maxConcurrency: number;
2326
2327
  disableState: boolean;
2327
2328
  logPluginRequests: boolean;
2328
- env: string;
2329
2329
  setBuild: string;
2330
2330
  setVersion: string;
2331
2331
  operation: string;
@@ -2338,6 +2338,7 @@ export declare const createInstallTaskArgs: (input: {
2338
2338
  build?: boolean | undefined;
2339
2339
  help?: boolean | undefined;
2340
2340
  yes?: boolean | undefined;
2341
+ env?: string | undefined;
2341
2342
  quickstart?: string | undefined;
2342
2343
  debug: boolean;
2343
2344
  fromVsCode: boolean;
@@ -2348,7 +2349,6 @@ export declare const createInstallTaskArgs: (input: {
2348
2349
  maxConcurrency: number;
2349
2350
  disableState: boolean;
2350
2351
  logPluginRequests: boolean;
2351
- env: string;
2352
2352
  setBuild: string;
2353
2353
  setVersion: string;
2354
2354
  pluginName: string;
@@ -2358,6 +2358,7 @@ export declare const createInstallTaskArgs: (input: {
2358
2358
  build?: boolean | undefined;
2359
2359
  help?: boolean | undefined;
2360
2360
  yes?: boolean | undefined;
2361
+ env?: string | undefined;
2361
2362
  quickstart?: string | undefined;
2362
2363
  debug: boolean;
2363
2364
  fromVsCode: boolean;
@@ -2368,7 +2369,6 @@ export declare const createInstallTaskArgs: (input: {
2368
2369
  maxConcurrency: number;
2369
2370
  disableState: boolean;
2370
2371
  logPluginRequests: boolean;
2371
- env: string;
2372
2372
  setBuild: string;
2373
2373
  setVersion: string;
2374
2374
  pluginName: string;
@@ -2381,6 +2381,7 @@ export declare const makeInstallTaskArgs: (input: {
2381
2381
  build?: boolean | undefined;
2382
2382
  help?: boolean | undefined;
2383
2383
  yes?: boolean | undefined;
2384
+ env?: string | undefined;
2384
2385
  quickstart?: string | undefined;
2385
2386
  debug: boolean;
2386
2387
  fromVsCode: boolean;
@@ -2391,7 +2392,6 @@ export declare const makeInstallTaskArgs: (input: {
2391
2392
  maxConcurrency: number;
2392
2393
  disableState: boolean;
2393
2394
  logPluginRequests: boolean;
2394
- env: string;
2395
2395
  setBuild: string;
2396
2396
  setVersion: string;
2397
2397
  pluginName: string;
@@ -2401,6 +2401,7 @@ export declare const makeInstallTaskArgs: (input: {
2401
2401
  build?: boolean | undefined;
2402
2402
  help?: boolean | undefined;
2403
2403
  yes?: boolean | undefined;
2404
+ env?: string | undefined;
2404
2405
  quickstart?: string | undefined;
2405
2406
  debug: boolean;
2406
2407
  fromVsCode: boolean;
@@ -2411,7 +2412,6 @@ export declare const makeInstallTaskArgs: (input: {
2411
2412
  maxConcurrency: number;
2412
2413
  disableState: boolean;
2413
2414
  logPluginRequests: boolean;
2414
- env: string;
2415
2415
  setBuild: string;
2416
2416
  setVersion: string;
2417
2417
  pluginName: string;
@@ -2424,6 +2424,7 @@ export declare const ofInstallTaskArgs: (input: unknown) => import("fluture").Fu
2424
2424
  build?: boolean | undefined;
2425
2425
  help?: boolean | undefined;
2426
2426
  yes?: boolean | undefined;
2427
+ env?: string | undefined;
2427
2428
  quickstart?: string | undefined;
2428
2429
  debug: boolean;
2429
2430
  fromVsCode: boolean;
@@ -2434,7 +2435,6 @@ export declare const ofInstallTaskArgs: (input: unknown) => import("fluture").Fu
2434
2435
  maxConcurrency: number;
2435
2436
  disableState: boolean;
2436
2437
  logPluginRequests: boolean;
2437
- env: string;
2438
2438
  setBuild: string;
2439
2439
  setVersion: string;
2440
2440
  pluginName: string;
@@ -2447,6 +2447,7 @@ export declare const createUninstallTaskArgs: (input: {
2447
2447
  build?: boolean | undefined;
2448
2448
  help?: boolean | undefined;
2449
2449
  yes?: boolean | undefined;
2450
+ env?: string | undefined;
2450
2451
  quickstart?: string | undefined;
2451
2452
  debug: boolean;
2452
2453
  fromVsCode: boolean;
@@ -2457,7 +2458,6 @@ export declare const createUninstallTaskArgs: (input: {
2457
2458
  maxConcurrency: number;
2458
2459
  disableState: boolean;
2459
2460
  logPluginRequests: boolean;
2460
- env: string;
2461
2461
  setBuild: string;
2462
2462
  setVersion: string;
2463
2463
  pluginName: string;
@@ -2467,6 +2467,7 @@ export declare const createUninstallTaskArgs: (input: {
2467
2467
  build?: boolean | undefined;
2468
2468
  help?: boolean | undefined;
2469
2469
  yes?: boolean | undefined;
2470
+ env?: string | undefined;
2470
2471
  quickstart?: string | undefined;
2471
2472
  debug: boolean;
2472
2473
  fromVsCode: boolean;
@@ -2477,7 +2478,6 @@ export declare const createUninstallTaskArgs: (input: {
2477
2478
  maxConcurrency: number;
2478
2479
  disableState: boolean;
2479
2480
  logPluginRequests: boolean;
2480
- env: string;
2481
2481
  setBuild: string;
2482
2482
  setVersion: string;
2483
2483
  pluginName: string;
@@ -2490,6 +2490,7 @@ export declare const makeUninstallTaskArgs: (input: {
2490
2490
  build?: boolean | undefined;
2491
2491
  help?: boolean | undefined;
2492
2492
  yes?: boolean | undefined;
2493
+ env?: string | undefined;
2493
2494
  quickstart?: string | undefined;
2494
2495
  debug: boolean;
2495
2496
  fromVsCode: boolean;
@@ -2500,7 +2501,6 @@ export declare const makeUninstallTaskArgs: (input: {
2500
2501
  maxConcurrency: number;
2501
2502
  disableState: boolean;
2502
2503
  logPluginRequests: boolean;
2503
- env: string;
2504
2504
  setBuild: string;
2505
2505
  setVersion: string;
2506
2506
  pluginName: string;
@@ -2510,6 +2510,7 @@ export declare const makeUninstallTaskArgs: (input: {
2510
2510
  build?: boolean | undefined;
2511
2511
  help?: boolean | undefined;
2512
2512
  yes?: boolean | undefined;
2513
+ env?: string | undefined;
2513
2514
  quickstart?: string | undefined;
2514
2515
  debug: boolean;
2515
2516
  fromVsCode: boolean;
@@ -2520,7 +2521,6 @@ export declare const makeUninstallTaskArgs: (input: {
2520
2521
  maxConcurrency: number;
2521
2522
  disableState: boolean;
2522
2523
  logPluginRequests: boolean;
2523
- env: string;
2524
2524
  setBuild: string;
2525
2525
  setVersion: string;
2526
2526
  pluginName: string;
@@ -2533,6 +2533,7 @@ export declare const ofUninstallTaskArgs: (input: unknown) => import("fluture").
2533
2533
  build?: boolean | undefined;
2534
2534
  help?: boolean | undefined;
2535
2535
  yes?: boolean | undefined;
2536
+ env?: string | undefined;
2536
2537
  quickstart?: string | undefined;
2537
2538
  debug: boolean;
2538
2539
  fromVsCode: boolean;
@@ -2543,7 +2544,6 @@ export declare const ofUninstallTaskArgs: (input: unknown) => import("fluture").
2543
2544
  maxConcurrency: number;
2544
2545
  disableState: boolean;
2545
2546
  logPluginRequests: boolean;
2546
- env: string;
2547
2547
  setBuild: string;
2548
2548
  setVersion: string;
2549
2549
  pluginName: string;
@@ -2556,6 +2556,7 @@ export declare const createCreateTaskArgs: (input: {
2556
2556
  build?: boolean | undefined;
2557
2557
  help?: boolean | undefined;
2558
2558
  yes?: boolean | undefined;
2559
+ env?: string | undefined;
2559
2560
  quickstart?: string | undefined;
2560
2561
  pluginName?: string | undefined;
2561
2562
  debug: boolean;
@@ -2567,7 +2568,6 @@ export declare const createCreateTaskArgs: (input: {
2567
2568
  maxConcurrency: number;
2568
2569
  disableState: boolean;
2569
2570
  logPluginRequests: boolean;
2570
- env: string;
2571
2571
  setBuild: string;
2572
2572
  setVersion: string;
2573
2573
  template: string;
@@ -2577,6 +2577,7 @@ export declare const createCreateTaskArgs: (input: {
2577
2577
  build?: boolean | undefined;
2578
2578
  help?: boolean | undefined;
2579
2579
  yes?: boolean | undefined;
2580
+ env?: string | undefined;
2580
2581
  quickstart?: string | undefined;
2581
2582
  pluginName?: string | undefined;
2582
2583
  debug: boolean;
@@ -2588,7 +2589,6 @@ export declare const createCreateTaskArgs: (input: {
2588
2589
  maxConcurrency: number;
2589
2590
  disableState: boolean;
2590
2591
  logPluginRequests: boolean;
2591
- env: string;
2592
2592
  setBuild: string;
2593
2593
  setVersion: string;
2594
2594
  template: string;
@@ -2601,6 +2601,7 @@ export declare const makeCreateTaskArgs: (input: {
2601
2601
  build?: boolean | undefined;
2602
2602
  help?: boolean | undefined;
2603
2603
  yes?: boolean | undefined;
2604
+ env?: string | undefined;
2604
2605
  quickstart?: string | undefined;
2605
2606
  pluginName?: string | undefined;
2606
2607
  debug: boolean;
@@ -2612,7 +2613,6 @@ export declare const makeCreateTaskArgs: (input: {
2612
2613
  maxConcurrency: number;
2613
2614
  disableState: boolean;
2614
2615
  logPluginRequests: boolean;
2615
- env: string;
2616
2616
  setBuild: string;
2617
2617
  setVersion: string;
2618
2618
  template: string;
@@ -2622,6 +2622,7 @@ export declare const makeCreateTaskArgs: (input: {
2622
2622
  build?: boolean | undefined;
2623
2623
  help?: boolean | undefined;
2624
2624
  yes?: boolean | undefined;
2625
+ env?: string | undefined;
2625
2626
  quickstart?: string | undefined;
2626
2627
  pluginName?: string | undefined;
2627
2628
  debug: boolean;
@@ -2633,7 +2634,6 @@ export declare const makeCreateTaskArgs: (input: {
2633
2634
  maxConcurrency: number;
2634
2635
  disableState: boolean;
2635
2636
  logPluginRequests: boolean;
2636
- env: string;
2637
2637
  setBuild: string;
2638
2638
  setVersion: string;
2639
2639
  template: string;
@@ -2646,6 +2646,7 @@ export declare const ofCreateTaskArgs: (input: unknown) => import("fluture").Fut
2646
2646
  build?: boolean | undefined;
2647
2647
  help?: boolean | undefined;
2648
2648
  yes?: boolean | undefined;
2649
+ env?: string | undefined;
2649
2650
  quickstart?: string | undefined;
2650
2651
  pluginName?: string | undefined;
2651
2652
  debug: boolean;
@@ -2657,7 +2658,6 @@ export declare const ofCreateTaskArgs: (input: unknown) => import("fluture").Fut
2657
2658
  maxConcurrency: number;
2658
2659
  disableState: boolean;
2659
2660
  logPluginRequests: boolean;
2660
- env: string;
2661
2661
  setBuild: string;
2662
2662
  setVersion: string;
2663
2663
  template: string;
@@ -2670,6 +2670,7 @@ export declare const createAddContractArgs: (input: {
2670
2670
  build?: boolean | undefined;
2671
2671
  help?: boolean | undefined;
2672
2672
  yes?: boolean | undefined;
2673
+ env?: string | undefined;
2673
2674
  quickstart?: string | undefined;
2674
2675
  pluginName?: string | undefined;
2675
2676
  sourceFile: string;
@@ -2682,7 +2683,6 @@ export declare const createAddContractArgs: (input: {
2682
2683
  maxConcurrency: number;
2683
2684
  disableState: boolean;
2684
2685
  logPluginRequests: boolean;
2685
- env: string;
2686
2686
  setBuild: string;
2687
2687
  setVersion: string;
2688
2688
  contractName: string;
@@ -2692,6 +2692,7 @@ export declare const createAddContractArgs: (input: {
2692
2692
  build?: boolean | undefined;
2693
2693
  help?: boolean | undefined;
2694
2694
  yes?: boolean | undefined;
2695
+ env?: string | undefined;
2695
2696
  quickstart?: string | undefined;
2696
2697
  pluginName?: string | undefined;
2697
2698
  sourceFile: string;
@@ -2704,7 +2705,6 @@ export declare const createAddContractArgs: (input: {
2704
2705
  maxConcurrency: number;
2705
2706
  disableState: boolean;
2706
2707
  logPluginRequests: boolean;
2707
- env: string;
2708
2708
  setBuild: string;
2709
2709
  setVersion: string;
2710
2710
  contractName: string;
@@ -2717,6 +2717,7 @@ export declare const makeAddContractArgs: (input: {
2717
2717
  build?: boolean | undefined;
2718
2718
  help?: boolean | undefined;
2719
2719
  yes?: boolean | undefined;
2720
+ env?: string | undefined;
2720
2721
  quickstart?: string | undefined;
2721
2722
  pluginName?: string | undefined;
2722
2723
  sourceFile: string;
@@ -2729,7 +2730,6 @@ export declare const makeAddContractArgs: (input: {
2729
2730
  maxConcurrency: number;
2730
2731
  disableState: boolean;
2731
2732
  logPluginRequests: boolean;
2732
- env: string;
2733
2733
  setBuild: string;
2734
2734
  setVersion: string;
2735
2735
  contractName: string;
@@ -2739,6 +2739,7 @@ export declare const makeAddContractArgs: (input: {
2739
2739
  build?: boolean | undefined;
2740
2740
  help?: boolean | undefined;
2741
2741
  yes?: boolean | undefined;
2742
+ env?: string | undefined;
2742
2743
  quickstart?: string | undefined;
2743
2744
  pluginName?: string | undefined;
2744
2745
  sourceFile: string;
@@ -2751,7 +2752,6 @@ export declare const makeAddContractArgs: (input: {
2751
2752
  maxConcurrency: number;
2752
2753
  disableState: boolean;
2753
2754
  logPluginRequests: boolean;
2754
- env: string;
2755
2755
  setBuild: string;
2756
2756
  setVersion: string;
2757
2757
  contractName: string;
@@ -2764,6 +2764,7 @@ export declare const ofAddContractArgs: (input: unknown) => import("fluture").Fu
2764
2764
  build?: boolean | undefined;
2765
2765
  help?: boolean | undefined;
2766
2766
  yes?: boolean | undefined;
2767
+ env?: string | undefined;
2767
2768
  quickstart?: string | undefined;
2768
2769
  pluginName?: string | undefined;
2769
2770
  sourceFile: string;
@@ -2776,7 +2777,6 @@ export declare const ofAddContractArgs: (input: unknown) => import("fluture").Fu
2776
2777
  maxConcurrency: number;
2777
2778
  disableState: boolean;
2778
2779
  logPluginRequests: boolean;
2779
- env: string;
2780
2780
  setBuild: string;
2781
2781
  setVersion: string;
2782
2782
  contractName: string;
@@ -2789,6 +2789,7 @@ export declare const createRemoveContractsArgs: (input: {
2789
2789
  build?: boolean | undefined;
2790
2790
  help?: boolean | undefined;
2791
2791
  yes?: boolean | undefined;
2792
+ env?: string | undefined;
2792
2793
  quickstart?: string | undefined;
2793
2794
  pluginName?: string | undefined;
2794
2795
  debug: boolean;
@@ -2800,7 +2801,6 @@ export declare const createRemoveContractsArgs: (input: {
2800
2801
  maxConcurrency: number;
2801
2802
  disableState: boolean;
2802
2803
  logPluginRequests: boolean;
2803
- env: string;
2804
2804
  setBuild: string;
2805
2805
  setVersion: string;
2806
2806
  contractName: string;
@@ -2810,6 +2810,7 @@ export declare const createRemoveContractsArgs: (input: {
2810
2810
  build?: boolean | undefined;
2811
2811
  help?: boolean | undefined;
2812
2812
  yes?: boolean | undefined;
2813
+ env?: string | undefined;
2813
2814
  quickstart?: string | undefined;
2814
2815
  pluginName?: string | undefined;
2815
2816
  debug: boolean;
@@ -2821,7 +2822,6 @@ export declare const createRemoveContractsArgs: (input: {
2821
2822
  maxConcurrency: number;
2822
2823
  disableState: boolean;
2823
2824
  logPluginRequests: boolean;
2824
- env: string;
2825
2825
  setBuild: string;
2826
2826
  setVersion: string;
2827
2827
  contractName: string;
@@ -2834,6 +2834,7 @@ export declare const makeRemoveContractsArgs: (input: {
2834
2834
  build?: boolean | undefined;
2835
2835
  help?: boolean | undefined;
2836
2836
  yes?: boolean | undefined;
2837
+ env?: string | undefined;
2837
2838
  quickstart?: string | undefined;
2838
2839
  pluginName?: string | undefined;
2839
2840
  debug: boolean;
@@ -2845,7 +2846,6 @@ export declare const makeRemoveContractsArgs: (input: {
2845
2846
  maxConcurrency: number;
2846
2847
  disableState: boolean;
2847
2848
  logPluginRequests: boolean;
2848
- env: string;
2849
2849
  setBuild: string;
2850
2850
  setVersion: string;
2851
2851
  contractName: string;
@@ -2855,6 +2855,7 @@ export declare const makeRemoveContractsArgs: (input: {
2855
2855
  build?: boolean | undefined;
2856
2856
  help?: boolean | undefined;
2857
2857
  yes?: boolean | undefined;
2858
+ env?: string | undefined;
2858
2859
  quickstart?: string | undefined;
2859
2860
  pluginName?: string | undefined;
2860
2861
  debug: boolean;
@@ -2866,7 +2867,6 @@ export declare const makeRemoveContractsArgs: (input: {
2866
2867
  maxConcurrency: number;
2867
2868
  disableState: boolean;
2868
2869
  logPluginRequests: boolean;
2869
- env: string;
2870
2870
  setBuild: string;
2871
2871
  setVersion: string;
2872
2872
  contractName: string;
@@ -2879,6 +2879,7 @@ export declare const ofRemoveContractsArgs: (input: unknown) => import("fluture"
2879
2879
  build?: boolean | undefined;
2880
2880
  help?: boolean | undefined;
2881
2881
  yes?: boolean | undefined;
2882
+ env?: string | undefined;
2882
2883
  quickstart?: string | undefined;
2883
2884
  pluginName?: string | undefined;
2884
2885
  debug: boolean;
@@ -2890,7 +2891,6 @@ export declare const ofRemoveContractsArgs: (input: unknown) => import("fluture"
2890
2891
  maxConcurrency: number;
2891
2892
  disableState: boolean;
2892
2893
  logPluginRequests: boolean;
2893
- env: string;
2894
2894
  setBuild: string;
2895
2895
  setVersion: string;
2896
2896
  contractName: string;