@dxos/cli 0.5.1-main.ad6ccc9 → 0.5.1-main.c37e119
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/bin/handle_invitation +2 -3
- package/dist/src/base-command.d.ts +0 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +5 -13
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +0 -1
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/list.d.ts +0 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +0 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +0 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +0 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +0 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +0 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +0 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +0 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +0 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/status.d.ts +0 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/list.d.ts +0 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +0 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +0 -1
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/halo/create.d.ts +0 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +0 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/join.d.ts +0 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +0 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/update.d.ts +0 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +0 -1
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/reset/index.d.ts +0 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/space/join.d.ts +0 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +0 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/members.d.ts +0 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/share.d.ts +0 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +0 -1
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/oclif.manifest.json +47 -417
- package/package.json +23 -23
- package/dist/src/commands/agent/status.d.ts +0 -21
- package/dist/src/commands/agent/status.d.ts.map +0 -1
- package/dist/src/commands/agent/status.js +0 -41
- package/dist/src/commands/agent/status.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.5.1-main.
|
|
2
|
+
"version": "0.5.1-main.c37e119",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:invitations": {
|
|
5
5
|
"id": "agent:invitations",
|
|
@@ -60,13 +60,7 @@
|
|
|
60
60
|
"no-agent": {
|
|
61
61
|
"name": "no-agent",
|
|
62
62
|
"type": "boolean",
|
|
63
|
-
"description": "Run command without using
|
|
64
|
-
"allowNo": false
|
|
65
|
-
},
|
|
66
|
-
"no-start-agent": {
|
|
67
|
-
"name": "no-start-agent",
|
|
68
|
-
"type": "boolean",
|
|
69
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
63
|
+
"description": "Run command without using or starting agent.",
|
|
70
64
|
"allowNo": false
|
|
71
65
|
},
|
|
72
66
|
"timeout": {
|
|
@@ -165,13 +159,7 @@
|
|
|
165
159
|
"no-agent": {
|
|
166
160
|
"name": "no-agent",
|
|
167
161
|
"type": "boolean",
|
|
168
|
-
"description": "Run command without using
|
|
169
|
-
"allowNo": false
|
|
170
|
-
},
|
|
171
|
-
"no-start-agent": {
|
|
172
|
-
"name": "no-start-agent",
|
|
173
|
-
"type": "boolean",
|
|
174
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
162
|
+
"description": "Run command without using or starting agent.",
|
|
175
163
|
"allowNo": false
|
|
176
164
|
},
|
|
177
165
|
"timeout": {
|
|
@@ -349,13 +337,7 @@
|
|
|
349
337
|
"no-agent": {
|
|
350
338
|
"name": "no-agent",
|
|
351
339
|
"type": "boolean",
|
|
352
|
-
"description": "Run command without using
|
|
353
|
-
"allowNo": false
|
|
354
|
-
},
|
|
355
|
-
"no-start-agent": {
|
|
356
|
-
"name": "no-start-agent",
|
|
357
|
-
"type": "boolean",
|
|
358
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
340
|
+
"description": "Run command without using or starting agent.",
|
|
359
341
|
"allowNo": false
|
|
360
342
|
},
|
|
361
343
|
"timeout": {
|
|
@@ -466,13 +448,7 @@
|
|
|
466
448
|
"no-agent": {
|
|
467
449
|
"name": "no-agent",
|
|
468
450
|
"type": "boolean",
|
|
469
|
-
"description": "Run command without using
|
|
470
|
-
"allowNo": false
|
|
471
|
-
},
|
|
472
|
-
"no-start-agent": {
|
|
473
|
-
"name": "no-start-agent",
|
|
474
|
-
"type": "boolean",
|
|
475
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
451
|
+
"description": "Run command without using or starting agent.",
|
|
476
452
|
"allowNo": false
|
|
477
453
|
},
|
|
478
454
|
"timeout": {
|
|
@@ -543,106 +519,6 @@
|
|
|
543
519
|
},
|
|
544
520
|
"args": {}
|
|
545
521
|
},
|
|
546
|
-
"agent:status": {
|
|
547
|
-
"id": "agent:status",
|
|
548
|
-
"description": "Show agent status",
|
|
549
|
-
"strict": true,
|
|
550
|
-
"pluginName": "@dxos/cli",
|
|
551
|
-
"pluginAlias": "@dxos/cli",
|
|
552
|
-
"pluginType": "core",
|
|
553
|
-
"aliases": [],
|
|
554
|
-
"flags": {
|
|
555
|
-
"json": {
|
|
556
|
-
"name": "json",
|
|
557
|
-
"type": "boolean",
|
|
558
|
-
"description": "Format output as json.",
|
|
559
|
-
"helpGroup": "GLOBAL",
|
|
560
|
-
"allowNo": false
|
|
561
|
-
},
|
|
562
|
-
"dry-run": {
|
|
563
|
-
"name": "dry-run",
|
|
564
|
-
"type": "boolean",
|
|
565
|
-
"description": "Dry run.",
|
|
566
|
-
"allowNo": false
|
|
567
|
-
},
|
|
568
|
-
"verbose": {
|
|
569
|
-
"name": "verbose",
|
|
570
|
-
"type": "boolean",
|
|
571
|
-
"char": "v",
|
|
572
|
-
"description": "Verbose output",
|
|
573
|
-
"allowNo": false
|
|
574
|
-
},
|
|
575
|
-
"profile": {
|
|
576
|
-
"name": "profile",
|
|
577
|
-
"type": "option",
|
|
578
|
-
"description": "User profile.",
|
|
579
|
-
"multiple": false,
|
|
580
|
-
"default": "default"
|
|
581
|
-
},
|
|
582
|
-
"config": {
|
|
583
|
-
"name": "config",
|
|
584
|
-
"type": "option",
|
|
585
|
-
"description": "Config file.",
|
|
586
|
-
"helpValue": "path",
|
|
587
|
-
"multiple": false,
|
|
588
|
-
"dependsOn": [
|
|
589
|
-
"profile"
|
|
590
|
-
],
|
|
591
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
592
|
-
"aliases": [
|
|
593
|
-
"c"
|
|
594
|
-
]
|
|
595
|
-
},
|
|
596
|
-
"target": {
|
|
597
|
-
"name": "target",
|
|
598
|
-
"type": "option",
|
|
599
|
-
"description": "Target websocket server.",
|
|
600
|
-
"multiple": false
|
|
601
|
-
},
|
|
602
|
-
"no-agent": {
|
|
603
|
-
"name": "no-agent",
|
|
604
|
-
"type": "boolean",
|
|
605
|
-
"description": "Run command without using an agent.",
|
|
606
|
-
"allowNo": false
|
|
607
|
-
},
|
|
608
|
-
"no-start-agent": {
|
|
609
|
-
"name": "no-start-agent",
|
|
610
|
-
"type": "boolean",
|
|
611
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
612
|
-
"allowNo": false
|
|
613
|
-
},
|
|
614
|
-
"timeout": {
|
|
615
|
-
"name": "timeout",
|
|
616
|
-
"type": "option",
|
|
617
|
-
"description": "Timeout (ms).",
|
|
618
|
-
"multiple": false,
|
|
619
|
-
"default": 60000,
|
|
620
|
-
"aliases": [
|
|
621
|
-
"t"
|
|
622
|
-
]
|
|
623
|
-
},
|
|
624
|
-
"no-wait": {
|
|
625
|
-
"name": "no-wait",
|
|
626
|
-
"type": "boolean",
|
|
627
|
-
"description": "Do not wait for space to be ready.",
|
|
628
|
-
"allowNo": false
|
|
629
|
-
},
|
|
630
|
-
"json-log": {
|
|
631
|
-
"name": "json-log",
|
|
632
|
-
"type": "boolean",
|
|
633
|
-
"description": "When running in foreground, log JSON format",
|
|
634
|
-
"allowNo": false
|
|
635
|
-
},
|
|
636
|
-
"json-logfile": {
|
|
637
|
-
"name": "json-logfile",
|
|
638
|
-
"type": "option",
|
|
639
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
640
|
-
"multiple": false,
|
|
641
|
-
"default": "stderr"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
"args": {}
|
|
645
|
-
},
|
|
646
522
|
"agent:stop": {
|
|
647
523
|
"id": "agent:stop",
|
|
648
524
|
"description": "Stop agent daemon.",
|
|
@@ -701,13 +577,7 @@
|
|
|
701
577
|
"no-agent": {
|
|
702
578
|
"name": "no-agent",
|
|
703
579
|
"type": "boolean",
|
|
704
|
-
"description": "Run command without using
|
|
705
|
-
"allowNo": false
|
|
706
|
-
},
|
|
707
|
-
"no-start-agent": {
|
|
708
|
-
"name": "no-start-agent",
|
|
709
|
-
"type": "boolean",
|
|
710
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
580
|
+
"description": "Run command without using or starting agent.",
|
|
711
581
|
"allowNo": false
|
|
712
582
|
},
|
|
713
583
|
"timeout": {
|
|
@@ -818,13 +688,7 @@
|
|
|
818
688
|
"no-agent": {
|
|
819
689
|
"name": "no-agent",
|
|
820
690
|
"type": "boolean",
|
|
821
|
-
"description": "Run command without using
|
|
822
|
-
"allowNo": false
|
|
823
|
-
},
|
|
824
|
-
"no-start-agent": {
|
|
825
|
-
"name": "no-start-agent",
|
|
826
|
-
"type": "boolean",
|
|
827
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
691
|
+
"description": "Run command without using or starting agent.",
|
|
828
692
|
"allowNo": false
|
|
829
693
|
},
|
|
830
694
|
"timeout": {
|
|
@@ -950,13 +814,7 @@
|
|
|
950
814
|
"no-agent": {
|
|
951
815
|
"name": "no-agent",
|
|
952
816
|
"type": "boolean",
|
|
953
|
-
"description": "Run command without using
|
|
954
|
-
"allowNo": false
|
|
955
|
-
},
|
|
956
|
-
"no-start-agent": {
|
|
957
|
-
"name": "no-start-agent",
|
|
958
|
-
"type": "boolean",
|
|
959
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
817
|
+
"description": "Run command without using or starting agent.",
|
|
960
818
|
"allowNo": false
|
|
961
819
|
},
|
|
962
820
|
"timeout": {
|
|
@@ -1050,13 +908,7 @@
|
|
|
1050
908
|
"no-agent": {
|
|
1051
909
|
"name": "no-agent",
|
|
1052
910
|
"type": "boolean",
|
|
1053
|
-
"description": "Run command without using
|
|
1054
|
-
"allowNo": false
|
|
1055
|
-
},
|
|
1056
|
-
"no-start-agent": {
|
|
1057
|
-
"name": "no-start-agent",
|
|
1058
|
-
"type": "boolean",
|
|
1059
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
911
|
+
"description": "Run command without using or starting agent.",
|
|
1060
912
|
"allowNo": false
|
|
1061
913
|
},
|
|
1062
914
|
"timeout": {
|
|
@@ -1168,13 +1020,7 @@
|
|
|
1168
1020
|
"no-agent": {
|
|
1169
1021
|
"name": "no-agent",
|
|
1170
1022
|
"type": "boolean",
|
|
1171
|
-
"description": "Run command without using
|
|
1172
|
-
"allowNo": false
|
|
1173
|
-
},
|
|
1174
|
-
"no-start-agent": {
|
|
1175
|
-
"name": "no-start-agent",
|
|
1176
|
-
"type": "boolean",
|
|
1177
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1023
|
+
"description": "Run command without using or starting agent.",
|
|
1178
1024
|
"allowNo": false
|
|
1179
1025
|
},
|
|
1180
1026
|
"timeout": {
|
|
@@ -1292,13 +1138,7 @@
|
|
|
1292
1138
|
"no-agent": {
|
|
1293
1139
|
"name": "no-agent",
|
|
1294
1140
|
"type": "boolean",
|
|
1295
|
-
"description": "Run command without using
|
|
1296
|
-
"allowNo": false
|
|
1297
|
-
},
|
|
1298
|
-
"no-start-agent": {
|
|
1299
|
-
"name": "no-start-agent",
|
|
1300
|
-
"type": "boolean",
|
|
1301
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1141
|
+
"description": "Run command without using or starting agent.",
|
|
1302
1142
|
"allowNo": false
|
|
1303
1143
|
},
|
|
1304
1144
|
"timeout": {
|
|
@@ -1401,13 +1241,7 @@
|
|
|
1401
1241
|
"no-agent": {
|
|
1402
1242
|
"name": "no-agent",
|
|
1403
1243
|
"type": "boolean",
|
|
1404
|
-
"description": "Run command without using
|
|
1405
|
-
"allowNo": false
|
|
1406
|
-
},
|
|
1407
|
-
"no-start-agent": {
|
|
1408
|
-
"name": "no-start-agent",
|
|
1409
|
-
"type": "boolean",
|
|
1410
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1244
|
+
"description": "Run command without using or starting agent.",
|
|
1411
1245
|
"allowNo": false
|
|
1412
1246
|
},
|
|
1413
1247
|
"timeout": {
|
|
@@ -1512,13 +1346,7 @@
|
|
|
1512
1346
|
"no-agent": {
|
|
1513
1347
|
"name": "no-agent",
|
|
1514
1348
|
"type": "boolean",
|
|
1515
|
-
"description": "Run command without using
|
|
1516
|
-
"allowNo": false
|
|
1517
|
-
},
|
|
1518
|
-
"no-start-agent": {
|
|
1519
|
-
"name": "no-start-agent",
|
|
1520
|
-
"type": "boolean",
|
|
1521
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1349
|
+
"description": "Run command without using or starting agent.",
|
|
1522
1350
|
"allowNo": false
|
|
1523
1351
|
},
|
|
1524
1352
|
"timeout": {
|
|
@@ -1611,13 +1439,7 @@
|
|
|
1611
1439
|
"no-agent": {
|
|
1612
1440
|
"name": "no-agent",
|
|
1613
1441
|
"type": "boolean",
|
|
1614
|
-
"description": "Run command without using
|
|
1615
|
-
"allowNo": false
|
|
1616
|
-
},
|
|
1617
|
-
"no-start-agent": {
|
|
1618
|
-
"name": "no-start-agent",
|
|
1619
|
-
"type": "boolean",
|
|
1620
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1442
|
+
"description": "Run command without using or starting agent.",
|
|
1621
1443
|
"allowNo": false
|
|
1622
1444
|
},
|
|
1623
1445
|
"timeout": {
|
|
@@ -1750,13 +1572,7 @@
|
|
|
1750
1572
|
"no-agent": {
|
|
1751
1573
|
"name": "no-agent",
|
|
1752
1574
|
"type": "boolean",
|
|
1753
|
-
"description": "Run command without using
|
|
1754
|
-
"allowNo": false
|
|
1755
|
-
},
|
|
1756
|
-
"no-start-agent": {
|
|
1757
|
-
"name": "no-start-agent",
|
|
1758
|
-
"type": "boolean",
|
|
1759
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1575
|
+
"description": "Run command without using or starting agent.",
|
|
1760
1576
|
"allowNo": false
|
|
1761
1577
|
},
|
|
1762
1578
|
"timeout": {
|
|
@@ -1854,13 +1670,7 @@
|
|
|
1854
1670
|
"no-agent": {
|
|
1855
1671
|
"name": "no-agent",
|
|
1856
1672
|
"type": "boolean",
|
|
1857
|
-
"description": "Run command without using
|
|
1858
|
-
"allowNo": false
|
|
1859
|
-
},
|
|
1860
|
-
"no-start-agent": {
|
|
1861
|
-
"name": "no-start-agent",
|
|
1862
|
-
"type": "boolean",
|
|
1863
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1673
|
+
"description": "Run command without using or starting agent.",
|
|
1864
1674
|
"allowNo": false
|
|
1865
1675
|
},
|
|
1866
1676
|
"timeout": {
|
|
@@ -1961,13 +1771,7 @@
|
|
|
1961
1771
|
"no-agent": {
|
|
1962
1772
|
"name": "no-agent",
|
|
1963
1773
|
"type": "boolean",
|
|
1964
|
-
"description": "Run command without using
|
|
1965
|
-
"allowNo": false
|
|
1966
|
-
},
|
|
1967
|
-
"no-start-agent": {
|
|
1968
|
-
"name": "no-start-agent",
|
|
1969
|
-
"type": "boolean",
|
|
1970
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1774
|
+
"description": "Run command without using or starting agent.",
|
|
1971
1775
|
"allowNo": false
|
|
1972
1776
|
},
|
|
1973
1777
|
"timeout": {
|
|
@@ -2060,13 +1864,7 @@
|
|
|
2060
1864
|
"no-agent": {
|
|
2061
1865
|
"name": "no-agent",
|
|
2062
1866
|
"type": "boolean",
|
|
2063
|
-
"description": "Run command without using
|
|
2064
|
-
"allowNo": false
|
|
2065
|
-
},
|
|
2066
|
-
"no-start-agent": {
|
|
2067
|
-
"name": "no-start-agent",
|
|
2068
|
-
"type": "boolean",
|
|
2069
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1867
|
+
"description": "Run command without using or starting agent.",
|
|
2070
1868
|
"allowNo": false
|
|
2071
1869
|
},
|
|
2072
1870
|
"timeout": {
|
|
@@ -2232,13 +2030,7 @@
|
|
|
2232
2030
|
"no-agent": {
|
|
2233
2031
|
"name": "no-agent",
|
|
2234
2032
|
"type": "boolean",
|
|
2235
|
-
"description": "Run command without using
|
|
2236
|
-
"allowNo": false
|
|
2237
|
-
},
|
|
2238
|
-
"no-start-agent": {
|
|
2239
|
-
"name": "no-start-agent",
|
|
2240
|
-
"type": "boolean",
|
|
2241
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2033
|
+
"description": "Run command without using or starting agent.",
|
|
2242
2034
|
"allowNo": false
|
|
2243
2035
|
},
|
|
2244
2036
|
"timeout": {
|
|
@@ -2346,13 +2138,7 @@
|
|
|
2346
2138
|
"no-agent": {
|
|
2347
2139
|
"name": "no-agent",
|
|
2348
2140
|
"type": "boolean",
|
|
2349
|
-
"description": "Run command without using
|
|
2350
|
-
"allowNo": false
|
|
2351
|
-
},
|
|
2352
|
-
"no-start-agent": {
|
|
2353
|
-
"name": "no-start-agent",
|
|
2354
|
-
"type": "boolean",
|
|
2355
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2141
|
+
"description": "Run command without using or starting agent.",
|
|
2356
2142
|
"allowNo": false
|
|
2357
2143
|
},
|
|
2358
2144
|
"timeout": {
|
|
@@ -2475,13 +2261,7 @@
|
|
|
2475
2261
|
"no-agent": {
|
|
2476
2262
|
"name": "no-agent",
|
|
2477
2263
|
"type": "boolean",
|
|
2478
|
-
"description": "Run command without using
|
|
2479
|
-
"allowNo": false
|
|
2480
|
-
},
|
|
2481
|
-
"no-start-agent": {
|
|
2482
|
-
"name": "no-start-agent",
|
|
2483
|
-
"type": "boolean",
|
|
2484
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2264
|
+
"description": "Run command without using or starting agent.",
|
|
2485
2265
|
"allowNo": false
|
|
2486
2266
|
},
|
|
2487
2267
|
"timeout": {
|
|
@@ -2581,13 +2361,7 @@
|
|
|
2581
2361
|
"no-agent": {
|
|
2582
2362
|
"name": "no-agent",
|
|
2583
2363
|
"type": "boolean",
|
|
2584
|
-
"description": "Run command without using
|
|
2585
|
-
"allowNo": false
|
|
2586
|
-
},
|
|
2587
|
-
"no-start-agent": {
|
|
2588
|
-
"name": "no-start-agent",
|
|
2589
|
-
"type": "boolean",
|
|
2590
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2364
|
+
"description": "Run command without using or starting agent.",
|
|
2591
2365
|
"allowNo": false
|
|
2592
2366
|
},
|
|
2593
2367
|
"timeout": {
|
|
@@ -2682,13 +2456,7 @@
|
|
|
2682
2456
|
"no-agent": {
|
|
2683
2457
|
"name": "no-agent",
|
|
2684
2458
|
"type": "boolean",
|
|
2685
|
-
"description": "Run command without using
|
|
2686
|
-
"allowNo": false
|
|
2687
|
-
},
|
|
2688
|
-
"no-start-agent": {
|
|
2689
|
-
"name": "no-start-agent",
|
|
2690
|
-
"type": "boolean",
|
|
2691
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2459
|
+
"description": "Run command without using or starting agent.",
|
|
2692
2460
|
"allowNo": false
|
|
2693
2461
|
},
|
|
2694
2462
|
"timeout": {
|
|
@@ -2787,13 +2555,7 @@
|
|
|
2787
2555
|
"no-agent": {
|
|
2788
2556
|
"name": "no-agent",
|
|
2789
2557
|
"type": "boolean",
|
|
2790
|
-
"description": "Run command without using
|
|
2791
|
-
"allowNo": false
|
|
2792
|
-
},
|
|
2793
|
-
"no-start-agent": {
|
|
2794
|
-
"name": "no-start-agent",
|
|
2795
|
-
"type": "boolean",
|
|
2796
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2558
|
+
"description": "Run command without using or starting agent.",
|
|
2797
2559
|
"allowNo": false
|
|
2798
2560
|
},
|
|
2799
2561
|
"timeout": {
|
|
@@ -2905,13 +2667,7 @@
|
|
|
2905
2667
|
"no-agent": {
|
|
2906
2668
|
"name": "no-agent",
|
|
2907
2669
|
"type": "boolean",
|
|
2908
|
-
"description": "Run command without using
|
|
2909
|
-
"allowNo": false
|
|
2910
|
-
},
|
|
2911
|
-
"no-start-agent": {
|
|
2912
|
-
"name": "no-start-agent",
|
|
2913
|
-
"type": "boolean",
|
|
2914
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2670
|
+
"description": "Run command without using or starting agent.",
|
|
2915
2671
|
"allowNo": false
|
|
2916
2672
|
},
|
|
2917
2673
|
"timeout": {
|
|
@@ -3004,13 +2760,7 @@
|
|
|
3004
2760
|
"no-agent": {
|
|
3005
2761
|
"name": "no-agent",
|
|
3006
2762
|
"type": "boolean",
|
|
3007
|
-
"description": "Run command without using
|
|
3008
|
-
"allowNo": false
|
|
3009
|
-
},
|
|
3010
|
-
"no-start-agent": {
|
|
3011
|
-
"name": "no-start-agent",
|
|
3012
|
-
"type": "boolean",
|
|
3013
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2763
|
+
"description": "Run command without using or starting agent.",
|
|
3014
2764
|
"allowNo": false
|
|
3015
2765
|
},
|
|
3016
2766
|
"timeout": {
|
|
@@ -3125,13 +2875,7 @@
|
|
|
3125
2875
|
"no-agent": {
|
|
3126
2876
|
"name": "no-agent",
|
|
3127
2877
|
"type": "boolean",
|
|
3128
|
-
"description": "Run command without using
|
|
3129
|
-
"allowNo": false
|
|
3130
|
-
},
|
|
3131
|
-
"no-start-agent": {
|
|
3132
|
-
"name": "no-start-agent",
|
|
3133
|
-
"type": "boolean",
|
|
3134
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2878
|
+
"description": "Run command without using or starting agent.",
|
|
3135
2879
|
"allowNo": false
|
|
3136
2880
|
},
|
|
3137
2881
|
"timeout": {
|
|
@@ -3249,13 +2993,7 @@
|
|
|
3249
2993
|
"no-agent": {
|
|
3250
2994
|
"name": "no-agent",
|
|
3251
2995
|
"type": "boolean",
|
|
3252
|
-
"description": "Run command without using
|
|
3253
|
-
"allowNo": false
|
|
3254
|
-
},
|
|
3255
|
-
"no-start-agent": {
|
|
3256
|
-
"name": "no-start-agent",
|
|
3257
|
-
"type": "boolean",
|
|
3258
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2996
|
+
"description": "Run command without using or starting agent.",
|
|
3259
2997
|
"allowNo": false
|
|
3260
2998
|
},
|
|
3261
2999
|
"timeout": {
|
|
@@ -3355,13 +3093,7 @@
|
|
|
3355
3093
|
"no-agent": {
|
|
3356
3094
|
"name": "no-agent",
|
|
3357
3095
|
"type": "boolean",
|
|
3358
|
-
"description": "Run command without using
|
|
3359
|
-
"allowNo": false
|
|
3360
|
-
},
|
|
3361
|
-
"no-start-agent": {
|
|
3362
|
-
"name": "no-start-agent",
|
|
3363
|
-
"type": "boolean",
|
|
3364
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3096
|
+
"description": "Run command without using or starting agent.",
|
|
3365
3097
|
"allowNo": false
|
|
3366
3098
|
},
|
|
3367
3099
|
"timeout": {
|
|
@@ -3454,13 +3186,7 @@
|
|
|
3454
3186
|
"no-agent": {
|
|
3455
3187
|
"name": "no-agent",
|
|
3456
3188
|
"type": "boolean",
|
|
3457
|
-
"description": "Run command without using
|
|
3458
|
-
"allowNo": false
|
|
3459
|
-
},
|
|
3460
|
-
"no-start-agent": {
|
|
3461
|
-
"name": "no-start-agent",
|
|
3462
|
-
"type": "boolean",
|
|
3463
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3189
|
+
"description": "Run command without using or starting agent.",
|
|
3464
3190
|
"allowNo": false
|
|
3465
3191
|
},
|
|
3466
3192
|
"timeout": {
|
|
@@ -3579,13 +3305,7 @@
|
|
|
3579
3305
|
"no-agent": {
|
|
3580
3306
|
"name": "no-agent",
|
|
3581
3307
|
"type": "boolean",
|
|
3582
|
-
"description": "Run command without using
|
|
3583
|
-
"allowNo": false
|
|
3584
|
-
},
|
|
3585
|
-
"no-start-agent": {
|
|
3586
|
-
"name": "no-start-agent",
|
|
3587
|
-
"type": "boolean",
|
|
3588
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3308
|
+
"description": "Run command without using or starting agent.",
|
|
3589
3309
|
"allowNo": false
|
|
3590
3310
|
},
|
|
3591
3311
|
"timeout": {
|
|
@@ -3690,13 +3410,7 @@
|
|
|
3690
3410
|
"no-agent": {
|
|
3691
3411
|
"name": "no-agent",
|
|
3692
3412
|
"type": "boolean",
|
|
3693
|
-
"description": "Run command without using
|
|
3694
|
-
"allowNo": false
|
|
3695
|
-
},
|
|
3696
|
-
"no-start-agent": {
|
|
3697
|
-
"name": "no-start-agent",
|
|
3698
|
-
"type": "boolean",
|
|
3699
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3413
|
+
"description": "Run command without using or starting agent.",
|
|
3700
3414
|
"allowNo": false
|
|
3701
3415
|
},
|
|
3702
3416
|
"timeout": {
|
|
@@ -3789,13 +3503,7 @@
|
|
|
3789
3503
|
"no-agent": {
|
|
3790
3504
|
"name": "no-agent",
|
|
3791
3505
|
"type": "boolean",
|
|
3792
|
-
"description": "Run command without using
|
|
3793
|
-
"allowNo": false
|
|
3794
|
-
},
|
|
3795
|
-
"no-start-agent": {
|
|
3796
|
-
"name": "no-start-agent",
|
|
3797
|
-
"type": "boolean",
|
|
3798
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3506
|
+
"description": "Run command without using or starting agent.",
|
|
3799
3507
|
"allowNo": false
|
|
3800
3508
|
},
|
|
3801
3509
|
"timeout": {
|
|
@@ -3893,13 +3601,7 @@
|
|
|
3893
3601
|
"no-agent": {
|
|
3894
3602
|
"name": "no-agent",
|
|
3895
3603
|
"type": "boolean",
|
|
3896
|
-
"description": "Run command without using
|
|
3897
|
-
"allowNo": false
|
|
3898
|
-
},
|
|
3899
|
-
"no-start-agent": {
|
|
3900
|
-
"name": "no-start-agent",
|
|
3901
|
-
"type": "boolean",
|
|
3902
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3604
|
+
"description": "Run command without using or starting agent.",
|
|
3903
3605
|
"allowNo": false
|
|
3904
3606
|
},
|
|
3905
3607
|
"timeout": {
|
|
@@ -3997,13 +3699,7 @@
|
|
|
3997
3699
|
"no-agent": {
|
|
3998
3700
|
"name": "no-agent",
|
|
3999
3701
|
"type": "boolean",
|
|
4000
|
-
"description": "Run command without using
|
|
4001
|
-
"allowNo": false
|
|
4002
|
-
},
|
|
4003
|
-
"no-start-agent": {
|
|
4004
|
-
"name": "no-start-agent",
|
|
4005
|
-
"type": "boolean",
|
|
4006
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3702
|
+
"description": "Run command without using or starting agent.",
|
|
4007
3703
|
"allowNo": false
|
|
4008
3704
|
},
|
|
4009
3705
|
"timeout": {
|
|
@@ -4102,13 +3798,7 @@
|
|
|
4102
3798
|
"no-agent": {
|
|
4103
3799
|
"name": "no-agent",
|
|
4104
3800
|
"type": "boolean",
|
|
4105
|
-
"description": "Run command without using
|
|
4106
|
-
"allowNo": false
|
|
4107
|
-
},
|
|
4108
|
-
"no-start-agent": {
|
|
4109
|
-
"name": "no-start-agent",
|
|
4110
|
-
"type": "boolean",
|
|
4111
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3801
|
+
"description": "Run command without using or starting agent.",
|
|
4112
3802
|
"allowNo": false
|
|
4113
3803
|
},
|
|
4114
3804
|
"timeout": {
|
|
@@ -4205,13 +3895,7 @@
|
|
|
4205
3895
|
"no-agent": {
|
|
4206
3896
|
"name": "no-agent",
|
|
4207
3897
|
"type": "boolean",
|
|
4208
|
-
"description": "Run command without using
|
|
4209
|
-
"allowNo": false
|
|
4210
|
-
},
|
|
4211
|
-
"no-start-agent": {
|
|
4212
|
-
"name": "no-start-agent",
|
|
4213
|
-
"type": "boolean",
|
|
4214
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3898
|
+
"description": "Run command without using or starting agent.",
|
|
4215
3899
|
"allowNo": false
|
|
4216
3900
|
},
|
|
4217
3901
|
"timeout": {
|
|
@@ -4316,13 +4000,7 @@
|
|
|
4316
4000
|
"no-agent": {
|
|
4317
4001
|
"name": "no-agent",
|
|
4318
4002
|
"type": "boolean",
|
|
4319
|
-
"description": "Run command without using
|
|
4320
|
-
"allowNo": false
|
|
4321
|
-
},
|
|
4322
|
-
"no-start-agent": {
|
|
4323
|
-
"name": "no-start-agent",
|
|
4324
|
-
"type": "boolean",
|
|
4325
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4003
|
+
"description": "Run command without using or starting agent.",
|
|
4326
4004
|
"allowNo": false
|
|
4327
4005
|
},
|
|
4328
4006
|
"timeout": {
|
|
@@ -4494,13 +4172,7 @@
|
|
|
4494
4172
|
"no-agent": {
|
|
4495
4173
|
"name": "no-agent",
|
|
4496
4174
|
"type": "boolean",
|
|
4497
|
-
"description": "Run command without using
|
|
4498
|
-
"allowNo": false
|
|
4499
|
-
},
|
|
4500
|
-
"no-start-agent": {
|
|
4501
|
-
"name": "no-start-agent",
|
|
4502
|
-
"type": "boolean",
|
|
4503
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4175
|
+
"description": "Run command without using or starting agent.",
|
|
4504
4176
|
"allowNo": false
|
|
4505
4177
|
},
|
|
4506
4178
|
"timeout": {
|
|
@@ -4671,13 +4343,7 @@
|
|
|
4671
4343
|
"no-agent": {
|
|
4672
4344
|
"name": "no-agent",
|
|
4673
4345
|
"type": "boolean",
|
|
4674
|
-
"description": "Run command without using
|
|
4675
|
-
"allowNo": false
|
|
4676
|
-
},
|
|
4677
|
-
"no-start-agent": {
|
|
4678
|
-
"name": "no-start-agent",
|
|
4679
|
-
"type": "boolean",
|
|
4680
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4346
|
+
"description": "Run command without using or starting agent.",
|
|
4681
4347
|
"allowNo": false
|
|
4682
4348
|
},
|
|
4683
4349
|
"timeout": {
|
|
@@ -4775,13 +4441,7 @@
|
|
|
4775
4441
|
"no-agent": {
|
|
4776
4442
|
"name": "no-agent",
|
|
4777
4443
|
"type": "boolean",
|
|
4778
|
-
"description": "Run command without using
|
|
4779
|
-
"allowNo": false
|
|
4780
|
-
},
|
|
4781
|
-
"no-start-agent": {
|
|
4782
|
-
"name": "no-start-agent",
|
|
4783
|
-
"type": "boolean",
|
|
4784
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4444
|
+
"description": "Run command without using or starting agent.",
|
|
4785
4445
|
"allowNo": false
|
|
4786
4446
|
},
|
|
4787
4447
|
"timeout": {
|
|
@@ -4879,13 +4539,7 @@
|
|
|
4879
4539
|
"no-agent": {
|
|
4880
4540
|
"name": "no-agent",
|
|
4881
4541
|
"type": "boolean",
|
|
4882
|
-
"description": "Run command without using
|
|
4883
|
-
"allowNo": false
|
|
4884
|
-
},
|
|
4885
|
-
"no-start-agent": {
|
|
4886
|
-
"name": "no-start-agent",
|
|
4887
|
-
"type": "boolean",
|
|
4888
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4542
|
+
"description": "Run command without using or starting agent.",
|
|
4889
4543
|
"allowNo": false
|
|
4890
4544
|
},
|
|
4891
4545
|
"timeout": {
|
|
@@ -5017,13 +4671,7 @@
|
|
|
5017
4671
|
"no-agent": {
|
|
5018
4672
|
"name": "no-agent",
|
|
5019
4673
|
"type": "boolean",
|
|
5020
|
-
"description": "Run command without using
|
|
5021
|
-
"allowNo": false
|
|
5022
|
-
},
|
|
5023
|
-
"no-start-agent": {
|
|
5024
|
-
"name": "no-start-agent",
|
|
5025
|
-
"type": "boolean",
|
|
5026
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4674
|
+
"description": "Run command without using or starting agent.",
|
|
5027
4675
|
"allowNo": false
|
|
5028
4676
|
},
|
|
5029
4677
|
"timeout": {
|
|
@@ -5060,7 +4708,7 @@
|
|
|
5060
4708
|
"type": "option",
|
|
5061
4709
|
"description": "Tunnel name",
|
|
5062
4710
|
"multiple": false,
|
|
5063
|
-
"default": "
|
|
4711
|
+
"default": "oregon-blossom-october-charlie"
|
|
5064
4712
|
}
|
|
5065
4713
|
},
|
|
5066
4714
|
"args": {
|
|
@@ -5130,13 +4778,7 @@
|
|
|
5130
4778
|
"no-agent": {
|
|
5131
4779
|
"name": "no-agent",
|
|
5132
4780
|
"type": "boolean",
|
|
5133
|
-
"description": "Run command without using
|
|
5134
|
-
"allowNo": false
|
|
5135
|
-
},
|
|
5136
|
-
"no-start-agent": {
|
|
5137
|
-
"name": "no-start-agent",
|
|
5138
|
-
"type": "boolean",
|
|
5139
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4781
|
+
"description": "Run command without using or starting agent.",
|
|
5140
4782
|
"allowNo": false
|
|
5141
4783
|
},
|
|
5142
4784
|
"timeout": {
|
|
@@ -5229,13 +4871,7 @@
|
|
|
5229
4871
|
"no-agent": {
|
|
5230
4872
|
"name": "no-agent",
|
|
5231
4873
|
"type": "boolean",
|
|
5232
|
-
"description": "Run command without using
|
|
5233
|
-
"allowNo": false
|
|
5234
|
-
},
|
|
5235
|
-
"no-start-agent": {
|
|
5236
|
-
"name": "no-start-agent",
|
|
5237
|
-
"type": "boolean",
|
|
5238
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4874
|
+
"description": "Run command without using or starting agent.",
|
|
5239
4875
|
"allowNo": false
|
|
5240
4876
|
},
|
|
5241
4877
|
"timeout": {
|
|
@@ -5334,13 +4970,7 @@
|
|
|
5334
4970
|
"no-agent": {
|
|
5335
4971
|
"name": "no-agent",
|
|
5336
4972
|
"type": "boolean",
|
|
5337
|
-
"description": "Run command without using
|
|
5338
|
-
"allowNo": false
|
|
5339
|
-
},
|
|
5340
|
-
"no-start-agent": {
|
|
5341
|
-
"name": "no-start-agent",
|
|
5342
|
-
"type": "boolean",
|
|
5343
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4973
|
+
"description": "Run command without using or starting agent.",
|
|
5344
4974
|
"allowNo": false
|
|
5345
4975
|
},
|
|
5346
4976
|
"timeout": {
|