@dxos/cli 0.5.3-main.f752aaa → 0.5.3-next.57eca40
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/dist/src/{base-command.d.ts → base.d.ts} +32 -4
- package/dist/src/base.d.ts.map +1 -0
- package/dist/src/{base-command.js → base.js} +47 -11
- package/dist/src/base.js.map +1 -0
- package/dist/src/commands/agent/invitations.d.ts +1 -1
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/invitations.js +4 -6
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +3 -3
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js +3 -3
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +4 -4
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -1
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +3 -5
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +3 -3
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +5 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +10 -6
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +5 -1
- package/dist/src/commands/app/list.d.ts.map +1 -1
- package/dist/src/commands/app/list.js +6 -2
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +5 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js +7 -3
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +5 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +7 -3
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/composer/base.d.ts +18 -0
- package/dist/src/commands/composer/base.d.ts.map +1 -0
- package/dist/src/commands/composer/base.js +114 -0
- package/dist/src/commands/composer/base.js.map +1 -0
- package/dist/src/commands/composer/import.d.ts +31 -0
- package/dist/src/commands/composer/import.d.ts.map +1 -0
- package/dist/src/commands/composer/import.js +71 -0
- package/dist/src/commands/composer/import.js.map +1 -0
- package/dist/src/commands/composer/query.d.ts +23 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -0
- package/dist/src/commands/composer/query.js +61 -0
- package/dist/src/commands/composer/query.js.map +1 -0
- package/dist/src/commands/config/index.d.ts +1 -1
- package/dist/src/commands/config/index.d.ts.map +1 -1
- package/dist/src/commands/config/index.js +2 -2
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +3 -3
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.d.ts +1 -1
- package/dist/src/commands/debug/error.d.ts.map +1 -1
- package/dist/src/commands/debug/error.js +2 -2
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +4 -5
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +1 -1
- package/dist/src/commands/debug/metrics.d.ts.map +1 -1
- package/dist/src/commands/debug/metrics.js +2 -2
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/debug/status.js +3 -3
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.d.ts +1 -1
- package/dist/src/commands/device/info.d.ts.map +1 -1
- package/dist/src/commands/device/info.js +2 -2
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +3 -3
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/device/update.js +3 -3
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/function/dev.d.ts +3 -2
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +36 -18
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/function/list.d.ts +1 -1
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +15 -10
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/logs.d.ts +1 -1
- package/dist/src/commands/function/logs.d.ts.map +1 -1
- package/dist/src/commands/function/logs.js +2 -2
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js +3 -3
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.d.ts +1 -1
- package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/add.js +2 -2
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +3 -3
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.d.ts +1 -1
- package/dist/src/commands/halo/identity.d.ts.map +1 -1
- package/dist/src/commands/halo/identity.js +2 -2
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +3 -3
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.d.ts +7 -0
- package/dist/src/commands/halo/keys.d.ts.map +1 -0
- package/dist/src/commands/halo/keys.js +17 -0
- package/dist/src/commands/halo/keys.js.map +1 -0
- package/dist/src/commands/halo/share.d.ts +2 -2
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +8 -10
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/halo/update.js +3 -3
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +3 -3
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts +1 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js +2 -2
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/close.d.ts +1 -1
- package/dist/src/commands/space/close.d.ts.map +1 -1
- package/dist/src/commands/space/close.js +3 -4
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/create.d.ts +1 -1
- package/dist/src/commands/space/create.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +3 -3
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +1 -1
- package/dist/src/commands/space/epoch.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +3 -4
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/info.d.ts +1 -1
- package/dist/src/commands/space/info.d.ts.map +1 -1
- package/dist/src/commands/space/info.js +3 -4
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +3 -3
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +4 -4
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +4 -4
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/open.d.ts +1 -1
- package/dist/src/commands/space/open.d.ts.map +1 -1
- package/dist/src/commands/space/open.js +3 -4
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +1 -1
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +21 -24
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +3 -4
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +9 -18
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +4 -6
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.js +16 -8
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +4 -3
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +12 -4
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/errors.d.ts +1 -1
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +4 -4
- package/dist/src/errors.js.map +1 -1
- package/dist/src/hooks/command-not-found.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.js +1 -1
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/dist/src/util/credentials.js +4 -4
- package/dist/src/util/credentials.js.map +1 -1
- package/dist/src/util/devices.js +2 -2
- package/dist/src/util/devices.js.map +1 -1
- package/dist/src/util/index.d.ts +1 -1
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +1 -1
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
- package/dist/src/util/keys.d.ts.map +1 -0
- package/dist/src/util/{types.js → keys.js} +4 -2
- package/dist/src/util/keys.js.map +1 -0
- package/dist/src/util/spaces.js +4 -4
- package/dist/src/util/spaces.js.map +1 -1
- package/oclif.manifest.json +509 -126
- package/package.json +44 -37
- package/dist/src/base-command.d.ts.map +0 -1
- package/dist/src/base-command.js.map +0 -1
- package/dist/src/commands/function/exec.d.ts +0 -13
- package/dist/src/commands/function/exec.d.ts.map +0 -1
- package/dist/src/commands/function/exec.js +0 -48
- package/dist/src/commands/function/exec.js.map +0 -1
- package/dist/src/util/types.d.ts.map +0 -1
- package/dist/src/util/types.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -871,6 +871,382 @@
|
|
|
871
871
|
"stop.js"
|
|
872
872
|
]
|
|
873
873
|
},
|
|
874
|
+
"composer:base": {
|
|
875
|
+
"aliases": [],
|
|
876
|
+
"args": {},
|
|
877
|
+
"flags": {
|
|
878
|
+
"json": {
|
|
879
|
+
"description": "Output as JSON.",
|
|
880
|
+
"name": "json",
|
|
881
|
+
"allowNo": false,
|
|
882
|
+
"type": "boolean"
|
|
883
|
+
},
|
|
884
|
+
"dry-run": {
|
|
885
|
+
"description": "Dry run.",
|
|
886
|
+
"name": "dry-run",
|
|
887
|
+
"allowNo": false,
|
|
888
|
+
"type": "boolean"
|
|
889
|
+
},
|
|
890
|
+
"verbose": {
|
|
891
|
+
"char": "v",
|
|
892
|
+
"description": "Verbose output",
|
|
893
|
+
"name": "verbose",
|
|
894
|
+
"allowNo": false,
|
|
895
|
+
"type": "boolean"
|
|
896
|
+
},
|
|
897
|
+
"profile": {
|
|
898
|
+
"description": "User profile.",
|
|
899
|
+
"env": "DX_PROFILE",
|
|
900
|
+
"name": "profile",
|
|
901
|
+
"default": "default",
|
|
902
|
+
"hasDynamicHelp": false,
|
|
903
|
+
"multiple": false,
|
|
904
|
+
"type": "option"
|
|
905
|
+
},
|
|
906
|
+
"config": {
|
|
907
|
+
"aliases": [
|
|
908
|
+
"c"
|
|
909
|
+
],
|
|
910
|
+
"dependsOn": [
|
|
911
|
+
"profile"
|
|
912
|
+
],
|
|
913
|
+
"description": "Config file.",
|
|
914
|
+
"env": "DX_CONFIG",
|
|
915
|
+
"name": "config",
|
|
916
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
917
|
+
"hasDynamicHelp": false,
|
|
918
|
+
"helpValue": "path",
|
|
919
|
+
"multiple": false,
|
|
920
|
+
"type": "option"
|
|
921
|
+
},
|
|
922
|
+
"target": {
|
|
923
|
+
"description": "Target websocket server.",
|
|
924
|
+
"name": "target",
|
|
925
|
+
"hasDynamicHelp": false,
|
|
926
|
+
"multiple": false,
|
|
927
|
+
"type": "option"
|
|
928
|
+
},
|
|
929
|
+
"no-agent": {
|
|
930
|
+
"description": "Run command without using an agent.",
|
|
931
|
+
"name": "no-agent",
|
|
932
|
+
"allowNo": false,
|
|
933
|
+
"type": "boolean"
|
|
934
|
+
},
|
|
935
|
+
"no-start-agent": {
|
|
936
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
937
|
+
"name": "no-start-agent",
|
|
938
|
+
"allowNo": false,
|
|
939
|
+
"type": "boolean"
|
|
940
|
+
},
|
|
941
|
+
"timeout": {
|
|
942
|
+
"aliases": [
|
|
943
|
+
"t"
|
|
944
|
+
],
|
|
945
|
+
"description": "Timeout (ms).",
|
|
946
|
+
"name": "timeout",
|
|
947
|
+
"default": 60000,
|
|
948
|
+
"hasDynamicHelp": false,
|
|
949
|
+
"multiple": false,
|
|
950
|
+
"type": "option"
|
|
951
|
+
},
|
|
952
|
+
"no-wait": {
|
|
953
|
+
"description": "Do not wait for space to be ready.",
|
|
954
|
+
"name": "no-wait",
|
|
955
|
+
"allowNo": false,
|
|
956
|
+
"type": "boolean"
|
|
957
|
+
},
|
|
958
|
+
"json-log": {
|
|
959
|
+
"description": "When running in foreground, log JSON format",
|
|
960
|
+
"name": "json-log",
|
|
961
|
+
"allowNo": false,
|
|
962
|
+
"type": "boolean"
|
|
963
|
+
},
|
|
964
|
+
"json-logfile": {
|
|
965
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
966
|
+
"name": "json-logfile",
|
|
967
|
+
"default": "stderr",
|
|
968
|
+
"hasDynamicHelp": false,
|
|
969
|
+
"multiple": false,
|
|
970
|
+
"type": "option"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"hasDynamicHelp": false,
|
|
974
|
+
"hiddenAliases": [],
|
|
975
|
+
"id": "composer:base",
|
|
976
|
+
"pluginAlias": "@dxos/cli",
|
|
977
|
+
"pluginName": "@dxos/cli",
|
|
978
|
+
"pluginType": "core",
|
|
979
|
+
"strict": true,
|
|
980
|
+
"enableJsonFlag": true,
|
|
981
|
+
"isESM": false,
|
|
982
|
+
"relativePath": [
|
|
983
|
+
"dist",
|
|
984
|
+
"src",
|
|
985
|
+
"commands",
|
|
986
|
+
"composer",
|
|
987
|
+
"base.js"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"composer:import": {
|
|
991
|
+
"aliases": [],
|
|
992
|
+
"args": {
|
|
993
|
+
"file": {
|
|
994
|
+
"name": "file",
|
|
995
|
+
"required": true
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"description": "Import ECHO objects.",
|
|
999
|
+
"flags": {
|
|
1000
|
+
"json": {
|
|
1001
|
+
"description": "Output as JSON.",
|
|
1002
|
+
"name": "json",
|
|
1003
|
+
"allowNo": false,
|
|
1004
|
+
"type": "boolean"
|
|
1005
|
+
},
|
|
1006
|
+
"dry-run": {
|
|
1007
|
+
"description": "Dry run.",
|
|
1008
|
+
"name": "dry-run",
|
|
1009
|
+
"allowNo": false,
|
|
1010
|
+
"type": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"verbose": {
|
|
1013
|
+
"char": "v",
|
|
1014
|
+
"description": "Verbose output",
|
|
1015
|
+
"name": "verbose",
|
|
1016
|
+
"allowNo": false,
|
|
1017
|
+
"type": "boolean"
|
|
1018
|
+
},
|
|
1019
|
+
"profile": {
|
|
1020
|
+
"description": "User profile.",
|
|
1021
|
+
"env": "DX_PROFILE",
|
|
1022
|
+
"name": "profile",
|
|
1023
|
+
"default": "default",
|
|
1024
|
+
"hasDynamicHelp": false,
|
|
1025
|
+
"multiple": false,
|
|
1026
|
+
"type": "option"
|
|
1027
|
+
},
|
|
1028
|
+
"config": {
|
|
1029
|
+
"aliases": [
|
|
1030
|
+
"c"
|
|
1031
|
+
],
|
|
1032
|
+
"dependsOn": [
|
|
1033
|
+
"profile"
|
|
1034
|
+
],
|
|
1035
|
+
"description": "Config file.",
|
|
1036
|
+
"env": "DX_CONFIG",
|
|
1037
|
+
"name": "config",
|
|
1038
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1039
|
+
"hasDynamicHelp": false,
|
|
1040
|
+
"helpValue": "path",
|
|
1041
|
+
"multiple": false,
|
|
1042
|
+
"type": "option"
|
|
1043
|
+
},
|
|
1044
|
+
"target": {
|
|
1045
|
+
"description": "Target websocket server.",
|
|
1046
|
+
"name": "target",
|
|
1047
|
+
"hasDynamicHelp": false,
|
|
1048
|
+
"multiple": false,
|
|
1049
|
+
"type": "option"
|
|
1050
|
+
},
|
|
1051
|
+
"no-agent": {
|
|
1052
|
+
"description": "Run command without using an agent.",
|
|
1053
|
+
"name": "no-agent",
|
|
1054
|
+
"allowNo": false,
|
|
1055
|
+
"type": "boolean"
|
|
1056
|
+
},
|
|
1057
|
+
"no-start-agent": {
|
|
1058
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1059
|
+
"name": "no-start-agent",
|
|
1060
|
+
"allowNo": false,
|
|
1061
|
+
"type": "boolean"
|
|
1062
|
+
},
|
|
1063
|
+
"timeout": {
|
|
1064
|
+
"aliases": [
|
|
1065
|
+
"t"
|
|
1066
|
+
],
|
|
1067
|
+
"description": "Timeout (ms).",
|
|
1068
|
+
"name": "timeout",
|
|
1069
|
+
"default": 60000,
|
|
1070
|
+
"hasDynamicHelp": false,
|
|
1071
|
+
"multiple": false,
|
|
1072
|
+
"type": "option"
|
|
1073
|
+
},
|
|
1074
|
+
"no-wait": {
|
|
1075
|
+
"description": "Do not wait for space to be ready.",
|
|
1076
|
+
"name": "no-wait",
|
|
1077
|
+
"allowNo": false,
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"json-log": {
|
|
1081
|
+
"description": "When running in foreground, log JSON format",
|
|
1082
|
+
"name": "json-log",
|
|
1083
|
+
"allowNo": false,
|
|
1084
|
+
"type": "boolean"
|
|
1085
|
+
},
|
|
1086
|
+
"json-logfile": {
|
|
1087
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1088
|
+
"name": "json-logfile",
|
|
1089
|
+
"default": "stderr",
|
|
1090
|
+
"hasDynamicHelp": false,
|
|
1091
|
+
"multiple": false,
|
|
1092
|
+
"type": "option"
|
|
1093
|
+
},
|
|
1094
|
+
"key": {
|
|
1095
|
+
"description": "Space key(s) head in hex.",
|
|
1096
|
+
"name": "key",
|
|
1097
|
+
"hasDynamicHelp": false,
|
|
1098
|
+
"multiple": true,
|
|
1099
|
+
"type": "option"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"hasDynamicHelp": false,
|
|
1103
|
+
"hiddenAliases": [],
|
|
1104
|
+
"id": "composer:import",
|
|
1105
|
+
"pluginAlias": "@dxos/cli",
|
|
1106
|
+
"pluginName": "@dxos/cli",
|
|
1107
|
+
"pluginType": "core",
|
|
1108
|
+
"strict": true,
|
|
1109
|
+
"enableJsonFlag": true,
|
|
1110
|
+
"isESM": false,
|
|
1111
|
+
"relativePath": [
|
|
1112
|
+
"dist",
|
|
1113
|
+
"src",
|
|
1114
|
+
"commands",
|
|
1115
|
+
"composer",
|
|
1116
|
+
"import.js"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
"composer:query": {
|
|
1120
|
+
"aliases": [],
|
|
1121
|
+
"args": {},
|
|
1122
|
+
"description": "Query database.",
|
|
1123
|
+
"flags": {
|
|
1124
|
+
"json": {
|
|
1125
|
+
"description": "Output as JSON.",
|
|
1126
|
+
"name": "json",
|
|
1127
|
+
"allowNo": false,
|
|
1128
|
+
"type": "boolean"
|
|
1129
|
+
},
|
|
1130
|
+
"dry-run": {
|
|
1131
|
+
"description": "Dry run.",
|
|
1132
|
+
"name": "dry-run",
|
|
1133
|
+
"allowNo": false,
|
|
1134
|
+
"type": "boolean"
|
|
1135
|
+
},
|
|
1136
|
+
"verbose": {
|
|
1137
|
+
"char": "v",
|
|
1138
|
+
"description": "Verbose output",
|
|
1139
|
+
"name": "verbose",
|
|
1140
|
+
"allowNo": false,
|
|
1141
|
+
"type": "boolean"
|
|
1142
|
+
},
|
|
1143
|
+
"profile": {
|
|
1144
|
+
"description": "User profile.",
|
|
1145
|
+
"env": "DX_PROFILE",
|
|
1146
|
+
"name": "profile",
|
|
1147
|
+
"default": "default",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": false,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"config": {
|
|
1153
|
+
"aliases": [
|
|
1154
|
+
"c"
|
|
1155
|
+
],
|
|
1156
|
+
"dependsOn": [
|
|
1157
|
+
"profile"
|
|
1158
|
+
],
|
|
1159
|
+
"description": "Config file.",
|
|
1160
|
+
"env": "DX_CONFIG",
|
|
1161
|
+
"name": "config",
|
|
1162
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1163
|
+
"hasDynamicHelp": false,
|
|
1164
|
+
"helpValue": "path",
|
|
1165
|
+
"multiple": false,
|
|
1166
|
+
"type": "option"
|
|
1167
|
+
},
|
|
1168
|
+
"target": {
|
|
1169
|
+
"description": "Target websocket server.",
|
|
1170
|
+
"name": "target",
|
|
1171
|
+
"hasDynamicHelp": false,
|
|
1172
|
+
"multiple": false,
|
|
1173
|
+
"type": "option"
|
|
1174
|
+
},
|
|
1175
|
+
"no-agent": {
|
|
1176
|
+
"description": "Run command without using an agent.",
|
|
1177
|
+
"name": "no-agent",
|
|
1178
|
+
"allowNo": false,
|
|
1179
|
+
"type": "boolean"
|
|
1180
|
+
},
|
|
1181
|
+
"no-start-agent": {
|
|
1182
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1183
|
+
"name": "no-start-agent",
|
|
1184
|
+
"allowNo": false,
|
|
1185
|
+
"type": "boolean"
|
|
1186
|
+
},
|
|
1187
|
+
"timeout": {
|
|
1188
|
+
"aliases": [
|
|
1189
|
+
"t"
|
|
1190
|
+
],
|
|
1191
|
+
"description": "Timeout (ms).",
|
|
1192
|
+
"name": "timeout",
|
|
1193
|
+
"default": 60000,
|
|
1194
|
+
"hasDynamicHelp": false,
|
|
1195
|
+
"multiple": false,
|
|
1196
|
+
"type": "option"
|
|
1197
|
+
},
|
|
1198
|
+
"no-wait": {
|
|
1199
|
+
"description": "Do not wait for space to be ready.",
|
|
1200
|
+
"name": "no-wait",
|
|
1201
|
+
"allowNo": false,
|
|
1202
|
+
"type": "boolean"
|
|
1203
|
+
},
|
|
1204
|
+
"json-log": {
|
|
1205
|
+
"description": "When running in foreground, log JSON format",
|
|
1206
|
+
"name": "json-log",
|
|
1207
|
+
"allowNo": false,
|
|
1208
|
+
"type": "boolean"
|
|
1209
|
+
},
|
|
1210
|
+
"json-logfile": {
|
|
1211
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1212
|
+
"name": "json-logfile",
|
|
1213
|
+
"default": "stderr",
|
|
1214
|
+
"hasDynamicHelp": false,
|
|
1215
|
+
"multiple": false,
|
|
1216
|
+
"type": "option"
|
|
1217
|
+
},
|
|
1218
|
+
"key": {
|
|
1219
|
+
"description": "Space key(s) head in hex.",
|
|
1220
|
+
"name": "key",
|
|
1221
|
+
"hasDynamicHelp": false,
|
|
1222
|
+
"multiple": true,
|
|
1223
|
+
"type": "option"
|
|
1224
|
+
},
|
|
1225
|
+
"type": {
|
|
1226
|
+
"description": "Data type.",
|
|
1227
|
+
"name": "type",
|
|
1228
|
+
"hasDynamicHelp": false,
|
|
1229
|
+
"multiple": false,
|
|
1230
|
+
"type": "option"
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"hasDynamicHelp": false,
|
|
1234
|
+
"hiddenAliases": [],
|
|
1235
|
+
"id": "composer:query",
|
|
1236
|
+
"pluginAlias": "@dxos/cli",
|
|
1237
|
+
"pluginName": "@dxos/cli",
|
|
1238
|
+
"pluginType": "core",
|
|
1239
|
+
"strict": true,
|
|
1240
|
+
"enableJsonFlag": true,
|
|
1241
|
+
"isESM": false,
|
|
1242
|
+
"relativePath": [
|
|
1243
|
+
"dist",
|
|
1244
|
+
"src",
|
|
1245
|
+
"commands",
|
|
1246
|
+
"composer",
|
|
1247
|
+
"query.js"
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
874
1250
|
"app:create": {
|
|
875
1251
|
"aliases": [],
|
|
876
1252
|
"args": {
|
|
@@ -880,7 +1256,7 @@
|
|
|
880
1256
|
"required": true
|
|
881
1257
|
}
|
|
882
1258
|
},
|
|
883
|
-
"description": "Manage applications.",
|
|
1259
|
+
"description": "Manage applications (deprecated).",
|
|
884
1260
|
"flags": {
|
|
885
1261
|
"json": {
|
|
886
1262
|
"description": "Output as JSON.",
|
|
@@ -1011,6 +1387,7 @@
|
|
|
1011
1387
|
"pluginAlias": "@dxos/cli",
|
|
1012
1388
|
"pluginName": "@dxos/cli",
|
|
1013
1389
|
"pluginType": "core",
|
|
1390
|
+
"state": "deprecated",
|
|
1014
1391
|
"strict": true,
|
|
1015
1392
|
"enableJsonFlag": true,
|
|
1016
1393
|
"isESM": false,
|
|
@@ -1128,6 +1505,7 @@
|
|
|
1128
1505
|
"pluginAlias": "@dxos/cli",
|
|
1129
1506
|
"pluginName": "@dxos/cli",
|
|
1130
1507
|
"pluginType": "core",
|
|
1508
|
+
"state": "deprecated",
|
|
1131
1509
|
"strict": true,
|
|
1132
1510
|
"enableJsonFlag": true,
|
|
1133
1511
|
"isESM": false,
|
|
@@ -1265,6 +1643,7 @@
|
|
|
1265
1643
|
"pluginAlias": "@dxos/cli",
|
|
1266
1644
|
"pluginName": "@dxos/cli",
|
|
1267
1645
|
"pluginType": "core",
|
|
1646
|
+
"state": "deprecated",
|
|
1268
1647
|
"strict": true,
|
|
1269
1648
|
"enableJsonFlag": true,
|
|
1270
1649
|
"isESM": false,
|
|
@@ -1409,6 +1788,7 @@
|
|
|
1409
1788
|
"pluginAlias": "@dxos/cli",
|
|
1410
1789
|
"pluginName": "@dxos/cli",
|
|
1411
1790
|
"pluginType": "core",
|
|
1791
|
+
"state": "deprecated",
|
|
1412
1792
|
"strict": true,
|
|
1413
1793
|
"enableJsonFlag": true,
|
|
1414
1794
|
"isESM": false,
|
|
@@ -1797,7 +2177,7 @@
|
|
|
1797
2177
|
"aliases": [],
|
|
1798
2178
|
"args": {
|
|
1799
2179
|
"key": {
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
2180
|
+
"description": "Space key(s) head in hex.",
|
|
1801
2181
|
"name": "key"
|
|
1802
2182
|
}
|
|
1803
2183
|
},
|
|
@@ -2744,6 +3124,13 @@
|
|
|
2744
3124
|
"multiple": false,
|
|
2745
3125
|
"type": "option"
|
|
2746
3126
|
},
|
|
3127
|
+
"key": {
|
|
3128
|
+
"description": "Space key(s) head in hex.",
|
|
3129
|
+
"name": "key",
|
|
3130
|
+
"hasDynamicHelp": false,
|
|
3131
|
+
"multiple": true,
|
|
3132
|
+
"type": "option"
|
|
3133
|
+
},
|
|
2747
3134
|
"require": {
|
|
2748
3135
|
"aliases": [
|
|
2749
3136
|
"r"
|
|
@@ -2756,16 +3143,16 @@
|
|
|
2756
3143
|
"multiple": true,
|
|
2757
3144
|
"type": "option"
|
|
2758
3145
|
},
|
|
2759
|
-
"
|
|
2760
|
-
"description": "
|
|
2761
|
-
"name": "
|
|
3146
|
+
"manifest": {
|
|
3147
|
+
"description": "Functions manifest file.",
|
|
3148
|
+
"name": "manifest",
|
|
2762
3149
|
"hasDynamicHelp": false,
|
|
2763
3150
|
"multiple": false,
|
|
2764
3151
|
"type": "option"
|
|
2765
3152
|
},
|
|
2766
|
-
"
|
|
2767
|
-
"description": "
|
|
2768
|
-
"name": "
|
|
3153
|
+
"baseDir": {
|
|
3154
|
+
"description": "Base directory for function handlers.",
|
|
3155
|
+
"name": "baseDir",
|
|
2769
3156
|
"hasDynamicHelp": false,
|
|
2770
3157
|
"multiple": false,
|
|
2771
3158
|
"type": "option"
|
|
@@ -2794,16 +3181,10 @@
|
|
|
2794
3181
|
"dev.js"
|
|
2795
3182
|
]
|
|
2796
3183
|
},
|
|
2797
|
-
"function:
|
|
3184
|
+
"function:list": {
|
|
2798
3185
|
"aliases": [],
|
|
2799
|
-
"args": {
|
|
2800
|
-
|
|
2801
|
-
"description": "Function name.",
|
|
2802
|
-
"name": "name",
|
|
2803
|
-
"required": true
|
|
2804
|
-
}
|
|
2805
|
-
},
|
|
2806
|
-
"description": "Invoke function.",
|
|
3186
|
+
"args": {},
|
|
3187
|
+
"description": "List functions.",
|
|
2807
3188
|
"flags": {
|
|
2808
3189
|
"json": {
|
|
2809
3190
|
"description": "Output as JSON.",
|
|
@@ -2902,7 +3283,7 @@
|
|
|
2902
3283
|
},
|
|
2903
3284
|
"hasDynamicHelp": false,
|
|
2904
3285
|
"hiddenAliases": [],
|
|
2905
|
-
"id": "function:
|
|
3286
|
+
"id": "function:list",
|
|
2906
3287
|
"pluginAlias": "@dxos/cli",
|
|
2907
3288
|
"pluginName": "@dxos/cli",
|
|
2908
3289
|
"pluginType": "core",
|
|
@@ -2914,13 +3295,19 @@
|
|
|
2914
3295
|
"src",
|
|
2915
3296
|
"commands",
|
|
2916
3297
|
"function",
|
|
2917
|
-
"
|
|
3298
|
+
"list.js"
|
|
2918
3299
|
]
|
|
2919
3300
|
},
|
|
2920
|
-
"function:
|
|
3301
|
+
"function:logs": {
|
|
2921
3302
|
"aliases": [],
|
|
2922
|
-
"args": {
|
|
2923
|
-
|
|
3303
|
+
"args": {
|
|
3304
|
+
"name": {
|
|
3305
|
+
"description": "Function name.",
|
|
3306
|
+
"name": "name",
|
|
3307
|
+
"required": true
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"description": "Get function logs.",
|
|
2924
3311
|
"flags": {
|
|
2925
3312
|
"json": {
|
|
2926
3313
|
"description": "Output as JSON.",
|
|
@@ -3019,10 +3406,11 @@
|
|
|
3019
3406
|
},
|
|
3020
3407
|
"hasDynamicHelp": false,
|
|
3021
3408
|
"hiddenAliases": [],
|
|
3022
|
-
"id": "function:
|
|
3409
|
+
"id": "function:logs",
|
|
3023
3410
|
"pluginAlias": "@dxos/cli",
|
|
3024
3411
|
"pluginName": "@dxos/cli",
|
|
3025
3412
|
"pluginType": "core",
|
|
3413
|
+
"state": "deprecated",
|
|
3026
3414
|
"strict": true,
|
|
3027
3415
|
"enableJsonFlag": true,
|
|
3028
3416
|
"isESM": false,
|
|
@@ -3031,19 +3419,19 @@
|
|
|
3031
3419
|
"src",
|
|
3032
3420
|
"commands",
|
|
3033
3421
|
"function",
|
|
3034
|
-
"
|
|
3422
|
+
"logs.js"
|
|
3035
3423
|
]
|
|
3036
3424
|
},
|
|
3037
|
-
"
|
|
3425
|
+
"halo:create": {
|
|
3038
3426
|
"aliases": [],
|
|
3039
3427
|
"args": {
|
|
3040
|
-
"
|
|
3041
|
-
"description": "
|
|
3042
|
-
"name": "
|
|
3428
|
+
"displayName": {
|
|
3429
|
+
"description": "Display name",
|
|
3430
|
+
"name": "displayName",
|
|
3043
3431
|
"required": true
|
|
3044
3432
|
}
|
|
3045
3433
|
},
|
|
3046
|
-
"description": "
|
|
3434
|
+
"description": "Create HALO.",
|
|
3047
3435
|
"flags": {
|
|
3048
3436
|
"json": {
|
|
3049
3437
|
"description": "Output as JSON.",
|
|
@@ -3138,15 +3526,27 @@
|
|
|
3138
3526
|
"hasDynamicHelp": false,
|
|
3139
3527
|
"multiple": false,
|
|
3140
3528
|
"type": "option"
|
|
3529
|
+
},
|
|
3530
|
+
"managedAgent": {
|
|
3531
|
+
"description": "Managed agent",
|
|
3532
|
+
"name": "managedAgent",
|
|
3533
|
+
"allowNo": false,
|
|
3534
|
+
"type": "boolean"
|
|
3535
|
+
},
|
|
3536
|
+
"deviceLabel": {
|
|
3537
|
+
"description": "Device label",
|
|
3538
|
+
"name": "deviceLabel",
|
|
3539
|
+
"hasDynamicHelp": false,
|
|
3540
|
+
"multiple": false,
|
|
3541
|
+
"type": "option"
|
|
3141
3542
|
}
|
|
3142
3543
|
},
|
|
3143
3544
|
"hasDynamicHelp": false,
|
|
3144
3545
|
"hiddenAliases": [],
|
|
3145
|
-
"id": "
|
|
3546
|
+
"id": "halo:create",
|
|
3146
3547
|
"pluginAlias": "@dxos/cli",
|
|
3147
3548
|
"pluginName": "@dxos/cli",
|
|
3148
3549
|
"pluginType": "core",
|
|
3149
|
-
"state": "deprecated",
|
|
3150
3550
|
"strict": true,
|
|
3151
3551
|
"enableJsonFlag": true,
|
|
3152
3552
|
"isESM": false,
|
|
@@ -3154,20 +3554,14 @@
|
|
|
3154
3554
|
"dist",
|
|
3155
3555
|
"src",
|
|
3156
3556
|
"commands",
|
|
3157
|
-
"
|
|
3158
|
-
"
|
|
3557
|
+
"halo",
|
|
3558
|
+
"create.js"
|
|
3159
3559
|
]
|
|
3160
3560
|
},
|
|
3161
|
-
"halo:
|
|
3561
|
+
"halo:identity": {
|
|
3162
3562
|
"aliases": [],
|
|
3163
|
-
"args": {
|
|
3164
|
-
|
|
3165
|
-
"description": "Display name",
|
|
3166
|
-
"name": "displayName",
|
|
3167
|
-
"required": true
|
|
3168
|
-
}
|
|
3169
|
-
},
|
|
3170
|
-
"description": "Create HALO.",
|
|
3563
|
+
"args": {},
|
|
3564
|
+
"description": "Show HALO identity.",
|
|
3171
3565
|
"flags": {
|
|
3172
3566
|
"json": {
|
|
3173
3567
|
"description": "Output as JSON.",
|
|
@@ -3262,24 +3656,11 @@
|
|
|
3262
3656
|
"hasDynamicHelp": false,
|
|
3263
3657
|
"multiple": false,
|
|
3264
3658
|
"type": "option"
|
|
3265
|
-
},
|
|
3266
|
-
"managedAgent": {
|
|
3267
|
-
"description": "Managed agent",
|
|
3268
|
-
"name": "managedAgent",
|
|
3269
|
-
"allowNo": false,
|
|
3270
|
-
"type": "boolean"
|
|
3271
|
-
},
|
|
3272
|
-
"deviceLabel": {
|
|
3273
|
-
"description": "Device label",
|
|
3274
|
-
"name": "deviceLabel",
|
|
3275
|
-
"hasDynamicHelp": false,
|
|
3276
|
-
"multiple": false,
|
|
3277
|
-
"type": "option"
|
|
3278
3659
|
}
|
|
3279
3660
|
},
|
|
3280
3661
|
"hasDynamicHelp": false,
|
|
3281
3662
|
"hiddenAliases": [],
|
|
3282
|
-
"id": "halo:
|
|
3663
|
+
"id": "halo:identity",
|
|
3283
3664
|
"pluginAlias": "@dxos/cli",
|
|
3284
3665
|
"pluginName": "@dxos/cli",
|
|
3285
3666
|
"pluginType": "core",
|
|
@@ -3291,13 +3672,13 @@
|
|
|
3291
3672
|
"src",
|
|
3292
3673
|
"commands",
|
|
3293
3674
|
"halo",
|
|
3294
|
-
"
|
|
3675
|
+
"identity.js"
|
|
3295
3676
|
]
|
|
3296
3677
|
},
|
|
3297
|
-
"halo:
|
|
3678
|
+
"halo:join": {
|
|
3298
3679
|
"aliases": [],
|
|
3299
3680
|
"args": {},
|
|
3300
|
-
"description": "
|
|
3681
|
+
"description": "Join HALO (device) invitation.",
|
|
3301
3682
|
"flags": {
|
|
3302
3683
|
"json": {
|
|
3303
3684
|
"description": "Output as JSON.",
|
|
@@ -3363,12 +3744,9 @@
|
|
|
3363
3744
|
"type": "boolean"
|
|
3364
3745
|
},
|
|
3365
3746
|
"timeout": {
|
|
3366
|
-
"
|
|
3367
|
-
"t"
|
|
3368
|
-
],
|
|
3369
|
-
"description": "Timeout (ms).",
|
|
3747
|
+
"description": "Timeout in seconds",
|
|
3370
3748
|
"name": "timeout",
|
|
3371
|
-
"default":
|
|
3749
|
+
"default": 300,
|
|
3372
3750
|
"hasDynamicHelp": false,
|
|
3373
3751
|
"multiple": false,
|
|
3374
3752
|
"type": "option"
|
|
@@ -3392,11 +3770,38 @@
|
|
|
3392
3770
|
"hasDynamicHelp": false,
|
|
3393
3771
|
"multiple": false,
|
|
3394
3772
|
"type": "option"
|
|
3773
|
+
},
|
|
3774
|
+
"invitation": {
|
|
3775
|
+
"description": "Invitation code",
|
|
3776
|
+
"name": "invitation",
|
|
3777
|
+
"hasDynamicHelp": false,
|
|
3778
|
+
"multiple": false,
|
|
3779
|
+
"type": "option"
|
|
3780
|
+
},
|
|
3781
|
+
"secret": {
|
|
3782
|
+
"description": "Invitation secret",
|
|
3783
|
+
"name": "secret",
|
|
3784
|
+
"hasDynamicHelp": false,
|
|
3785
|
+
"multiple": false,
|
|
3786
|
+
"type": "option"
|
|
3787
|
+
},
|
|
3788
|
+
"device-label": {
|
|
3789
|
+
"description": "Set device label",
|
|
3790
|
+
"name": "device-label",
|
|
3791
|
+
"hasDynamicHelp": false,
|
|
3792
|
+
"multiple": false,
|
|
3793
|
+
"type": "option"
|
|
3794
|
+
},
|
|
3795
|
+
"managed-agent": {
|
|
3796
|
+
"description": "set device type as managed agent",
|
|
3797
|
+
"name": "managed-agent",
|
|
3798
|
+
"allowNo": false,
|
|
3799
|
+
"type": "boolean"
|
|
3395
3800
|
}
|
|
3396
3801
|
},
|
|
3397
3802
|
"hasDynamicHelp": false,
|
|
3398
3803
|
"hiddenAliases": [],
|
|
3399
|
-
"id": "halo:
|
|
3804
|
+
"id": "halo:join",
|
|
3400
3805
|
"pluginAlias": "@dxos/cli",
|
|
3401
3806
|
"pluginName": "@dxos/cli",
|
|
3402
3807
|
"pluginType": "core",
|
|
@@ -3408,13 +3813,13 @@
|
|
|
3408
3813
|
"src",
|
|
3409
3814
|
"commands",
|
|
3410
3815
|
"halo",
|
|
3411
|
-
"
|
|
3816
|
+
"join.js"
|
|
3412
3817
|
]
|
|
3413
3818
|
},
|
|
3414
|
-
"halo:
|
|
3819
|
+
"halo:keys": {
|
|
3415
3820
|
"aliases": [],
|
|
3416
3821
|
"args": {},
|
|
3417
|
-
"description": "
|
|
3822
|
+
"description": "Show HALO keys.",
|
|
3418
3823
|
"flags": {
|
|
3419
3824
|
"json": {
|
|
3420
3825
|
"description": "Output as JSON.",
|
|
@@ -3480,9 +3885,12 @@
|
|
|
3480
3885
|
"type": "boolean"
|
|
3481
3886
|
},
|
|
3482
3887
|
"timeout": {
|
|
3483
|
-
"
|
|
3888
|
+
"aliases": [
|
|
3889
|
+
"t"
|
|
3890
|
+
],
|
|
3891
|
+
"description": "Timeout (ms).",
|
|
3484
3892
|
"name": "timeout",
|
|
3485
|
-
"default":
|
|
3893
|
+
"default": 60000,
|
|
3486
3894
|
"hasDynamicHelp": false,
|
|
3487
3895
|
"multiple": false,
|
|
3488
3896
|
"type": "option"
|
|
@@ -3506,38 +3914,11 @@
|
|
|
3506
3914
|
"hasDynamicHelp": false,
|
|
3507
3915
|
"multiple": false,
|
|
3508
3916
|
"type": "option"
|
|
3509
|
-
},
|
|
3510
|
-
"invitation": {
|
|
3511
|
-
"description": "Invitation code",
|
|
3512
|
-
"name": "invitation",
|
|
3513
|
-
"hasDynamicHelp": false,
|
|
3514
|
-
"multiple": false,
|
|
3515
|
-
"type": "option"
|
|
3516
|
-
},
|
|
3517
|
-
"secret": {
|
|
3518
|
-
"description": "Invitation secret",
|
|
3519
|
-
"name": "secret",
|
|
3520
|
-
"hasDynamicHelp": false,
|
|
3521
|
-
"multiple": false,
|
|
3522
|
-
"type": "option"
|
|
3523
|
-
},
|
|
3524
|
-
"device-label": {
|
|
3525
|
-
"description": "Set device label",
|
|
3526
|
-
"name": "device-label",
|
|
3527
|
-
"hasDynamicHelp": false,
|
|
3528
|
-
"multiple": false,
|
|
3529
|
-
"type": "option"
|
|
3530
|
-
},
|
|
3531
|
-
"managed-agent": {
|
|
3532
|
-
"description": "set device type as managed agent",
|
|
3533
|
-
"name": "managed-agent",
|
|
3534
|
-
"allowNo": false,
|
|
3535
|
-
"type": "boolean"
|
|
3536
3917
|
}
|
|
3537
3918
|
},
|
|
3538
3919
|
"hasDynamicHelp": false,
|
|
3539
3920
|
"hiddenAliases": [],
|
|
3540
|
-
"id": "halo:
|
|
3921
|
+
"id": "halo:keys",
|
|
3541
3922
|
"pluginAlias": "@dxos/cli",
|
|
3542
3923
|
"pluginName": "@dxos/cli",
|
|
3543
3924
|
"pluginType": "core",
|
|
@@ -3549,7 +3930,7 @@
|
|
|
3549
3930
|
"src",
|
|
3550
3931
|
"commands",
|
|
3551
3932
|
"halo",
|
|
3552
|
-
"
|
|
3933
|
+
"keys.js"
|
|
3553
3934
|
]
|
|
3554
3935
|
},
|
|
3555
3936
|
"halo:share": {
|
|
@@ -3659,6 +4040,12 @@
|
|
|
3659
4040
|
"multiple": false,
|
|
3660
4041
|
"type": "option"
|
|
3661
4042
|
},
|
|
4043
|
+
"persistent": {
|
|
4044
|
+
"description": "Invitation should resume if client restarts",
|
|
4045
|
+
"name": "persistent",
|
|
4046
|
+
"allowNo": false,
|
|
4047
|
+
"type": "boolean"
|
|
4048
|
+
},
|
|
3662
4049
|
"open": {
|
|
3663
4050
|
"description": "Open browser with invitation.",
|
|
3664
4051
|
"name": "open",
|
|
@@ -3678,12 +4065,6 @@
|
|
|
3678
4065
|
"name": "no-auth",
|
|
3679
4066
|
"allowNo": false,
|
|
3680
4067
|
"type": "boolean"
|
|
3681
|
-
},
|
|
3682
|
-
"no-persistent": {
|
|
3683
|
-
"description": "Don't resume invitation if client restarts",
|
|
3684
|
-
"name": "no-persistent",
|
|
3685
|
-
"allowNo": false,
|
|
3686
|
-
"type": "boolean"
|
|
3687
4068
|
}
|
|
3688
4069
|
},
|
|
3689
4070
|
"hasDynamicHelp": false,
|
|
@@ -4077,6 +4458,7 @@
|
|
|
4077
4458
|
"aliases": [],
|
|
4078
4459
|
"args": {
|
|
4079
4460
|
"key": {
|
|
4461
|
+
"description": "Space key(s) head in hex.",
|
|
4080
4462
|
"name": "key"
|
|
4081
4463
|
}
|
|
4082
4464
|
},
|
|
@@ -4319,7 +4701,7 @@
|
|
|
4319
4701
|
"aliases": [],
|
|
4320
4702
|
"args": {
|
|
4321
4703
|
"key": {
|
|
4322
|
-
"description": "Space key head in hex.",
|
|
4704
|
+
"description": "Space key(s) head in hex.",
|
|
4323
4705
|
"name": "key"
|
|
4324
4706
|
}
|
|
4325
4707
|
},
|
|
@@ -4441,6 +4823,7 @@
|
|
|
4441
4823
|
"aliases": [],
|
|
4442
4824
|
"args": {
|
|
4443
4825
|
"key": {
|
|
4826
|
+
"description": "Space key(s) head in hex.",
|
|
4444
4827
|
"name": "key"
|
|
4445
4828
|
}
|
|
4446
4829
|
},
|
|
@@ -4893,7 +5276,7 @@
|
|
|
4893
5276
|
"aliases": [],
|
|
4894
5277
|
"args": {
|
|
4895
5278
|
"key": {
|
|
4896
|
-
"description": "Space key head in hex.",
|
|
5279
|
+
"description": "Space key(s) head in hex.",
|
|
4897
5280
|
"name": "key"
|
|
4898
5281
|
}
|
|
4899
5282
|
},
|
|
@@ -5092,6 +5475,7 @@
|
|
|
5092
5475
|
"aliases": [],
|
|
5093
5476
|
"args": {
|
|
5094
5477
|
"key": {
|
|
5478
|
+
"description": "Space key(s) head in hex.",
|
|
5095
5479
|
"name": "key"
|
|
5096
5480
|
}
|
|
5097
5481
|
},
|
|
@@ -5213,7 +5597,7 @@
|
|
|
5213
5597
|
"aliases": [],
|
|
5214
5598
|
"args": {
|
|
5215
5599
|
"key": {
|
|
5216
|
-
"description": "Space key head in hex.",
|
|
5600
|
+
"description": "Space key(s) head in hex.",
|
|
5217
5601
|
"name": "key"
|
|
5218
5602
|
}
|
|
5219
5603
|
},
|
|
@@ -5335,7 +5719,7 @@
|
|
|
5335
5719
|
"aliases": [],
|
|
5336
5720
|
"args": {
|
|
5337
5721
|
"key": {
|
|
5338
|
-
"description": "Space key head in hex.",
|
|
5722
|
+
"description": "Space key(s) head in hex.",
|
|
5339
5723
|
"name": "key"
|
|
5340
5724
|
}
|
|
5341
5725
|
},
|
|
@@ -5405,9 +5789,12 @@
|
|
|
5405
5789
|
"type": "boolean"
|
|
5406
5790
|
},
|
|
5407
5791
|
"timeout": {
|
|
5408
|
-
"
|
|
5792
|
+
"aliases": [
|
|
5793
|
+
"t"
|
|
5794
|
+
],
|
|
5795
|
+
"description": "Timeout (ms).",
|
|
5409
5796
|
"name": "timeout",
|
|
5410
|
-
"default":
|
|
5797
|
+
"default": 60000,
|
|
5411
5798
|
"hasDynamicHelp": false,
|
|
5412
5799
|
"multiple": false,
|
|
5413
5800
|
"type": "option"
|
|
@@ -5432,6 +5819,12 @@
|
|
|
5432
5819
|
"multiple": false,
|
|
5433
5820
|
"type": "option"
|
|
5434
5821
|
},
|
|
5822
|
+
"multiple": {
|
|
5823
|
+
"description": "Multiple use.",
|
|
5824
|
+
"name": "multiple",
|
|
5825
|
+
"allowNo": false,
|
|
5826
|
+
"type": "boolean"
|
|
5827
|
+
},
|
|
5435
5828
|
"lifetime": {
|
|
5436
5829
|
"description": "Lifetime of the invitation in seconds",
|
|
5437
5830
|
"name": "lifetime",
|
|
@@ -5440,24 +5833,12 @@
|
|
|
5440
5833
|
"multiple": false,
|
|
5441
5834
|
"type": "option"
|
|
5442
5835
|
},
|
|
5443
|
-
"multiple": {
|
|
5444
|
-
"description": "Multiple use.",
|
|
5445
|
-
"name": "multiple",
|
|
5446
|
-
"allowNo": false,
|
|
5447
|
-
"type": "boolean"
|
|
5448
|
-
},
|
|
5449
5836
|
"persistent": {
|
|
5450
5837
|
"description": "Invitation should resume if client restarts",
|
|
5451
5838
|
"name": "persistent",
|
|
5452
5839
|
"allowNo": false,
|
|
5453
5840
|
"type": "boolean"
|
|
5454
5841
|
},
|
|
5455
|
-
"no-persistent": {
|
|
5456
|
-
"description": "Don't resume invitation if client restarts",
|
|
5457
|
-
"name": "no-persistent",
|
|
5458
|
-
"allowNo": false,
|
|
5459
|
-
"type": "boolean"
|
|
5460
|
-
},
|
|
5461
5842
|
"open": {
|
|
5462
5843
|
"description": "Open browser with invitation.",
|
|
5463
5844
|
"name": "open",
|
|
@@ -5505,7 +5886,7 @@
|
|
|
5505
5886
|
"required": true
|
|
5506
5887
|
}
|
|
5507
5888
|
},
|
|
5508
|
-
"description": "Enable or disable tunnel.",
|
|
5889
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5509
5890
|
"flags": {
|
|
5510
5891
|
"json": {
|
|
5511
5892
|
"description": "Output as JSON.",
|
|
@@ -5604,7 +5985,7 @@
|
|
|
5604
5985
|
"name": {
|
|
5605
5986
|
"description": "Tunnel name",
|
|
5606
5987
|
"name": "name",
|
|
5607
|
-
"default": "
|
|
5988
|
+
"default": "robert-georgia-hotel-robin",
|
|
5608
5989
|
"hasDynamicHelp": false,
|
|
5609
5990
|
"multiple": false,
|
|
5610
5991
|
"type": "option"
|
|
@@ -5616,6 +5997,7 @@
|
|
|
5616
5997
|
"pluginAlias": "@dxos/cli",
|
|
5617
5998
|
"pluginName": "@dxos/cli",
|
|
5618
5999
|
"pluginType": "core",
|
|
6000
|
+
"state": "deprecated",
|
|
5619
6001
|
"strict": true,
|
|
5620
6002
|
"enableJsonFlag": true,
|
|
5621
6003
|
"isESM": false,
|
|
@@ -5733,6 +6115,7 @@
|
|
|
5733
6115
|
"pluginAlias": "@dxos/cli",
|
|
5734
6116
|
"pluginName": "@dxos/cli",
|
|
5735
6117
|
"pluginType": "core",
|
|
6118
|
+
"state": "deprecated",
|
|
5736
6119
|
"strict": true,
|
|
5737
6120
|
"enableJsonFlag": true,
|
|
5738
6121
|
"isESM": false,
|
|
@@ -6076,5 +6459,5 @@
|
|
|
6076
6459
|
]
|
|
6077
6460
|
}
|
|
6078
6461
|
},
|
|
6079
|
-
"version": "0.5.3-
|
|
6462
|
+
"version": "0.5.3-next.57eca40"
|
|
6080
6463
|
}
|