@dxos/cli 0.1.54 → 0.1.55-main.39c91a0
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 +180 -127
- package/dist/src/base-command.d.ts +9 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +52 -9
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/restart.js +2 -2
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +8 -3
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +10 -5
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.js +3 -3
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/debug/{stats.d.ts → diagnostics.d.ts} +3 -3
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -0
- package/dist/src/commands/debug/diagnostics.js +54 -0
- package/dist/src/commands/debug/diagnostics.js.map +1 -0
- package/dist/src/commands/debug/generate.d.ts +22 -0
- package/dist/src/commands/debug/generate.d.ts.map +1 -0
- package/dist/src/commands/debug/generate.js +68 -0
- package/dist/src/commands/debug/generate.js.map +1 -0
- package/dist/src/commands/device/list.d.ts +17 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +5 -0
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +8 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +7 -7
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/{index.d.ts → info.d.ts} +2 -2
- package/dist/src/commands/halo/info.d.ts.map +1 -0
- package/dist/src/commands/halo/{index.js → info.js} +7 -6
- package/dist/src/commands/halo/info.js.map +1 -0
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +20 -13
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/share.js +1 -1
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/kube/auth.js +1 -1
- package/dist/src/commands/kube/auth.js.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.js +16 -25
- package/dist/src/commands/kube/deploy.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +12 -7
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts +0 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js +0 -4
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/create.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +9 -5
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +0 -17
- package/dist/src/commands/space/epoch.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +2 -21
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +18 -22
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +3 -0
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +48 -4
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +3 -3
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +6 -19
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/{invite.d.ts → query.d.ts} +4 -3
- package/dist/src/commands/space/query.d.ts.map +1 -0
- package/dist/src/commands/space/query.js +39 -0
- package/dist/src/commands/space/query.js.map +1 -0
- package/dist/src/commands/space/share.d.ts +20 -0
- package/dist/src/commands/space/share.d.ts.map +1 -0
- package/dist/src/commands/space/share.js +62 -0
- package/dist/src/commands/space/share.js.map +1 -0
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +3 -4
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts.map +1 -1
- package/dist/src/commands/tunnel/set.js +1 -1
- package/dist/src/commands/tunnel/set.js.map +1 -1
- package/dist/src/errors.d.ts +4 -0
- package/dist/src/errors.d.ts.map +1 -0
- package/dist/src/errors.js +13 -0
- package/dist/src/errors.js.map +1 -0
- package/dist/src/timeouts.d.ts +2 -0
- package/dist/src/timeouts.d.ts.map +1 -0
- package/dist/src/timeouts.js +8 -0
- package/dist/src/timeouts.js.map +1 -0
- package/dist/src/util/index.d.ts +1 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +1 -0
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/invitation.js +1 -1
- package/dist/src/util/invitation.js.map +1 -1
- package/dist/src/util/print.d.ts +17 -2
- package/dist/src/util/print.d.ts.map +1 -1
- package/dist/src/util/print.js +78 -9
- package/dist/src/util/print.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js +11 -7
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/random.d.ts +13 -0
- package/dist/src/util/random.d.ts.map +1 -0
- package/dist/src/util/random.js +27 -0
- package/dist/src/util/random.js.map +1 -0
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/util.d.ts +1 -0
- package/dist/src/util/util.d.ts.map +1 -1
- package/dist/src/util/util.js +25 -6
- package/dist/src/util/util.js.map +1 -1
- package/oclif.manifest.json +451 -258
- package/package.json +19 -26
- package/dist/src/commands/debug/stats.d.ts.map +0 -1
- package/dist/src/commands/debug/stats.js +0 -58
- package/dist/src/commands/debug/stats.js.map +0 -1
- package/dist/src/commands/halo/index.d.ts.map +0 -1
- package/dist/src/commands/halo/index.js.map +0 -1
- package/dist/src/commands/space/index.d.ts +0 -6
- package/dist/src/commands/space/index.d.ts.map +0 -1
- package/dist/src/commands/space/index.js +0 -19
- package/dist/src/commands/space/index.js.map +0 -1
- package/dist/src/commands/space/invite.d.ts.map +0 -1
- package/dist/src/commands/space/invite.js +0 -48
- package/dist/src/commands/space/invite.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.55-main.39c91a0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"no-agent": {
|
|
55
55
|
"name": "no-agent",
|
|
56
56
|
"type": "boolean",
|
|
57
|
-
"description": "
|
|
57
|
+
"description": "Run command without agent.",
|
|
58
58
|
"allowNo": false
|
|
59
59
|
},
|
|
60
60
|
"timeout": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"no-agent": {
|
|
123
123
|
"name": "no-agent",
|
|
124
124
|
"type": "boolean",
|
|
125
|
-
"description": "
|
|
125
|
+
"description": "Run command without agent.",
|
|
126
126
|
"allowNo": false
|
|
127
127
|
},
|
|
128
128
|
"timeout": {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"no-agent": {
|
|
197
197
|
"name": "no-agent",
|
|
198
198
|
"type": "boolean",
|
|
199
|
-
"description": "
|
|
199
|
+
"description": "Run command without agent.",
|
|
200
200
|
"allowNo": false
|
|
201
201
|
},
|
|
202
202
|
"timeout": {
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"no-agent": {
|
|
295
295
|
"name": "no-agent",
|
|
296
296
|
"type": "boolean",
|
|
297
|
-
"description": "
|
|
297
|
+
"description": "Run command without agent.",
|
|
298
298
|
"allowNo": false
|
|
299
299
|
},
|
|
300
300
|
"timeout": {
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"no-agent": {
|
|
375
375
|
"name": "no-agent",
|
|
376
376
|
"type": "boolean",
|
|
377
|
-
"description": "
|
|
377
|
+
"description": "Run command without agent.",
|
|
378
378
|
"allowNo": false
|
|
379
379
|
},
|
|
380
380
|
"timeout": {
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"no-agent": {
|
|
476
476
|
"name": "no-agent",
|
|
477
477
|
"type": "boolean",
|
|
478
|
-
"description": "
|
|
478
|
+
"description": "Run command without agent.",
|
|
479
479
|
"allowNo": false
|
|
480
480
|
},
|
|
481
481
|
"timeout": {
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"no-agent": {
|
|
545
545
|
"name": "no-agent",
|
|
546
546
|
"type": "boolean",
|
|
547
|
-
"description": "
|
|
547
|
+
"description": "Run command without agent.",
|
|
548
548
|
"allowNo": false
|
|
549
549
|
},
|
|
550
550
|
"timeout": {
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"no-agent": {
|
|
632
632
|
"name": "no-agent",
|
|
633
633
|
"type": "boolean",
|
|
634
|
-
"description": "
|
|
634
|
+
"description": "Run command without agent.",
|
|
635
635
|
"allowNo": false
|
|
636
636
|
},
|
|
637
637
|
"timeout": {
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"no-agent": {
|
|
725
725
|
"name": "no-agent",
|
|
726
726
|
"type": "boolean",
|
|
727
|
-
"description": "
|
|
727
|
+
"description": "Run command without agent.",
|
|
728
728
|
"allowNo": false
|
|
729
729
|
},
|
|
730
730
|
"timeout": {
|
|
@@ -740,9 +740,9 @@
|
|
|
740
740
|
},
|
|
741
741
|
"args": {}
|
|
742
742
|
},
|
|
743
|
-
"debug:
|
|
744
|
-
"id": "debug:
|
|
745
|
-
"description": "Output debug
|
|
743
|
+
"debug:diagnostics": {
|
|
744
|
+
"id": "debug:diagnostics",
|
|
745
|
+
"description": "Output debug diagnostics.",
|
|
746
746
|
"strict": true,
|
|
747
747
|
"pluginName": "@dxos/cli",
|
|
748
748
|
"pluginAlias": "@dxos/cli",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"no-agent": {
|
|
792
792
|
"name": "no-agent",
|
|
793
793
|
"type": "boolean",
|
|
794
|
-
"description": "
|
|
794
|
+
"description": "Run command without agent.",
|
|
795
795
|
"allowNo": false
|
|
796
796
|
},
|
|
797
797
|
"timeout": {
|
|
@@ -819,6 +819,99 @@
|
|
|
819
819
|
},
|
|
820
820
|
"args": {}
|
|
821
821
|
},
|
|
822
|
+
"debug:generate": {
|
|
823
|
+
"id": "debug:generate",
|
|
824
|
+
"description": "Generate test data.",
|
|
825
|
+
"strict": true,
|
|
826
|
+
"pluginName": "@dxos/cli",
|
|
827
|
+
"pluginAlias": "@dxos/cli",
|
|
828
|
+
"pluginType": "core",
|
|
829
|
+
"aliases": [],
|
|
830
|
+
"flags": {
|
|
831
|
+
"json": {
|
|
832
|
+
"name": "json",
|
|
833
|
+
"type": "boolean",
|
|
834
|
+
"description": "Output as JSON.",
|
|
835
|
+
"allowNo": false
|
|
836
|
+
},
|
|
837
|
+
"dry-run": {
|
|
838
|
+
"name": "dry-run",
|
|
839
|
+
"type": "boolean",
|
|
840
|
+
"description": "Dry run.",
|
|
841
|
+
"allowNo": false
|
|
842
|
+
},
|
|
843
|
+
"verbose": {
|
|
844
|
+
"name": "verbose",
|
|
845
|
+
"type": "boolean",
|
|
846
|
+
"char": "v",
|
|
847
|
+
"description": "Verbose output",
|
|
848
|
+
"allowNo": false
|
|
849
|
+
},
|
|
850
|
+
"profile": {
|
|
851
|
+
"name": "profile",
|
|
852
|
+
"type": "option",
|
|
853
|
+
"description": "User profile.",
|
|
854
|
+
"multiple": false,
|
|
855
|
+
"default": "default"
|
|
856
|
+
},
|
|
857
|
+
"config": {
|
|
858
|
+
"name": "config",
|
|
859
|
+
"type": "option",
|
|
860
|
+
"description": "Config file.",
|
|
861
|
+
"helpValue": "path",
|
|
862
|
+
"multiple": false,
|
|
863
|
+
"dependsOn": [
|
|
864
|
+
"profile"
|
|
865
|
+
],
|
|
866
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
867
|
+
"aliases": [
|
|
868
|
+
"c"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
871
|
+
"no-agent": {
|
|
872
|
+
"name": "no-agent",
|
|
873
|
+
"type": "boolean",
|
|
874
|
+
"description": "Run command without agent.",
|
|
875
|
+
"allowNo": false
|
|
876
|
+
},
|
|
877
|
+
"timeout": {
|
|
878
|
+
"name": "timeout",
|
|
879
|
+
"type": "option",
|
|
880
|
+
"description": "Timeout in seconds.",
|
|
881
|
+
"multiple": false,
|
|
882
|
+
"default": 30,
|
|
883
|
+
"aliases": [
|
|
884
|
+
"t"
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
"objects": {
|
|
888
|
+
"name": "objects",
|
|
889
|
+
"type": "option",
|
|
890
|
+
"description": "Number of objects.",
|
|
891
|
+
"multiple": false,
|
|
892
|
+
"default": 0
|
|
893
|
+
},
|
|
894
|
+
"mutations": {
|
|
895
|
+
"name": "mutations",
|
|
896
|
+
"type": "option",
|
|
897
|
+
"description": "Number of mutations.",
|
|
898
|
+
"multiple": false,
|
|
899
|
+
"default": 0
|
|
900
|
+
},
|
|
901
|
+
"mutationsPerEpoch": {
|
|
902
|
+
"name": "mutationsPerEpoch",
|
|
903
|
+
"type": "option",
|
|
904
|
+
"description": "Number of mutations per epoch.",
|
|
905
|
+
"multiple": false
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"args": {
|
|
909
|
+
"key": {
|
|
910
|
+
"name": "key",
|
|
911
|
+
"description": "Space key head in hex."
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
822
915
|
"device": {
|
|
823
916
|
"id": "device",
|
|
824
917
|
"description": "Show device info.",
|
|
@@ -872,7 +965,7 @@
|
|
|
872
965
|
"no-agent": {
|
|
873
966
|
"name": "no-agent",
|
|
874
967
|
"type": "boolean",
|
|
875
|
-
"description": "
|
|
968
|
+
"description": "Run command without agent.",
|
|
876
969
|
"allowNo": false
|
|
877
970
|
},
|
|
878
971
|
"timeout": {
|
|
@@ -900,8 +993,7 @@
|
|
|
900
993
|
"json": {
|
|
901
994
|
"name": "json",
|
|
902
995
|
"type": "boolean",
|
|
903
|
-
"description": "
|
|
904
|
-
"helpGroup": "GLOBAL",
|
|
996
|
+
"description": "Output as JSON.",
|
|
905
997
|
"allowNo": false
|
|
906
998
|
},
|
|
907
999
|
"dry-run": {
|
|
@@ -941,7 +1033,7 @@
|
|
|
941
1033
|
"no-agent": {
|
|
942
1034
|
"name": "no-agent",
|
|
943
1035
|
"type": "boolean",
|
|
944
|
-
"description": "
|
|
1036
|
+
"description": "Run command without agent.",
|
|
945
1037
|
"allowNo": false
|
|
946
1038
|
},
|
|
947
1039
|
"timeout": {
|
|
@@ -953,6 +1045,79 @@
|
|
|
953
1045
|
"aliases": [
|
|
954
1046
|
"t"
|
|
955
1047
|
]
|
|
1048
|
+
},
|
|
1049
|
+
"columns": {
|
|
1050
|
+
"name": "columns",
|
|
1051
|
+
"type": "option",
|
|
1052
|
+
"description": "only show provided columns (comma-separated)",
|
|
1053
|
+
"multiple": false,
|
|
1054
|
+
"exclusive": [
|
|
1055
|
+
"extended"
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
"sort": {
|
|
1059
|
+
"name": "sort",
|
|
1060
|
+
"type": "option",
|
|
1061
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
1062
|
+
"multiple": false
|
|
1063
|
+
},
|
|
1064
|
+
"filter": {
|
|
1065
|
+
"name": "filter",
|
|
1066
|
+
"type": "option",
|
|
1067
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
1068
|
+
"multiple": false
|
|
1069
|
+
},
|
|
1070
|
+
"csv": {
|
|
1071
|
+
"name": "csv",
|
|
1072
|
+
"type": "boolean",
|
|
1073
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
1074
|
+
"allowNo": false,
|
|
1075
|
+
"exclusive": [
|
|
1076
|
+
"no-truncate"
|
|
1077
|
+
]
|
|
1078
|
+
},
|
|
1079
|
+
"output": {
|
|
1080
|
+
"name": "output",
|
|
1081
|
+
"type": "option",
|
|
1082
|
+
"description": "output in a more machine friendly format",
|
|
1083
|
+
"multiple": false,
|
|
1084
|
+
"options": [
|
|
1085
|
+
"csv",
|
|
1086
|
+
"json",
|
|
1087
|
+
"yaml"
|
|
1088
|
+
],
|
|
1089
|
+
"exclusive": [
|
|
1090
|
+
"no-truncate",
|
|
1091
|
+
"csv"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
"extended": {
|
|
1095
|
+
"name": "extended",
|
|
1096
|
+
"type": "boolean",
|
|
1097
|
+
"char": "x",
|
|
1098
|
+
"description": "show extra columns",
|
|
1099
|
+
"allowNo": false,
|
|
1100
|
+
"exclusive": [
|
|
1101
|
+
"columns"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"no-truncate": {
|
|
1105
|
+
"name": "no-truncate",
|
|
1106
|
+
"type": "boolean",
|
|
1107
|
+
"description": "do not truncate output to fit screen",
|
|
1108
|
+
"allowNo": false,
|
|
1109
|
+
"exclusive": [
|
|
1110
|
+
"csv"
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
"no-header": {
|
|
1114
|
+
"name": "no-header",
|
|
1115
|
+
"type": "boolean",
|
|
1116
|
+
"description": "hide table header from output",
|
|
1117
|
+
"allowNo": false,
|
|
1118
|
+
"exclusive": [
|
|
1119
|
+
"csv"
|
|
1120
|
+
]
|
|
956
1121
|
}
|
|
957
1122
|
},
|
|
958
1123
|
"args": {}
|
|
@@ -1017,7 +1182,7 @@
|
|
|
1017
1182
|
"no-agent": {
|
|
1018
1183
|
"name": "no-agent",
|
|
1019
1184
|
"type": "boolean",
|
|
1020
|
-
"description": "
|
|
1185
|
+
"description": "Run command without agent.",
|
|
1021
1186
|
"allowNo": false
|
|
1022
1187
|
},
|
|
1023
1188
|
"timeout": {
|
|
@@ -1104,7 +1269,7 @@
|
|
|
1104
1269
|
"no-agent": {
|
|
1105
1270
|
"name": "no-agent",
|
|
1106
1271
|
"type": "boolean",
|
|
1107
|
-
"description": "
|
|
1272
|
+
"description": "Run command without agent.",
|
|
1108
1273
|
"allowNo": false
|
|
1109
1274
|
},
|
|
1110
1275
|
"timeout": {
|
|
@@ -1180,7 +1345,7 @@
|
|
|
1180
1345
|
"no-agent": {
|
|
1181
1346
|
"name": "no-agent",
|
|
1182
1347
|
"type": "boolean",
|
|
1183
|
-
"description": "
|
|
1348
|
+
"description": "Run command without agent.",
|
|
1184
1349
|
"allowNo": false
|
|
1185
1350
|
},
|
|
1186
1351
|
"timeout": {
|
|
@@ -1250,7 +1415,7 @@
|
|
|
1250
1415
|
"no-agent": {
|
|
1251
1416
|
"name": "no-agent",
|
|
1252
1417
|
"type": "boolean",
|
|
1253
|
-
"description": "
|
|
1418
|
+
"description": "Run command without agent.",
|
|
1254
1419
|
"allowNo": false
|
|
1255
1420
|
},
|
|
1256
1421
|
"timeout": {
|
|
@@ -1325,7 +1490,7 @@
|
|
|
1325
1490
|
"no-agent": {
|
|
1326
1491
|
"name": "no-agent",
|
|
1327
1492
|
"type": "boolean",
|
|
1328
|
-
"description": "
|
|
1493
|
+
"description": "Run command without agent.",
|
|
1329
1494
|
"allowNo": false
|
|
1330
1495
|
},
|
|
1331
1496
|
"timeout": {
|
|
@@ -1347,8 +1512,8 @@
|
|
|
1347
1512
|
}
|
|
1348
1513
|
}
|
|
1349
1514
|
},
|
|
1350
|
-
"halo": {
|
|
1351
|
-
"id": "halo",
|
|
1515
|
+
"halo:info": {
|
|
1516
|
+
"id": "halo:info",
|
|
1352
1517
|
"description": "Show HALO profile.",
|
|
1353
1518
|
"strict": true,
|
|
1354
1519
|
"pluginName": "@dxos/cli",
|
|
@@ -1400,7 +1565,7 @@
|
|
|
1400
1565
|
"no-agent": {
|
|
1401
1566
|
"name": "no-agent",
|
|
1402
1567
|
"type": "boolean",
|
|
1403
|
-
"description": "
|
|
1568
|
+
"description": "Run command without agent.",
|
|
1404
1569
|
"allowNo": false
|
|
1405
1570
|
},
|
|
1406
1571
|
"timeout": {
|
|
@@ -1468,7 +1633,7 @@
|
|
|
1468
1633
|
"no-agent": {
|
|
1469
1634
|
"name": "no-agent",
|
|
1470
1635
|
"type": "boolean",
|
|
1471
|
-
"description": "
|
|
1636
|
+
"description": "Run command without agent.",
|
|
1472
1637
|
"allowNo": false
|
|
1473
1638
|
},
|
|
1474
1639
|
"timeout": {
|
|
@@ -1486,6 +1651,12 @@
|
|
|
1486
1651
|
"type": "option",
|
|
1487
1652
|
"description": "Invitation code",
|
|
1488
1653
|
"multiple": false
|
|
1654
|
+
},
|
|
1655
|
+
"secret": {
|
|
1656
|
+
"name": "secret",
|
|
1657
|
+
"type": "option",
|
|
1658
|
+
"description": "Invitation secret",
|
|
1659
|
+
"multiple": false
|
|
1489
1660
|
}
|
|
1490
1661
|
},
|
|
1491
1662
|
"args": {}
|
|
@@ -1543,7 +1714,7 @@
|
|
|
1543
1714
|
"no-agent": {
|
|
1544
1715
|
"name": "no-agent",
|
|
1545
1716
|
"type": "boolean",
|
|
1546
|
-
"description": "
|
|
1717
|
+
"description": "Run command without agent.",
|
|
1547
1718
|
"allowNo": false
|
|
1548
1719
|
},
|
|
1549
1720
|
"timeout": {
|
|
@@ -1618,7 +1789,7 @@
|
|
|
1618
1789
|
"no-agent": {
|
|
1619
1790
|
"name": "no-agent",
|
|
1620
1791
|
"type": "boolean",
|
|
1621
|
-
"description": "
|
|
1792
|
+
"description": "Run command without agent.",
|
|
1622
1793
|
"allowNo": false
|
|
1623
1794
|
},
|
|
1624
1795
|
"timeout": {
|
|
@@ -1686,7 +1857,7 @@
|
|
|
1686
1857
|
"no-agent": {
|
|
1687
1858
|
"name": "no-agent",
|
|
1688
1859
|
"type": "boolean",
|
|
1689
|
-
"description": "
|
|
1860
|
+
"description": "Run command without agent.",
|
|
1690
1861
|
"allowNo": false
|
|
1691
1862
|
},
|
|
1692
1863
|
"timeout": {
|
|
@@ -1780,7 +1951,7 @@
|
|
|
1780
1951
|
"no-agent": {
|
|
1781
1952
|
"name": "no-agent",
|
|
1782
1953
|
"type": "boolean",
|
|
1783
|
-
"description": "
|
|
1954
|
+
"description": "Run command without agent.",
|
|
1784
1955
|
"allowNo": false
|
|
1785
1956
|
},
|
|
1786
1957
|
"timeout": {
|
|
@@ -1854,7 +2025,7 @@
|
|
|
1854
2025
|
"no-agent": {
|
|
1855
2026
|
"name": "no-agent",
|
|
1856
2027
|
"type": "boolean",
|
|
1857
|
-
"description": "
|
|
2028
|
+
"description": "Run command without agent.",
|
|
1858
2029
|
"allowNo": false
|
|
1859
2030
|
},
|
|
1860
2031
|
"timeout": {
|
|
@@ -1923,7 +2094,7 @@
|
|
|
1923
2094
|
"no-agent": {
|
|
1924
2095
|
"name": "no-agent",
|
|
1925
2096
|
"type": "boolean",
|
|
1926
|
-
"description": "
|
|
2097
|
+
"description": "Run command without agent.",
|
|
1927
2098
|
"allowNo": false
|
|
1928
2099
|
},
|
|
1929
2100
|
"timeout": {
|
|
@@ -1955,7 +2126,8 @@
|
|
|
1955
2126
|
"json": {
|
|
1956
2127
|
"name": "json",
|
|
1957
2128
|
"type": "boolean",
|
|
1958
|
-
"description": "
|
|
2129
|
+
"description": "Format output as json.",
|
|
2130
|
+
"helpGroup": "GLOBAL",
|
|
1959
2131
|
"allowNo": false
|
|
1960
2132
|
},
|
|
1961
2133
|
"dry-run": {
|
|
@@ -1995,7 +2167,7 @@
|
|
|
1995
2167
|
"no-agent": {
|
|
1996
2168
|
"name": "no-agent",
|
|
1997
2169
|
"type": "boolean",
|
|
1998
|
-
"description": "
|
|
2170
|
+
"description": "Run command without agent.",
|
|
1999
2171
|
"allowNo": false
|
|
2000
2172
|
},
|
|
2001
2173
|
"timeout": {
|
|
@@ -2007,79 +2179,6 @@
|
|
|
2007
2179
|
"aliases": [
|
|
2008
2180
|
"t"
|
|
2009
2181
|
]
|
|
2010
|
-
},
|
|
2011
|
-
"columns": {
|
|
2012
|
-
"name": "columns",
|
|
2013
|
-
"type": "option",
|
|
2014
|
-
"description": "only show provided columns (comma-separated)",
|
|
2015
|
-
"multiple": false,
|
|
2016
|
-
"exclusive": [
|
|
2017
|
-
"extended"
|
|
2018
|
-
]
|
|
2019
|
-
},
|
|
2020
|
-
"sort": {
|
|
2021
|
-
"name": "sort",
|
|
2022
|
-
"type": "option",
|
|
2023
|
-
"description": "property to sort by (prepend '-' for descending)",
|
|
2024
|
-
"multiple": false
|
|
2025
|
-
},
|
|
2026
|
-
"filter": {
|
|
2027
|
-
"name": "filter",
|
|
2028
|
-
"type": "option",
|
|
2029
|
-
"description": "filter property by partial string matching, ex: name=foo",
|
|
2030
|
-
"multiple": false
|
|
2031
|
-
},
|
|
2032
|
-
"csv": {
|
|
2033
|
-
"name": "csv",
|
|
2034
|
-
"type": "boolean",
|
|
2035
|
-
"description": "output is csv format [alias: --output=csv]",
|
|
2036
|
-
"allowNo": false,
|
|
2037
|
-
"exclusive": [
|
|
2038
|
-
"no-truncate"
|
|
2039
|
-
]
|
|
2040
|
-
},
|
|
2041
|
-
"output": {
|
|
2042
|
-
"name": "output",
|
|
2043
|
-
"type": "option",
|
|
2044
|
-
"description": "output in a more machine friendly format",
|
|
2045
|
-
"multiple": false,
|
|
2046
|
-
"options": [
|
|
2047
|
-
"csv",
|
|
2048
|
-
"json",
|
|
2049
|
-
"yaml"
|
|
2050
|
-
],
|
|
2051
|
-
"exclusive": [
|
|
2052
|
-
"no-truncate",
|
|
2053
|
-
"csv"
|
|
2054
|
-
]
|
|
2055
|
-
},
|
|
2056
|
-
"extended": {
|
|
2057
|
-
"name": "extended",
|
|
2058
|
-
"type": "boolean",
|
|
2059
|
-
"char": "x",
|
|
2060
|
-
"description": "show extra columns",
|
|
2061
|
-
"allowNo": false,
|
|
2062
|
-
"exclusive": [
|
|
2063
|
-
"columns"
|
|
2064
|
-
]
|
|
2065
|
-
},
|
|
2066
|
-
"no-truncate": {
|
|
2067
|
-
"name": "no-truncate",
|
|
2068
|
-
"type": "boolean",
|
|
2069
|
-
"description": "do not truncate output to fit screen",
|
|
2070
|
-
"allowNo": false,
|
|
2071
|
-
"exclusive": [
|
|
2072
|
-
"csv"
|
|
2073
|
-
]
|
|
2074
|
-
},
|
|
2075
|
-
"no-header": {
|
|
2076
|
-
"name": "no-header",
|
|
2077
|
-
"type": "boolean",
|
|
2078
|
-
"description": "hide table header from output",
|
|
2079
|
-
"allowNo": false,
|
|
2080
|
-
"exclusive": [
|
|
2081
|
-
"csv"
|
|
2082
|
-
]
|
|
2083
2182
|
}
|
|
2084
2183
|
},
|
|
2085
2184
|
"args": {
|
|
@@ -2089,9 +2188,9 @@
|
|
|
2089
2188
|
}
|
|
2090
2189
|
}
|
|
2091
2190
|
},
|
|
2092
|
-
"space": {
|
|
2093
|
-
"id": "space",
|
|
2094
|
-
"description": "
|
|
2191
|
+
"space:join": {
|
|
2192
|
+
"id": "space:join",
|
|
2193
|
+
"description": "Join space invitation",
|
|
2095
2194
|
"strict": true,
|
|
2096
2195
|
"pluginName": "@dxos/cli",
|
|
2097
2196
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2141,7 +2240,7 @@
|
|
|
2141
2240
|
"no-agent": {
|
|
2142
2241
|
"name": "no-agent",
|
|
2143
2242
|
"type": "boolean",
|
|
2144
|
-
"description": "
|
|
2243
|
+
"description": "Run command without agent.",
|
|
2145
2244
|
"allowNo": false
|
|
2146
2245
|
},
|
|
2147
2246
|
"timeout": {
|
|
@@ -2153,13 +2252,25 @@
|
|
|
2153
2252
|
"aliases": [
|
|
2154
2253
|
"t"
|
|
2155
2254
|
]
|
|
2255
|
+
},
|
|
2256
|
+
"invitation": {
|
|
2257
|
+
"name": "invitation",
|
|
2258
|
+
"type": "option",
|
|
2259
|
+
"description": "Invitation code",
|
|
2260
|
+
"multiple": false
|
|
2261
|
+
},
|
|
2262
|
+
"secret": {
|
|
2263
|
+
"name": "secret",
|
|
2264
|
+
"type": "option",
|
|
2265
|
+
"description": "Invitation secret",
|
|
2266
|
+
"multiple": false
|
|
2156
2267
|
}
|
|
2157
2268
|
},
|
|
2158
2269
|
"args": {}
|
|
2159
2270
|
},
|
|
2160
|
-
"space:
|
|
2161
|
-
"id": "space:
|
|
2162
|
-
"description": "
|
|
2271
|
+
"space:list": {
|
|
2272
|
+
"id": "space:list",
|
|
2273
|
+
"description": "List spaces.",
|
|
2163
2274
|
"strict": true,
|
|
2164
2275
|
"pluginName": "@dxos/cli",
|
|
2165
2276
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2209,7 +2320,7 @@
|
|
|
2209
2320
|
"no-agent": {
|
|
2210
2321
|
"name": "no-agent",
|
|
2211
2322
|
"type": "boolean",
|
|
2212
|
-
"description": "
|
|
2323
|
+
"description": "Run command without agent.",
|
|
2213
2324
|
"allowNo": false
|
|
2214
2325
|
},
|
|
2215
2326
|
"timeout": {
|
|
@@ -2221,98 +2332,92 @@
|
|
|
2221
2332
|
"aliases": [
|
|
2222
2333
|
"t"
|
|
2223
2334
|
]
|
|
2224
|
-
}
|
|
2225
|
-
},
|
|
2226
|
-
"args": {
|
|
2227
|
-
"key": {
|
|
2228
|
-
"name": "key",
|
|
2229
|
-
"required": true
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
"space:join": {
|
|
2234
|
-
"id": "space:join",
|
|
2235
|
-
"description": "Join space invitation",
|
|
2236
|
-
"strict": true,
|
|
2237
|
-
"pluginName": "@dxos/cli",
|
|
2238
|
-
"pluginAlias": "@dxos/cli",
|
|
2239
|
-
"pluginType": "core",
|
|
2240
|
-
"aliases": [],
|
|
2241
|
-
"flags": {
|
|
2242
|
-
"json": {
|
|
2243
|
-
"name": "json",
|
|
2244
|
-
"type": "boolean",
|
|
2245
|
-
"description": "Output as JSON.",
|
|
2246
|
-
"allowNo": false
|
|
2247
2335
|
},
|
|
2248
|
-
"
|
|
2249
|
-
"name": "
|
|
2250
|
-
"type": "
|
|
2251
|
-
"description": "
|
|
2252
|
-
"
|
|
2336
|
+
"columns": {
|
|
2337
|
+
"name": "columns",
|
|
2338
|
+
"type": "option",
|
|
2339
|
+
"description": "only show provided columns (comma-separated)",
|
|
2340
|
+
"multiple": false,
|
|
2341
|
+
"exclusive": [
|
|
2342
|
+
"extended"
|
|
2343
|
+
]
|
|
2253
2344
|
},
|
|
2254
|
-
"
|
|
2255
|
-
"name": "
|
|
2256
|
-
"type": "
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
"allowNo": false
|
|
2345
|
+
"sort": {
|
|
2346
|
+
"name": "sort",
|
|
2347
|
+
"type": "option",
|
|
2348
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
2349
|
+
"multiple": false
|
|
2260
2350
|
},
|
|
2261
|
-
"
|
|
2262
|
-
"name": "
|
|
2351
|
+
"filter": {
|
|
2352
|
+
"name": "filter",
|
|
2263
2353
|
"type": "option",
|
|
2264
|
-
"description": "
|
|
2265
|
-
"multiple": false
|
|
2266
|
-
"default": "default"
|
|
2354
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
2355
|
+
"multiple": false
|
|
2267
2356
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"name": "
|
|
2357
|
+
"csv": {
|
|
2358
|
+
"name": "csv",
|
|
2359
|
+
"type": "boolean",
|
|
2360
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
2361
|
+
"allowNo": false,
|
|
2362
|
+
"exclusive": [
|
|
2363
|
+
"no-truncate"
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
"output": {
|
|
2367
|
+
"name": "output",
|
|
2270
2368
|
"type": "option",
|
|
2271
|
-
"description": "
|
|
2272
|
-
"helpValue": "path",
|
|
2369
|
+
"description": "output in a more machine friendly format",
|
|
2273
2370
|
"multiple": false,
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2371
|
+
"options": [
|
|
2372
|
+
"csv",
|
|
2373
|
+
"json",
|
|
2374
|
+
"yaml"
|
|
2276
2375
|
],
|
|
2277
|
-
"
|
|
2278
|
-
|
|
2279
|
-
"
|
|
2376
|
+
"exclusive": [
|
|
2377
|
+
"no-truncate",
|
|
2378
|
+
"csv"
|
|
2280
2379
|
]
|
|
2281
2380
|
},
|
|
2282
|
-
"
|
|
2283
|
-
"name": "
|
|
2381
|
+
"extended": {
|
|
2382
|
+
"name": "extended",
|
|
2284
2383
|
"type": "boolean",
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2384
|
+
"char": "x",
|
|
2385
|
+
"description": "show extra columns",
|
|
2386
|
+
"allowNo": false,
|
|
2387
|
+
"exclusive": [
|
|
2388
|
+
"columns"
|
|
2389
|
+
]
|
|
2287
2390
|
},
|
|
2288
|
-
"
|
|
2289
|
-
"name": "
|
|
2290
|
-
"type": "
|
|
2291
|
-
"description": "
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2294
|
-
|
|
2295
|
-
"t"
|
|
2391
|
+
"no-truncate": {
|
|
2392
|
+
"name": "no-truncate",
|
|
2393
|
+
"type": "boolean",
|
|
2394
|
+
"description": "do not truncate output to fit screen",
|
|
2395
|
+
"allowNo": false,
|
|
2396
|
+
"exclusive": [
|
|
2397
|
+
"csv"
|
|
2296
2398
|
]
|
|
2297
2399
|
},
|
|
2298
|
-
"
|
|
2299
|
-
"name": "
|
|
2300
|
-
"type": "
|
|
2301
|
-
"description": "
|
|
2302
|
-
"
|
|
2400
|
+
"no-header": {
|
|
2401
|
+
"name": "no-header",
|
|
2402
|
+
"type": "boolean",
|
|
2403
|
+
"description": "hide table header from output",
|
|
2404
|
+
"allowNo": false,
|
|
2405
|
+
"exclusive": [
|
|
2406
|
+
"csv"
|
|
2407
|
+
]
|
|
2303
2408
|
},
|
|
2304
|
-
"
|
|
2305
|
-
"name": "
|
|
2306
|
-
"type": "
|
|
2307
|
-
"description": "
|
|
2308
|
-
"
|
|
2409
|
+
"live": {
|
|
2410
|
+
"name": "live",
|
|
2411
|
+
"type": "boolean",
|
|
2412
|
+
"description": "Live update.",
|
|
2413
|
+
"allowNo": false
|
|
2309
2414
|
}
|
|
2310
2415
|
},
|
|
2311
2416
|
"args": {}
|
|
2312
2417
|
},
|
|
2313
|
-
"space:
|
|
2314
|
-
"id": "space:
|
|
2315
|
-
"description": "List
|
|
2418
|
+
"space:members": {
|
|
2419
|
+
"id": "space:members",
|
|
2420
|
+
"description": "List space members.",
|
|
2316
2421
|
"strict": true,
|
|
2317
2422
|
"pluginName": "@dxos/cli",
|
|
2318
2423
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2362,7 +2467,7 @@
|
|
|
2362
2467
|
"no-agent": {
|
|
2363
2468
|
"name": "no-agent",
|
|
2364
2469
|
"type": "boolean",
|
|
2365
|
-
"description": "
|
|
2470
|
+
"description": "Run command without agent.",
|
|
2366
2471
|
"allowNo": false
|
|
2367
2472
|
},
|
|
2368
2473
|
"timeout": {
|
|
@@ -2449,11 +2554,16 @@
|
|
|
2449
2554
|
]
|
|
2450
2555
|
}
|
|
2451
2556
|
},
|
|
2452
|
-
"args": {
|
|
2557
|
+
"args": {
|
|
2558
|
+
"key": {
|
|
2559
|
+
"name": "key",
|
|
2560
|
+
"description": "Space key head in hex."
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2453
2563
|
},
|
|
2454
|
-
"space:
|
|
2455
|
-
"id": "space:
|
|
2456
|
-
"description": "
|
|
2564
|
+
"space:query": {
|
|
2565
|
+
"id": "space:query",
|
|
2566
|
+
"description": "Query database.",
|
|
2457
2567
|
"strict": true,
|
|
2458
2568
|
"pluginName": "@dxos/cli",
|
|
2459
2569
|
"pluginAlias": "@dxos/cli",
|
|
@@ -2463,7 +2573,8 @@
|
|
|
2463
2573
|
"json": {
|
|
2464
2574
|
"name": "json",
|
|
2465
2575
|
"type": "boolean",
|
|
2466
|
-
"description": "
|
|
2576
|
+
"description": "Format output as json.",
|
|
2577
|
+
"helpGroup": "GLOBAL",
|
|
2467
2578
|
"allowNo": false
|
|
2468
2579
|
},
|
|
2469
2580
|
"dry-run": {
|
|
@@ -2503,7 +2614,7 @@
|
|
|
2503
2614
|
"no-agent": {
|
|
2504
2615
|
"name": "no-agent",
|
|
2505
2616
|
"type": "boolean",
|
|
2506
|
-
"description": "
|
|
2617
|
+
"description": "Run command without agent.",
|
|
2507
2618
|
"allowNo": false
|
|
2508
2619
|
},
|
|
2509
2620
|
"timeout": {
|
|
@@ -2515,79 +2626,88 @@
|
|
|
2515
2626
|
"aliases": [
|
|
2516
2627
|
"t"
|
|
2517
2628
|
]
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
"args": {
|
|
2632
|
+
"key": {
|
|
2633
|
+
"name": "key",
|
|
2634
|
+
"description": "Space key head in hex."
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"space:share": {
|
|
2639
|
+
"id": "space:share",
|
|
2640
|
+
"description": "Create space invitation.",
|
|
2641
|
+
"strict": true,
|
|
2642
|
+
"pluginName": "@dxos/cli",
|
|
2643
|
+
"pluginAlias": "@dxos/cli",
|
|
2644
|
+
"pluginType": "core",
|
|
2645
|
+
"aliases": [],
|
|
2646
|
+
"flags": {
|
|
2647
|
+
"json": {
|
|
2648
|
+
"name": "json",
|
|
2649
|
+
"type": "boolean",
|
|
2650
|
+
"description": "Output as JSON.",
|
|
2651
|
+
"allowNo": false
|
|
2518
2652
|
},
|
|
2519
|
-
"
|
|
2520
|
-
"name": "
|
|
2521
|
-
"type": "
|
|
2522
|
-
"description": "
|
|
2523
|
-
"
|
|
2524
|
-
"exclusive": [
|
|
2525
|
-
"extended"
|
|
2526
|
-
]
|
|
2653
|
+
"dry-run": {
|
|
2654
|
+
"name": "dry-run",
|
|
2655
|
+
"type": "boolean",
|
|
2656
|
+
"description": "Dry run.",
|
|
2657
|
+
"allowNo": false
|
|
2527
2658
|
},
|
|
2528
|
-
"
|
|
2529
|
-
"name": "
|
|
2530
|
-
"type": "
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2659
|
+
"verbose": {
|
|
2660
|
+
"name": "verbose",
|
|
2661
|
+
"type": "boolean",
|
|
2662
|
+
"char": "v",
|
|
2663
|
+
"description": "Verbose output",
|
|
2664
|
+
"allowNo": false
|
|
2533
2665
|
},
|
|
2534
|
-
"
|
|
2535
|
-
"name": "
|
|
2666
|
+
"profile": {
|
|
2667
|
+
"name": "profile",
|
|
2536
2668
|
"type": "option",
|
|
2537
|
-
"description": "
|
|
2538
|
-
"multiple": false
|
|
2539
|
-
|
|
2540
|
-
"csv": {
|
|
2541
|
-
"name": "csv",
|
|
2542
|
-
"type": "boolean",
|
|
2543
|
-
"description": "output is csv format [alias: --output=csv]",
|
|
2544
|
-
"allowNo": false,
|
|
2545
|
-
"exclusive": [
|
|
2546
|
-
"no-truncate"
|
|
2547
|
-
]
|
|
2669
|
+
"description": "User profile.",
|
|
2670
|
+
"multiple": false,
|
|
2671
|
+
"default": "default"
|
|
2548
2672
|
},
|
|
2549
|
-
"
|
|
2550
|
-
"name": "
|
|
2673
|
+
"config": {
|
|
2674
|
+
"name": "config",
|
|
2551
2675
|
"type": "option",
|
|
2552
|
-
"description": "
|
|
2676
|
+
"description": "Config file.",
|
|
2677
|
+
"helpValue": "path",
|
|
2553
2678
|
"multiple": false,
|
|
2554
|
-
"
|
|
2555
|
-
"
|
|
2556
|
-
"json",
|
|
2557
|
-
"yaml"
|
|
2679
|
+
"dependsOn": [
|
|
2680
|
+
"profile"
|
|
2558
2681
|
],
|
|
2559
|
-
"
|
|
2560
|
-
|
|
2561
|
-
"
|
|
2682
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2683
|
+
"aliases": [
|
|
2684
|
+
"c"
|
|
2562
2685
|
]
|
|
2563
2686
|
},
|
|
2564
|
-
"
|
|
2565
|
-
"name": "
|
|
2687
|
+
"no-agent": {
|
|
2688
|
+
"name": "no-agent",
|
|
2566
2689
|
"type": "boolean",
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2569
|
-
"allowNo": false,
|
|
2570
|
-
"exclusive": [
|
|
2571
|
-
"columns"
|
|
2572
|
-
]
|
|
2690
|
+
"description": "Run command without agent.",
|
|
2691
|
+
"allowNo": false
|
|
2573
2692
|
},
|
|
2574
|
-
"
|
|
2575
|
-
"name": "
|
|
2693
|
+
"timeout": {
|
|
2694
|
+
"name": "timeout",
|
|
2695
|
+
"type": "option",
|
|
2696
|
+
"description": "Timeout in milliseconds.",
|
|
2697
|
+
"multiple": false,
|
|
2698
|
+
"default": 5000
|
|
2699
|
+
},
|
|
2700
|
+
"multiple": {
|
|
2701
|
+
"name": "multiple",
|
|
2576
2702
|
"type": "boolean",
|
|
2577
|
-
"description": "
|
|
2578
|
-
"allowNo": false
|
|
2579
|
-
"exclusive": [
|
|
2580
|
-
"csv"
|
|
2581
|
-
]
|
|
2703
|
+
"description": "Multiple use.",
|
|
2704
|
+
"allowNo": false
|
|
2582
2705
|
},
|
|
2583
|
-
"no-
|
|
2584
|
-
"name": "no-
|
|
2706
|
+
"no-auth": {
|
|
2707
|
+
"name": "no-auth",
|
|
2585
2708
|
"type": "boolean",
|
|
2586
|
-
"description": "
|
|
2587
|
-
"allowNo": false
|
|
2588
|
-
"exclusive": [
|
|
2589
|
-
"csv"
|
|
2590
|
-
]
|
|
2709
|
+
"description": "Skip authentication challenge.",
|
|
2710
|
+
"allowNo": false
|
|
2591
2711
|
}
|
|
2592
2712
|
},
|
|
2593
2713
|
"args": {
|
|
@@ -2650,7 +2770,7 @@
|
|
|
2650
2770
|
"no-agent": {
|
|
2651
2771
|
"name": "no-agent",
|
|
2652
2772
|
"type": "boolean",
|
|
2653
|
-
"description": "
|
|
2773
|
+
"description": "Run command without agent.",
|
|
2654
2774
|
"allowNo": false
|
|
2655
2775
|
},
|
|
2656
2776
|
"timeout": {
|
|
@@ -2718,7 +2838,7 @@
|
|
|
2718
2838
|
"no-agent": {
|
|
2719
2839
|
"name": "no-agent",
|
|
2720
2840
|
"type": "boolean",
|
|
2721
|
-
"description": "
|
|
2841
|
+
"description": "Run command without agent.",
|
|
2722
2842
|
"allowNo": false
|
|
2723
2843
|
},
|
|
2724
2844
|
"timeout": {
|
|
@@ -2805,7 +2925,7 @@
|
|
|
2805
2925
|
"no-agent": {
|
|
2806
2926
|
"name": "no-agent",
|
|
2807
2927
|
"type": "boolean",
|
|
2808
|
-
"description": "
|
|
2928
|
+
"description": "Run command without agent.",
|
|
2809
2929
|
"allowNo": false
|
|
2810
2930
|
},
|
|
2811
2931
|
"timeout": {
|
|
@@ -2879,7 +2999,7 @@
|
|
|
2879
2999
|
"no-agent": {
|
|
2880
3000
|
"name": "no-agent",
|
|
2881
3001
|
"type": "boolean",
|
|
2882
|
-
"description": "
|
|
3002
|
+
"description": "Run command without agent.",
|
|
2883
3003
|
"allowNo": false
|
|
2884
3004
|
},
|
|
2885
3005
|
"timeout": {
|
|
@@ -2892,6 +3012,79 @@
|
|
|
2892
3012
|
"t"
|
|
2893
3013
|
]
|
|
2894
3014
|
},
|
|
3015
|
+
"columns": {
|
|
3016
|
+
"name": "columns",
|
|
3017
|
+
"type": "option",
|
|
3018
|
+
"description": "only show provided columns (comma-separated)",
|
|
3019
|
+
"multiple": false,
|
|
3020
|
+
"exclusive": [
|
|
3021
|
+
"extended"
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
"sort": {
|
|
3025
|
+
"name": "sort",
|
|
3026
|
+
"type": "option",
|
|
3027
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
3028
|
+
"multiple": false
|
|
3029
|
+
},
|
|
3030
|
+
"filter": {
|
|
3031
|
+
"name": "filter",
|
|
3032
|
+
"type": "option",
|
|
3033
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
3034
|
+
"multiple": false
|
|
3035
|
+
},
|
|
3036
|
+
"csv": {
|
|
3037
|
+
"name": "csv",
|
|
3038
|
+
"type": "boolean",
|
|
3039
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
3040
|
+
"allowNo": false,
|
|
3041
|
+
"exclusive": [
|
|
3042
|
+
"no-truncate"
|
|
3043
|
+
]
|
|
3044
|
+
},
|
|
3045
|
+
"output": {
|
|
3046
|
+
"name": "output",
|
|
3047
|
+
"type": "option",
|
|
3048
|
+
"description": "output in a more machine friendly format",
|
|
3049
|
+
"multiple": false,
|
|
3050
|
+
"options": [
|
|
3051
|
+
"csv",
|
|
3052
|
+
"json",
|
|
3053
|
+
"yaml"
|
|
3054
|
+
],
|
|
3055
|
+
"exclusive": [
|
|
3056
|
+
"no-truncate",
|
|
3057
|
+
"csv"
|
|
3058
|
+
]
|
|
3059
|
+
},
|
|
3060
|
+
"extended": {
|
|
3061
|
+
"name": "extended",
|
|
3062
|
+
"type": "boolean",
|
|
3063
|
+
"char": "x",
|
|
3064
|
+
"description": "show extra columns",
|
|
3065
|
+
"allowNo": false,
|
|
3066
|
+
"exclusive": [
|
|
3067
|
+
"columns"
|
|
3068
|
+
]
|
|
3069
|
+
},
|
|
3070
|
+
"no-truncate": {
|
|
3071
|
+
"name": "no-truncate",
|
|
3072
|
+
"type": "boolean",
|
|
3073
|
+
"description": "do not truncate output to fit screen",
|
|
3074
|
+
"allowNo": false,
|
|
3075
|
+
"exclusive": [
|
|
3076
|
+
"csv"
|
|
3077
|
+
]
|
|
3078
|
+
},
|
|
3079
|
+
"no-header": {
|
|
3080
|
+
"name": "no-header",
|
|
3081
|
+
"type": "boolean",
|
|
3082
|
+
"description": "hide table header from output",
|
|
3083
|
+
"allowNo": false,
|
|
3084
|
+
"exclusive": [
|
|
3085
|
+
"csv"
|
|
3086
|
+
]
|
|
3087
|
+
},
|
|
2895
3088
|
"type": {
|
|
2896
3089
|
"name": "type",
|
|
2897
3090
|
"type": "option",
|