@dxos/cli 0.5.3-main.f9b873d → 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 +3 -3
- 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 +3 -3
- 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 -3
- 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 +2 -1
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +26 -16
- 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 +2 -2
- 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 +1 -1
- package/dist/src/commands/halo/keys.d.ts.map +1 -1
- package/dist/src/commands/halo/keys.js +2 -2
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +3 -3
- 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 +1 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +6 -4
- 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/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 +3 -3
- package/dist/src/util/spaces.js.map +1 -1
- package/oclif.manifest.json +401 -9
- package/package.json +42 -38
- package/dist/src/base-command.d.ts.map +0 -1
- package/dist/src/base-command.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"
|
|
@@ -4071,6 +4458,7 @@
|
|
|
4071
4458
|
"aliases": [],
|
|
4072
4459
|
"args": {
|
|
4073
4460
|
"key": {
|
|
4461
|
+
"description": "Space key(s) head in hex.",
|
|
4074
4462
|
"name": "key"
|
|
4075
4463
|
}
|
|
4076
4464
|
},
|
|
@@ -4313,7 +4701,7 @@
|
|
|
4313
4701
|
"aliases": [],
|
|
4314
4702
|
"args": {
|
|
4315
4703
|
"key": {
|
|
4316
|
-
"description": "Space key head in hex.",
|
|
4704
|
+
"description": "Space key(s) head in hex.",
|
|
4317
4705
|
"name": "key"
|
|
4318
4706
|
}
|
|
4319
4707
|
},
|
|
@@ -4435,6 +4823,7 @@
|
|
|
4435
4823
|
"aliases": [],
|
|
4436
4824
|
"args": {
|
|
4437
4825
|
"key": {
|
|
4826
|
+
"description": "Space key(s) head in hex.",
|
|
4438
4827
|
"name": "key"
|
|
4439
4828
|
}
|
|
4440
4829
|
},
|
|
@@ -4887,7 +5276,7 @@
|
|
|
4887
5276
|
"aliases": [],
|
|
4888
5277
|
"args": {
|
|
4889
5278
|
"key": {
|
|
4890
|
-
"description": "Space key head in hex.",
|
|
5279
|
+
"description": "Space key(s) head in hex.",
|
|
4891
5280
|
"name": "key"
|
|
4892
5281
|
}
|
|
4893
5282
|
},
|
|
@@ -5086,6 +5475,7 @@
|
|
|
5086
5475
|
"aliases": [],
|
|
5087
5476
|
"args": {
|
|
5088
5477
|
"key": {
|
|
5478
|
+
"description": "Space key(s) head in hex.",
|
|
5089
5479
|
"name": "key"
|
|
5090
5480
|
}
|
|
5091
5481
|
},
|
|
@@ -5207,7 +5597,7 @@
|
|
|
5207
5597
|
"aliases": [],
|
|
5208
5598
|
"args": {
|
|
5209
5599
|
"key": {
|
|
5210
|
-
"description": "Space key head in hex.",
|
|
5600
|
+
"description": "Space key(s) head in hex.",
|
|
5211
5601
|
"name": "key"
|
|
5212
5602
|
}
|
|
5213
5603
|
},
|
|
@@ -5329,7 +5719,7 @@
|
|
|
5329
5719
|
"aliases": [],
|
|
5330
5720
|
"args": {
|
|
5331
5721
|
"key": {
|
|
5332
|
-
"description": "Space key head in hex.",
|
|
5722
|
+
"description": "Space key(s) head in hex.",
|
|
5333
5723
|
"name": "key"
|
|
5334
5724
|
}
|
|
5335
5725
|
},
|
|
@@ -5496,7 +5886,7 @@
|
|
|
5496
5886
|
"required": true
|
|
5497
5887
|
}
|
|
5498
5888
|
},
|
|
5499
|
-
"description": "Enable or disable tunnel.",
|
|
5889
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5500
5890
|
"flags": {
|
|
5501
5891
|
"json": {
|
|
5502
5892
|
"description": "Output as JSON.",
|
|
@@ -5595,7 +5985,7 @@
|
|
|
5595
5985
|
"name": {
|
|
5596
5986
|
"description": "Tunnel name",
|
|
5597
5987
|
"name": "name",
|
|
5598
|
-
"default": "
|
|
5988
|
+
"default": "robert-georgia-hotel-robin",
|
|
5599
5989
|
"hasDynamicHelp": false,
|
|
5600
5990
|
"multiple": false,
|
|
5601
5991
|
"type": "option"
|
|
@@ -5607,6 +5997,7 @@
|
|
|
5607
5997
|
"pluginAlias": "@dxos/cli",
|
|
5608
5998
|
"pluginName": "@dxos/cli",
|
|
5609
5999
|
"pluginType": "core",
|
|
6000
|
+
"state": "deprecated",
|
|
5610
6001
|
"strict": true,
|
|
5611
6002
|
"enableJsonFlag": true,
|
|
5612
6003
|
"isESM": false,
|
|
@@ -5724,6 +6115,7 @@
|
|
|
5724
6115
|
"pluginAlias": "@dxos/cli",
|
|
5725
6116
|
"pluginName": "@dxos/cli",
|
|
5726
6117
|
"pluginType": "core",
|
|
6118
|
+
"state": "deprecated",
|
|
5727
6119
|
"strict": true,
|
|
5728
6120
|
"enableJsonFlag": true,
|
|
5729
6121
|
"isESM": false,
|
|
@@ -6067,5 +6459,5 @@
|
|
|
6067
6459
|
]
|
|
6068
6460
|
}
|
|
6069
6461
|
},
|
|
6070
|
-
"version": "0.5.3-
|
|
6462
|
+
"version": "0.5.3-next.57eca40"
|
|
6071
6463
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.3-
|
|
3
|
+
"version": "0.5.3-next.57eca40",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@oclif/core": "^3.26.6",
|
|
27
|
+
"@oclif/plugin-autocomplete": "^3.0.18",
|
|
27
28
|
"@oclif/plugin-help": "^6.0.22",
|
|
29
|
+
"@oclif/plugin-plugins": "^5.1.2",
|
|
30
|
+
"@oclif/plugin-update": "^4.2.13",
|
|
28
31
|
"@octokit/core": "^4.0.4",
|
|
29
32
|
"chalk": "^4.1.0",
|
|
30
33
|
"cli-progress": "^3.11.2",
|
|
@@ -49,28 +52,30 @@
|
|
|
49
52
|
"uuid": "^8.3.2",
|
|
50
53
|
"ws": "^8.14.2",
|
|
51
54
|
"wtfnode": "^0.9.1",
|
|
52
|
-
"@
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/
|
|
55
|
-
"@dxos/client": "0.5.3-
|
|
56
|
-
"@dxos/client-protocol": "0.5.3-
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/util": "0.5.3-
|
|
73
|
-
"@dxos/
|
|
55
|
+
"@braneframe/types": "0.5.3-next.57eca40",
|
|
56
|
+
"@dxos/agent": "0.5.3-next.57eca40",
|
|
57
|
+
"@dxos/async": "0.5.3-next.57eca40",
|
|
58
|
+
"@dxos/client": "0.5.3-next.57eca40",
|
|
59
|
+
"@dxos/client-protocol": "0.5.3-next.57eca40",
|
|
60
|
+
"@dxos/bare-template": "0.5.3-next.57eca40",
|
|
61
|
+
"@dxos/client-services": "0.5.3-next.57eca40",
|
|
62
|
+
"@dxos/config": "0.5.3-next.57eca40",
|
|
63
|
+
"@dxos/context": "0.5.3-next.57eca40",
|
|
64
|
+
"@dxos/echo-schema": "0.5.3-next.57eca40",
|
|
65
|
+
"@dxos/debug": "0.5.3-next.57eca40",
|
|
66
|
+
"@dxos/hello-template": "0.5.3-next.57eca40",
|
|
67
|
+
"@dxos/functions": "0.5.3-next.57eca40",
|
|
68
|
+
"@dxos/invariant": "0.5.3-next.57eca40",
|
|
69
|
+
"@dxos/network-manager": "0.5.3-next.57eca40",
|
|
70
|
+
"@dxos/observability": "0.5.3-next.57eca40",
|
|
71
|
+
"@dxos/log": "0.5.3-next.57eca40",
|
|
72
|
+
"@dxos/plate": "0.5.3-next.57eca40",
|
|
73
|
+
"@dxos/process": "0.5.3-next.57eca40",
|
|
74
|
+
"@dxos/rpc": "0.5.3-next.57eca40",
|
|
75
|
+
"@dxos/util": "0.5.3-next.57eca40",
|
|
76
|
+
"@dxos/random": "0.5.3-next.57eca40",
|
|
77
|
+
"@dxos/protocols": "0.5.3-next.57eca40",
|
|
78
|
+
"@dxos/tasks-template": "0.5.3-next.57eca40"
|
|
74
79
|
},
|
|
75
80
|
"devDependencies": {
|
|
76
81
|
"@oclif/test": "^3.2.15",
|
|
@@ -87,7 +92,8 @@
|
|
|
87
92
|
"oclif": "^4.10.11",
|
|
88
93
|
"prettier": "^3.2.4",
|
|
89
94
|
"shx": "^0.3.3",
|
|
90
|
-
"typescript": "^5.2.2"
|
|
95
|
+
"typescript": "^5.2.2",
|
|
96
|
+
"@dxos/cli-composer": "0.5.3-next.57eca40"
|
|
91
97
|
},
|
|
92
98
|
"peerDependencies": {
|
|
93
99
|
"@phosphor-icons/react": "^2.0.5",
|
|
@@ -107,42 +113,40 @@
|
|
|
107
113
|
"command_not_found": "./dist/src/hooks/command-not-found"
|
|
108
114
|
},
|
|
109
115
|
"plugins": [
|
|
110
|
-
"@oclif/plugin-
|
|
116
|
+
"@oclif/plugin-autocomplete",
|
|
117
|
+
"@oclif/plugin-help",
|
|
118
|
+
"@oclif/plugin-plugins",
|
|
119
|
+
"@oclif/plugin-update"
|
|
111
120
|
],
|
|
112
121
|
"devPlugins": [
|
|
113
|
-
"@
|
|
122
|
+
"@dxos/cli-composer"
|
|
114
123
|
],
|
|
115
124
|
"helpClass": "./dist/src/help",
|
|
116
125
|
"topicSeparator": " ",
|
|
117
126
|
"topics": {
|
|
118
127
|
"agent": {
|
|
119
|
-
"description": "
|
|
120
|
-
},
|
|
121
|
-
"app": {
|
|
122
|
-
"description": "Control apps that are published to KUBE specified in DXOS config."
|
|
128
|
+
"description": "Manage agents."
|
|
123
129
|
},
|
|
124
130
|
"debug": {
|
|
125
|
-
"description": "
|
|
131
|
+
"description": "Debugging commands."
|
|
126
132
|
},
|
|
127
133
|
"device": {
|
|
128
|
-
"description": "
|
|
134
|
+
"description": "Manage devices."
|
|
129
135
|
},
|
|
130
136
|
"function": {
|
|
131
|
-
"description": "
|
|
137
|
+
"description": "Manage functions and triggers."
|
|
132
138
|
},
|
|
133
139
|
"halo": {
|
|
134
|
-
"description": "
|
|
135
|
-
},
|
|
136
|
-
"kube": {
|
|
137
|
-
"description": "KUBE is a set of runtime services for static web apps and peer-to-peer applications. "
|
|
140
|
+
"description": "Manage identity and devices."
|
|
138
141
|
},
|
|
139
142
|
"space": {
|
|
140
|
-
"description": "
|
|
143
|
+
"description": "Manage ECHO Spaces."
|
|
141
144
|
}
|
|
142
145
|
}
|
|
143
146
|
},
|
|
144
147
|
"scripts": {
|
|
145
148
|
"bin": "./bin/dx",
|
|
149
|
+
"manifest": "oclif manifest",
|
|
146
150
|
"readme": "oclif readme --multi"
|
|
147
151
|
}
|
|
148
152
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../../src/base-command.ts"],"names":[],"mappings":"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"}
|