@salesforce/plugin-data 3.2.0 → 3.2.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.
- package/README.md +3 -903
- package/lib/resumeBulkCommand.js +1 -0
- package/lib/resumeBulkCommand.js.map +1 -1
- package/npm-shrinkwrap.json +3472 -7969
- package/oclif.lock +539 -2637
- package/oclif.manifest.json +311 -185
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -21,6 +21,14 @@
|
|
|
21
21
|
"allowNo": false,
|
|
22
22
|
"type": "boolean"
|
|
23
23
|
},
|
|
24
|
+
"flags-dir": {
|
|
25
|
+
"helpGroup": "GLOBAL",
|
|
26
|
+
"name": "flags-dir",
|
|
27
|
+
"summary": "Import flag values from a directory.",
|
|
28
|
+
"hasDynamicHelp": false,
|
|
29
|
+
"multiple": false,
|
|
30
|
+
"type": "option"
|
|
31
|
+
},
|
|
24
32
|
"target-org": {
|
|
25
33
|
"aliases": [
|
|
26
34
|
"targetusername",
|
|
@@ -111,7 +119,7 @@
|
|
|
111
119
|
],
|
|
112
120
|
"name": "wait",
|
|
113
121
|
"summary": "Time to wait for the command to finish, in minutes.",
|
|
114
|
-
"hasDynamicHelp":
|
|
122
|
+
"hasDynamicHelp": true,
|
|
115
123
|
"multiple": false,
|
|
116
124
|
"type": "option"
|
|
117
125
|
},
|
|
@@ -230,6 +238,14 @@
|
|
|
230
238
|
"allowNo": false,
|
|
231
239
|
"type": "boolean"
|
|
232
240
|
},
|
|
241
|
+
"flags-dir": {
|
|
242
|
+
"helpGroup": "GLOBAL",
|
|
243
|
+
"name": "flags-dir",
|
|
244
|
+
"summary": "Import flag values from a directory.",
|
|
245
|
+
"hasDynamicHelp": false,
|
|
246
|
+
"multiple": false,
|
|
247
|
+
"type": "option"
|
|
248
|
+
},
|
|
233
249
|
"target-org": {
|
|
234
250
|
"aliases": [
|
|
235
251
|
"targetusername",
|
|
@@ -315,159 +331,6 @@
|
|
|
315
331
|
"resume:data"
|
|
316
332
|
]
|
|
317
333
|
},
|
|
318
|
-
"data:create:record": {
|
|
319
|
-
"aliases": [
|
|
320
|
-
"force:data:record:create"
|
|
321
|
-
],
|
|
322
|
-
"args": {},
|
|
323
|
-
"deprecateAliases": true,
|
|
324
|
-
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
325
|
-
"examples": [
|
|
326
|
-
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
327
|
-
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
328
|
-
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
329
|
-
],
|
|
330
|
-
"flags": {
|
|
331
|
-
"json": {
|
|
332
|
-
"description": "Format output as json.",
|
|
333
|
-
"helpGroup": "GLOBAL",
|
|
334
|
-
"name": "json",
|
|
335
|
-
"allowNo": false,
|
|
336
|
-
"type": "boolean"
|
|
337
|
-
},
|
|
338
|
-
"target-org": {
|
|
339
|
-
"aliases": [
|
|
340
|
-
"targetusername",
|
|
341
|
-
"u"
|
|
342
|
-
],
|
|
343
|
-
"char": "o",
|
|
344
|
-
"deprecateAliases": true,
|
|
345
|
-
"name": "target-org",
|
|
346
|
-
"noCacheDefault": true,
|
|
347
|
-
"required": true,
|
|
348
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
349
|
-
"hasDynamicHelp": true,
|
|
350
|
-
"multiple": false,
|
|
351
|
-
"type": "option"
|
|
352
|
-
},
|
|
353
|
-
"api-version": {
|
|
354
|
-
"aliases": [
|
|
355
|
-
"apiversion"
|
|
356
|
-
],
|
|
357
|
-
"deprecateAliases": true,
|
|
358
|
-
"description": "Override the api version used for api requests made by this command",
|
|
359
|
-
"name": "api-version",
|
|
360
|
-
"hasDynamicHelp": false,
|
|
361
|
-
"multiple": false,
|
|
362
|
-
"type": "option"
|
|
363
|
-
},
|
|
364
|
-
"loglevel": {
|
|
365
|
-
"deprecated": {
|
|
366
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
367
|
-
},
|
|
368
|
-
"hidden": true,
|
|
369
|
-
"name": "loglevel",
|
|
370
|
-
"hasDynamicHelp": false,
|
|
371
|
-
"multiple": false,
|
|
372
|
-
"type": "option"
|
|
373
|
-
},
|
|
374
|
-
"sobject": {
|
|
375
|
-
"aliases": [
|
|
376
|
-
"sobjecttype"
|
|
377
|
-
],
|
|
378
|
-
"char": "s",
|
|
379
|
-
"deprecateAliases": true,
|
|
380
|
-
"name": "sobject",
|
|
381
|
-
"required": true,
|
|
382
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
383
|
-
"hasDynamicHelp": false,
|
|
384
|
-
"multiple": false,
|
|
385
|
-
"type": "option"
|
|
386
|
-
},
|
|
387
|
-
"values": {
|
|
388
|
-
"char": "v",
|
|
389
|
-
"name": "values",
|
|
390
|
-
"required": true,
|
|
391
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
392
|
-
"hasDynamicHelp": false,
|
|
393
|
-
"multiple": false,
|
|
394
|
-
"type": "option"
|
|
395
|
-
},
|
|
396
|
-
"use-tooling-api": {
|
|
397
|
-
"aliases": [
|
|
398
|
-
"usetoolingapi"
|
|
399
|
-
],
|
|
400
|
-
"char": "t",
|
|
401
|
-
"deprecateAliases": true,
|
|
402
|
-
"name": "use-tooling-api",
|
|
403
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
404
|
-
"allowNo": false,
|
|
405
|
-
"type": "boolean"
|
|
406
|
-
},
|
|
407
|
-
"perflog": {
|
|
408
|
-
"deprecated": {
|
|
409
|
-
"version": "57"
|
|
410
|
-
},
|
|
411
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
412
|
-
"hidden": true,
|
|
413
|
-
"name": "perflog",
|
|
414
|
-
"summary": "Get API performance data.",
|
|
415
|
-
"allowNo": false,
|
|
416
|
-
"type": "boolean"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"hasDynamicHelp": true,
|
|
420
|
-
"hiddenAliases": [],
|
|
421
|
-
"id": "data:create:record",
|
|
422
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
423
|
-
"pluginName": "@salesforce/plugin-data",
|
|
424
|
-
"pluginType": "core",
|
|
425
|
-
"strict": true,
|
|
426
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
427
|
-
"enableJsonFlag": true,
|
|
428
|
-
"isESM": true,
|
|
429
|
-
"relativePath": [
|
|
430
|
-
"lib",
|
|
431
|
-
"commands",
|
|
432
|
-
"data",
|
|
433
|
-
"create",
|
|
434
|
-
"record.js"
|
|
435
|
-
],
|
|
436
|
-
"aliasPermutations": [
|
|
437
|
-
"force:data:record:create",
|
|
438
|
-
"data:force:record:create",
|
|
439
|
-
"data:record:force:create",
|
|
440
|
-
"data:record:create:force",
|
|
441
|
-
"force:record:data:create",
|
|
442
|
-
"record:force:data:create",
|
|
443
|
-
"record:data:force:create",
|
|
444
|
-
"record:data:create:force",
|
|
445
|
-
"force:record:create:data",
|
|
446
|
-
"record:force:create:data",
|
|
447
|
-
"record:create:force:data",
|
|
448
|
-
"record:create:data:force",
|
|
449
|
-
"force:data:create:record",
|
|
450
|
-
"data:force:create:record",
|
|
451
|
-
"data:create:force:record",
|
|
452
|
-
"data:create:record:force",
|
|
453
|
-
"force:create:data:record",
|
|
454
|
-
"create:force:data:record",
|
|
455
|
-
"create:data:force:record",
|
|
456
|
-
"create:data:record:force",
|
|
457
|
-
"force:create:record:data",
|
|
458
|
-
"create:force:record:data",
|
|
459
|
-
"create:record:force:data",
|
|
460
|
-
"create:record:data:force"
|
|
461
|
-
],
|
|
462
|
-
"permutations": [
|
|
463
|
-
"data:create:record",
|
|
464
|
-
"create:data:record",
|
|
465
|
-
"create:record:data",
|
|
466
|
-
"data:record:create",
|
|
467
|
-
"record:data:create",
|
|
468
|
-
"record:create:data"
|
|
469
|
-
]
|
|
470
|
-
},
|
|
471
334
|
"data:delete:bulk": {
|
|
472
335
|
"aliases": [],
|
|
473
336
|
"args": {},
|
|
@@ -484,6 +347,14 @@
|
|
|
484
347
|
"allowNo": false,
|
|
485
348
|
"type": "boolean"
|
|
486
349
|
},
|
|
350
|
+
"flags-dir": {
|
|
351
|
+
"helpGroup": "GLOBAL",
|
|
352
|
+
"name": "flags-dir",
|
|
353
|
+
"summary": "Import flag values from a directory.",
|
|
354
|
+
"hasDynamicHelp": false,
|
|
355
|
+
"multiple": false,
|
|
356
|
+
"type": "option"
|
|
357
|
+
},
|
|
487
358
|
"target-org": {
|
|
488
359
|
"aliases": [
|
|
489
360
|
"targetusername",
|
|
@@ -553,11 +424,8 @@
|
|
|
553
424
|
],
|
|
554
425
|
"name": "wait",
|
|
555
426
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
556
|
-
"default":
|
|
557
|
-
|
|
558
|
-
"unit": 0
|
|
559
|
-
},
|
|
560
|
-
"hasDynamicHelp": false,
|
|
427
|
+
"default": "0 minutes",
|
|
428
|
+
"hasDynamicHelp": true,
|
|
561
429
|
"multiple": false,
|
|
562
430
|
"type": "option"
|
|
563
431
|
},
|
|
@@ -626,6 +494,14 @@
|
|
|
626
494
|
"allowNo": false,
|
|
627
495
|
"type": "boolean"
|
|
628
496
|
},
|
|
497
|
+
"flags-dir": {
|
|
498
|
+
"helpGroup": "GLOBAL",
|
|
499
|
+
"name": "flags-dir",
|
|
500
|
+
"summary": "Import flag values from a directory.",
|
|
501
|
+
"hasDynamicHelp": false,
|
|
502
|
+
"multiple": false,
|
|
503
|
+
"type": "option"
|
|
504
|
+
},
|
|
629
505
|
"target-org": {
|
|
630
506
|
"aliases": [
|
|
631
507
|
"targetusername",
|
|
@@ -787,6 +663,14 @@
|
|
|
787
663
|
"allowNo": false,
|
|
788
664
|
"type": "boolean"
|
|
789
665
|
},
|
|
666
|
+
"flags-dir": {
|
|
667
|
+
"helpGroup": "GLOBAL",
|
|
668
|
+
"name": "flags-dir",
|
|
669
|
+
"summary": "Import flag values from a directory.",
|
|
670
|
+
"hasDynamicHelp": false,
|
|
671
|
+
"multiple": false,
|
|
672
|
+
"type": "option"
|
|
673
|
+
},
|
|
790
674
|
"target-org": {
|
|
791
675
|
"aliases": [
|
|
792
676
|
"targetusername",
|
|
@@ -824,11 +708,8 @@
|
|
|
824
708
|
"wait": {
|
|
825
709
|
"name": "wait",
|
|
826
710
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
827
|
-
"default":
|
|
828
|
-
|
|
829
|
-
"unit": 0
|
|
830
|
-
},
|
|
831
|
-
"hasDynamicHelp": false,
|
|
711
|
+
"default": "0 minutes",
|
|
712
|
+
"hasDynamicHelp": true,
|
|
832
713
|
"multiple": false,
|
|
833
714
|
"type": "option"
|
|
834
715
|
},
|
|
@@ -877,6 +758,167 @@
|
|
|
877
758
|
"resume:delete:data"
|
|
878
759
|
]
|
|
879
760
|
},
|
|
761
|
+
"data:create:record": {
|
|
762
|
+
"aliases": [
|
|
763
|
+
"force:data:record:create"
|
|
764
|
+
],
|
|
765
|
+
"args": {},
|
|
766
|
+
"deprecateAliases": true,
|
|
767
|
+
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
768
|
+
"examples": [
|
|
769
|
+
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
770
|
+
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
771
|
+
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
772
|
+
],
|
|
773
|
+
"flags": {
|
|
774
|
+
"json": {
|
|
775
|
+
"description": "Format output as json.",
|
|
776
|
+
"helpGroup": "GLOBAL",
|
|
777
|
+
"name": "json",
|
|
778
|
+
"allowNo": false,
|
|
779
|
+
"type": "boolean"
|
|
780
|
+
},
|
|
781
|
+
"flags-dir": {
|
|
782
|
+
"helpGroup": "GLOBAL",
|
|
783
|
+
"name": "flags-dir",
|
|
784
|
+
"summary": "Import flag values from a directory.",
|
|
785
|
+
"hasDynamicHelp": false,
|
|
786
|
+
"multiple": false,
|
|
787
|
+
"type": "option"
|
|
788
|
+
},
|
|
789
|
+
"target-org": {
|
|
790
|
+
"aliases": [
|
|
791
|
+
"targetusername",
|
|
792
|
+
"u"
|
|
793
|
+
],
|
|
794
|
+
"char": "o",
|
|
795
|
+
"deprecateAliases": true,
|
|
796
|
+
"name": "target-org",
|
|
797
|
+
"noCacheDefault": true,
|
|
798
|
+
"required": true,
|
|
799
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
800
|
+
"hasDynamicHelp": true,
|
|
801
|
+
"multiple": false,
|
|
802
|
+
"type": "option"
|
|
803
|
+
},
|
|
804
|
+
"api-version": {
|
|
805
|
+
"aliases": [
|
|
806
|
+
"apiversion"
|
|
807
|
+
],
|
|
808
|
+
"deprecateAliases": true,
|
|
809
|
+
"description": "Override the api version used for api requests made by this command",
|
|
810
|
+
"name": "api-version",
|
|
811
|
+
"hasDynamicHelp": false,
|
|
812
|
+
"multiple": false,
|
|
813
|
+
"type": "option"
|
|
814
|
+
},
|
|
815
|
+
"loglevel": {
|
|
816
|
+
"deprecated": {
|
|
817
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
818
|
+
},
|
|
819
|
+
"hidden": true,
|
|
820
|
+
"name": "loglevel",
|
|
821
|
+
"hasDynamicHelp": false,
|
|
822
|
+
"multiple": false,
|
|
823
|
+
"type": "option"
|
|
824
|
+
},
|
|
825
|
+
"sobject": {
|
|
826
|
+
"aliases": [
|
|
827
|
+
"sobjecttype"
|
|
828
|
+
],
|
|
829
|
+
"char": "s",
|
|
830
|
+
"deprecateAliases": true,
|
|
831
|
+
"name": "sobject",
|
|
832
|
+
"required": true,
|
|
833
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
834
|
+
"hasDynamicHelp": false,
|
|
835
|
+
"multiple": false,
|
|
836
|
+
"type": "option"
|
|
837
|
+
},
|
|
838
|
+
"values": {
|
|
839
|
+
"char": "v",
|
|
840
|
+
"name": "values",
|
|
841
|
+
"required": true,
|
|
842
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
843
|
+
"hasDynamicHelp": false,
|
|
844
|
+
"multiple": false,
|
|
845
|
+
"type": "option"
|
|
846
|
+
},
|
|
847
|
+
"use-tooling-api": {
|
|
848
|
+
"aliases": [
|
|
849
|
+
"usetoolingapi"
|
|
850
|
+
],
|
|
851
|
+
"char": "t",
|
|
852
|
+
"deprecateAliases": true,
|
|
853
|
+
"name": "use-tooling-api",
|
|
854
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
855
|
+
"allowNo": false,
|
|
856
|
+
"type": "boolean"
|
|
857
|
+
},
|
|
858
|
+
"perflog": {
|
|
859
|
+
"deprecated": {
|
|
860
|
+
"version": "57"
|
|
861
|
+
},
|
|
862
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
863
|
+
"hidden": true,
|
|
864
|
+
"name": "perflog",
|
|
865
|
+
"summary": "Get API performance data.",
|
|
866
|
+
"allowNo": false,
|
|
867
|
+
"type": "boolean"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"hasDynamicHelp": true,
|
|
871
|
+
"hiddenAliases": [],
|
|
872
|
+
"id": "data:create:record",
|
|
873
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
874
|
+
"pluginName": "@salesforce/plugin-data",
|
|
875
|
+
"pluginType": "core",
|
|
876
|
+
"strict": true,
|
|
877
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
878
|
+
"enableJsonFlag": true,
|
|
879
|
+
"isESM": true,
|
|
880
|
+
"relativePath": [
|
|
881
|
+
"lib",
|
|
882
|
+
"commands",
|
|
883
|
+
"data",
|
|
884
|
+
"create",
|
|
885
|
+
"record.js"
|
|
886
|
+
],
|
|
887
|
+
"aliasPermutations": [
|
|
888
|
+
"force:data:record:create",
|
|
889
|
+
"data:force:record:create",
|
|
890
|
+
"data:record:force:create",
|
|
891
|
+
"data:record:create:force",
|
|
892
|
+
"force:record:data:create",
|
|
893
|
+
"record:force:data:create",
|
|
894
|
+
"record:data:force:create",
|
|
895
|
+
"record:data:create:force",
|
|
896
|
+
"force:record:create:data",
|
|
897
|
+
"record:force:create:data",
|
|
898
|
+
"record:create:force:data",
|
|
899
|
+
"record:create:data:force",
|
|
900
|
+
"force:data:create:record",
|
|
901
|
+
"data:force:create:record",
|
|
902
|
+
"data:create:force:record",
|
|
903
|
+
"data:create:record:force",
|
|
904
|
+
"force:create:data:record",
|
|
905
|
+
"create:force:data:record",
|
|
906
|
+
"create:data:force:record",
|
|
907
|
+
"create:data:record:force",
|
|
908
|
+
"force:create:record:data",
|
|
909
|
+
"create:force:record:data",
|
|
910
|
+
"create:record:force:data",
|
|
911
|
+
"create:record:data:force"
|
|
912
|
+
],
|
|
913
|
+
"permutations": [
|
|
914
|
+
"data:create:record",
|
|
915
|
+
"create:data:record",
|
|
916
|
+
"create:record:data",
|
|
917
|
+
"data:record:create",
|
|
918
|
+
"record:data:create",
|
|
919
|
+
"record:create:data"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
880
922
|
"data:export:tree": {
|
|
881
923
|
"aliases": [
|
|
882
924
|
"force:data:tree:export"
|
|
@@ -897,6 +939,14 @@
|
|
|
897
939
|
"allowNo": false,
|
|
898
940
|
"type": "boolean"
|
|
899
941
|
},
|
|
942
|
+
"flags-dir": {
|
|
943
|
+
"helpGroup": "GLOBAL",
|
|
944
|
+
"name": "flags-dir",
|
|
945
|
+
"summary": "Import flag values from a directory.",
|
|
946
|
+
"hasDynamicHelp": false,
|
|
947
|
+
"multiple": false,
|
|
948
|
+
"type": "option"
|
|
949
|
+
},
|
|
900
950
|
"target-org": {
|
|
901
951
|
"aliases": [
|
|
902
952
|
"targetusername",
|
|
@@ -1043,6 +1093,14 @@
|
|
|
1043
1093
|
"allowNo": false,
|
|
1044
1094
|
"type": "boolean"
|
|
1045
1095
|
},
|
|
1096
|
+
"flags-dir": {
|
|
1097
|
+
"helpGroup": "GLOBAL",
|
|
1098
|
+
"name": "flags-dir",
|
|
1099
|
+
"summary": "Import flag values from a directory.",
|
|
1100
|
+
"hasDynamicHelp": false,
|
|
1101
|
+
"multiple": false,
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1046
1104
|
"target-org": {
|
|
1047
1105
|
"aliases": [
|
|
1048
1106
|
"targetusername",
|
|
@@ -1206,6 +1264,14 @@
|
|
|
1206
1264
|
"allowNo": false,
|
|
1207
1265
|
"type": "boolean"
|
|
1208
1266
|
},
|
|
1267
|
+
"flags-dir": {
|
|
1268
|
+
"helpGroup": "GLOBAL",
|
|
1269
|
+
"name": "flags-dir",
|
|
1270
|
+
"summary": "Import flag values from a directory.",
|
|
1271
|
+
"hasDynamicHelp": false,
|
|
1272
|
+
"multiple": false,
|
|
1273
|
+
"type": "option"
|
|
1274
|
+
},
|
|
1209
1275
|
"target-org": {
|
|
1210
1276
|
"aliases": [
|
|
1211
1277
|
"targetusername",
|
|
@@ -1367,6 +1433,14 @@
|
|
|
1367
1433
|
"allowNo": false,
|
|
1368
1434
|
"type": "boolean"
|
|
1369
1435
|
},
|
|
1436
|
+
"flags-dir": {
|
|
1437
|
+
"helpGroup": "GLOBAL",
|
|
1438
|
+
"name": "flags-dir",
|
|
1439
|
+
"summary": "Import flag values from a directory.",
|
|
1440
|
+
"hasDynamicHelp": false,
|
|
1441
|
+
"multiple": false,
|
|
1442
|
+
"type": "option"
|
|
1443
|
+
},
|
|
1370
1444
|
"target-org": {
|
|
1371
1445
|
"aliases": [
|
|
1372
1446
|
"targetusername",
|
|
@@ -1607,6 +1681,14 @@
|
|
|
1607
1681
|
"allowNo": false,
|
|
1608
1682
|
"type": "boolean"
|
|
1609
1683
|
},
|
|
1684
|
+
"flags-dir": {
|
|
1685
|
+
"helpGroup": "GLOBAL",
|
|
1686
|
+
"name": "flags-dir",
|
|
1687
|
+
"summary": "Import flag values from a directory.",
|
|
1688
|
+
"hasDynamicHelp": false,
|
|
1689
|
+
"multiple": false,
|
|
1690
|
+
"type": "option"
|
|
1691
|
+
},
|
|
1610
1692
|
"target-org": {
|
|
1611
1693
|
"aliases": [
|
|
1612
1694
|
"targetusername",
|
|
@@ -1775,6 +1857,14 @@
|
|
|
1775
1857
|
"allowNo": false,
|
|
1776
1858
|
"type": "boolean"
|
|
1777
1859
|
},
|
|
1860
|
+
"flags-dir": {
|
|
1861
|
+
"helpGroup": "GLOBAL",
|
|
1862
|
+
"name": "flags-dir",
|
|
1863
|
+
"summary": "Import flag values from a directory.",
|
|
1864
|
+
"hasDynamicHelp": false,
|
|
1865
|
+
"multiple": false,
|
|
1866
|
+
"type": "option"
|
|
1867
|
+
},
|
|
1778
1868
|
"target-org": {
|
|
1779
1869
|
"aliases": [
|
|
1780
1870
|
"targetusername",
|
|
@@ -1844,11 +1934,8 @@
|
|
|
1844
1934
|
],
|
|
1845
1935
|
"name": "wait",
|
|
1846
1936
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
1847
|
-
"default":
|
|
1848
|
-
|
|
1849
|
-
"unit": 0
|
|
1850
|
-
},
|
|
1851
|
-
"hasDynamicHelp": false,
|
|
1937
|
+
"default": "0 minutes",
|
|
1938
|
+
"hasDynamicHelp": true,
|
|
1852
1939
|
"multiple": false,
|
|
1853
1940
|
"type": "option"
|
|
1854
1941
|
},
|
|
@@ -1925,6 +2012,14 @@
|
|
|
1925
2012
|
"allowNo": false,
|
|
1926
2013
|
"type": "boolean"
|
|
1927
2014
|
},
|
|
2015
|
+
"flags-dir": {
|
|
2016
|
+
"helpGroup": "GLOBAL",
|
|
2017
|
+
"name": "flags-dir",
|
|
2018
|
+
"summary": "Import flag values from a directory.",
|
|
2019
|
+
"hasDynamicHelp": false,
|
|
2020
|
+
"multiple": false,
|
|
2021
|
+
"type": "option"
|
|
2022
|
+
},
|
|
1928
2023
|
"target-org": {
|
|
1929
2024
|
"aliases": [
|
|
1930
2025
|
"targetusername",
|
|
@@ -1962,11 +2057,8 @@
|
|
|
1962
2057
|
"wait": {
|
|
1963
2058
|
"name": "wait",
|
|
1964
2059
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
1965
|
-
"default":
|
|
1966
|
-
|
|
1967
|
-
"unit": 0
|
|
1968
|
-
},
|
|
1969
|
-
"hasDynamicHelp": false,
|
|
2060
|
+
"default": "0 minutes",
|
|
2061
|
+
"hasDynamicHelp": true,
|
|
1970
2062
|
"multiple": false,
|
|
1971
2063
|
"type": "option"
|
|
1972
2064
|
},
|
|
@@ -2032,6 +2124,14 @@
|
|
|
2032
2124
|
"allowNo": false,
|
|
2033
2125
|
"type": "boolean"
|
|
2034
2126
|
},
|
|
2127
|
+
"flags-dir": {
|
|
2128
|
+
"helpGroup": "GLOBAL",
|
|
2129
|
+
"name": "flags-dir",
|
|
2130
|
+
"summary": "Import flag values from a directory.",
|
|
2131
|
+
"hasDynamicHelp": false,
|
|
2132
|
+
"multiple": false,
|
|
2133
|
+
"type": "option"
|
|
2134
|
+
},
|
|
2035
2135
|
"target-org": {
|
|
2036
2136
|
"aliases": [
|
|
2037
2137
|
"targetusername",
|
|
@@ -2168,6 +2268,14 @@
|
|
|
2168
2268
|
"allowNo": false,
|
|
2169
2269
|
"type": "boolean"
|
|
2170
2270
|
},
|
|
2271
|
+
"flags-dir": {
|
|
2272
|
+
"helpGroup": "GLOBAL",
|
|
2273
|
+
"name": "flags-dir",
|
|
2274
|
+
"summary": "Import flag values from a directory.",
|
|
2275
|
+
"hasDynamicHelp": false,
|
|
2276
|
+
"multiple": false,
|
|
2277
|
+
"type": "option"
|
|
2278
|
+
},
|
|
2171
2279
|
"target-org": {
|
|
2172
2280
|
"aliases": [
|
|
2173
2281
|
"targetusername",
|
|
@@ -2289,6 +2397,14 @@
|
|
|
2289
2397
|
"allowNo": false,
|
|
2290
2398
|
"type": "boolean"
|
|
2291
2399
|
},
|
|
2400
|
+
"flags-dir": {
|
|
2401
|
+
"helpGroup": "GLOBAL",
|
|
2402
|
+
"name": "flags-dir",
|
|
2403
|
+
"summary": "Import flag values from a directory.",
|
|
2404
|
+
"hasDynamicHelp": false,
|
|
2405
|
+
"multiple": false,
|
|
2406
|
+
"type": "option"
|
|
2407
|
+
},
|
|
2292
2408
|
"target-org": {
|
|
2293
2409
|
"aliases": [
|
|
2294
2410
|
"targetusername",
|
|
@@ -2355,11 +2471,8 @@
|
|
|
2355
2471
|
"char": "w",
|
|
2356
2472
|
"name": "wait",
|
|
2357
2473
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2358
|
-
"default":
|
|
2359
|
-
|
|
2360
|
-
"unit": 0
|
|
2361
|
-
},
|
|
2362
|
-
"hasDynamicHelp": false,
|
|
2474
|
+
"default": "0 minutes",
|
|
2475
|
+
"hasDynamicHelp": true,
|
|
2363
2476
|
"multiple": false,
|
|
2364
2477
|
"type": "option"
|
|
2365
2478
|
}
|
|
@@ -2426,6 +2539,14 @@
|
|
|
2426
2539
|
"allowNo": false,
|
|
2427
2540
|
"type": "boolean"
|
|
2428
2541
|
},
|
|
2542
|
+
"flags-dir": {
|
|
2543
|
+
"helpGroup": "GLOBAL",
|
|
2544
|
+
"name": "flags-dir",
|
|
2545
|
+
"summary": "Import flag values from a directory.",
|
|
2546
|
+
"hasDynamicHelp": false,
|
|
2547
|
+
"multiple": false,
|
|
2548
|
+
"type": "option"
|
|
2549
|
+
},
|
|
2429
2550
|
"target-org": {
|
|
2430
2551
|
"aliases": [
|
|
2431
2552
|
"targetusername",
|
|
@@ -2550,6 +2671,14 @@
|
|
|
2550
2671
|
"allowNo": false,
|
|
2551
2672
|
"type": "boolean"
|
|
2552
2673
|
},
|
|
2674
|
+
"flags-dir": {
|
|
2675
|
+
"helpGroup": "GLOBAL",
|
|
2676
|
+
"name": "flags-dir",
|
|
2677
|
+
"summary": "Import flag values from a directory.",
|
|
2678
|
+
"hasDynamicHelp": false,
|
|
2679
|
+
"multiple": false,
|
|
2680
|
+
"type": "option"
|
|
2681
|
+
},
|
|
2553
2682
|
"target-org": {
|
|
2554
2683
|
"aliases": [
|
|
2555
2684
|
"targetusername",
|
|
@@ -2629,11 +2758,8 @@
|
|
|
2629
2758
|
"char": "w",
|
|
2630
2759
|
"name": "wait",
|
|
2631
2760
|
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2632
|
-
"default":
|
|
2633
|
-
|
|
2634
|
-
"unit": 0
|
|
2635
|
-
},
|
|
2636
|
-
"hasDynamicHelp": false,
|
|
2761
|
+
"default": "0 minutes",
|
|
2762
|
+
"hasDynamicHelp": true,
|
|
2637
2763
|
"multiple": false,
|
|
2638
2764
|
"type": "option"
|
|
2639
2765
|
},
|
|
@@ -2692,5 +2818,5 @@
|
|
|
2692
2818
|
]
|
|
2693
2819
|
}
|
|
2694
2820
|
},
|
|
2695
|
-
"version": "3.2.
|
|
2821
|
+
"version": "3.2.2"
|
|
2696
2822
|
}
|