@dxos/cli 0.8.1-main.ba2dec9 → 0.8.1-staging.5be625a

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +273 -273
  2. package/package.json +25 -25
@@ -105,6 +105,112 @@
105
105
  "info.js"
106
106
  ]
107
107
  },
108
+ "config": {
109
+ "aliases": [],
110
+ "args": {},
111
+ "description": "Show config file.",
112
+ "flags": {
113
+ "json": {
114
+ "description": "Output as JSON.",
115
+ "name": "json",
116
+ "allowNo": false,
117
+ "type": "boolean"
118
+ },
119
+ "verbose": {
120
+ "char": "v",
121
+ "description": "Verbose output",
122
+ "name": "verbose",
123
+ "allowNo": false,
124
+ "type": "boolean"
125
+ },
126
+ "dry-run": {
127
+ "description": "Dry run.",
128
+ "name": "dry-run",
129
+ "allowNo": false,
130
+ "type": "boolean"
131
+ },
132
+ "profile": {
133
+ "description": "User profile.",
134
+ "env": "DX_PROFILE",
135
+ "name": "profile",
136
+ "default": "default",
137
+ "hasDynamicHelp": false,
138
+ "multiple": false,
139
+ "type": "option"
140
+ },
141
+ "config": {
142
+ "aliases": [
143
+ "c"
144
+ ],
145
+ "dependsOn": [
146
+ "profile"
147
+ ],
148
+ "description": "Config file.",
149
+ "env": "DX_CONFIG",
150
+ "name": "config",
151
+ "default": "/home/runner/.config/dx/profile/default.yml",
152
+ "hasDynamicHelp": false,
153
+ "helpValue": "path",
154
+ "multiple": false,
155
+ "type": "option"
156
+ },
157
+ "timeout": {
158
+ "aliases": [
159
+ "t"
160
+ ],
161
+ "description": "Timeout (ms).",
162
+ "name": "timeout",
163
+ "default": 60000,
164
+ "hasDynamicHelp": false,
165
+ "multiple": false,
166
+ "type": "option"
167
+ },
168
+ "target": {
169
+ "description": "Target websocket server.",
170
+ "name": "target",
171
+ "hasDynamicHelp": false,
172
+ "multiple": false,
173
+ "type": "option"
174
+ },
175
+ "agent": {
176
+ "description": "Run command with agent.",
177
+ "env": "DX_NO_AGENT",
178
+ "name": "agent",
179
+ "allowNo": true,
180
+ "type": "boolean"
181
+ },
182
+ "json-log": {
183
+ "description": "When running in foreground, log JSON format",
184
+ "name": "json-log",
185
+ "allowNo": false,
186
+ "type": "boolean"
187
+ },
188
+ "json-logfile": {
189
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
190
+ "name": "json-logfile",
191
+ "default": "stderr",
192
+ "hasDynamicHelp": false,
193
+ "multiple": false,
194
+ "type": "option"
195
+ }
196
+ },
197
+ "hasDynamicHelp": false,
198
+ "hiddenAliases": [],
199
+ "id": "config",
200
+ "pluginAlias": "@dxos/cli",
201
+ "pluginName": "@dxos/cli",
202
+ "pluginType": "core",
203
+ "strict": true,
204
+ "enableJsonFlag": true,
205
+ "isESM": true,
206
+ "relativePath": [
207
+ "dist",
208
+ "src",
209
+ "commands",
210
+ "config",
211
+ "index.js"
212
+ ]
213
+ },
108
214
  "agent:invitations": {
109
215
  "aliases": [],
110
216
  "args": {},
@@ -839,112 +945,6 @@
839
945
  "stop.js"
840
946
  ]
841
947
  },
842
- "config": {
843
- "aliases": [],
844
- "args": {},
845
- "description": "Show config file.",
846
- "flags": {
847
- "json": {
848
- "description": "Output as JSON.",
849
- "name": "json",
850
- "allowNo": false,
851
- "type": "boolean"
852
- },
853
- "verbose": {
854
- "char": "v",
855
- "description": "Verbose output",
856
- "name": "verbose",
857
- "allowNo": false,
858
- "type": "boolean"
859
- },
860
- "dry-run": {
861
- "description": "Dry run.",
862
- "name": "dry-run",
863
- "allowNo": false,
864
- "type": "boolean"
865
- },
866
- "profile": {
867
- "description": "User profile.",
868
- "env": "DX_PROFILE",
869
- "name": "profile",
870
- "default": "default",
871
- "hasDynamicHelp": false,
872
- "multiple": false,
873
- "type": "option"
874
- },
875
- "config": {
876
- "aliases": [
877
- "c"
878
- ],
879
- "dependsOn": [
880
- "profile"
881
- ],
882
- "description": "Config file.",
883
- "env": "DX_CONFIG",
884
- "name": "config",
885
- "default": "/home/runner/.config/dx/profile/default.yml",
886
- "hasDynamicHelp": false,
887
- "helpValue": "path",
888
- "multiple": false,
889
- "type": "option"
890
- },
891
- "timeout": {
892
- "aliases": [
893
- "t"
894
- ],
895
- "description": "Timeout (ms).",
896
- "name": "timeout",
897
- "default": 60000,
898
- "hasDynamicHelp": false,
899
- "multiple": false,
900
- "type": "option"
901
- },
902
- "target": {
903
- "description": "Target websocket server.",
904
- "name": "target",
905
- "hasDynamicHelp": false,
906
- "multiple": false,
907
- "type": "option"
908
- },
909
- "agent": {
910
- "description": "Run command with agent.",
911
- "env": "DX_NO_AGENT",
912
- "name": "agent",
913
- "allowNo": true,
914
- "type": "boolean"
915
- },
916
- "json-log": {
917
- "description": "When running in foreground, log JSON format",
918
- "name": "json-log",
919
- "allowNo": false,
920
- "type": "boolean"
921
- },
922
- "json-logfile": {
923
- "description": "JSON log file destination, or 'stdout' or 'stderr'",
924
- "name": "json-logfile",
925
- "default": "stderr",
926
- "hasDynamicHelp": false,
927
- "multiple": false,
928
- "type": "option"
929
- }
930
- },
931
- "hasDynamicHelp": false,
932
- "hiddenAliases": [],
933
- "id": "config",
934
- "pluginAlias": "@dxos/cli",
935
- "pluginName": "@dxos/cli",
936
- "pluginType": "core",
937
- "strict": true,
938
- "enableJsonFlag": true,
939
- "isESM": true,
940
- "relativePath": [
941
- "dist",
942
- "src",
943
- "commands",
944
- "config",
945
- "index.js"
946
- ]
947
- },
948
948
  "debug:diagnostics": {
949
949
  "aliases": [],
950
950
  "args": {},
@@ -2249,16 +2249,10 @@
2249
2249
  "upload.js"
2250
2250
  ]
2251
2251
  },
2252
- "halo:create": {
2252
+ "profile:import": {
2253
2253
  "aliases": [],
2254
- "args": {
2255
- "displayName": {
2256
- "default": "Agent",
2257
- "description": "Display name",
2258
- "name": "displayName"
2259
- }
2260
- },
2261
- "description": "Create HALO.",
2254
+ "args": {},
2255
+ "description": "Import profile.",
2262
2256
  "flags": {
2263
2257
  "json": {
2264
2258
  "description": "Output as JSON.",
@@ -2343,43 +2337,42 @@
2343
2337
  "multiple": false,
2344
2338
  "type": "option"
2345
2339
  },
2346
- "deviceLabel": {
2347
- "description": "Device label",
2348
- "name": "deviceLabel",
2340
+ "file": {
2341
+ "description": "Archive filename.",
2342
+ "name": "file",
2343
+ "required": true,
2349
2344
  "hasDynamicHelp": false,
2350
2345
  "multiple": false,
2351
2346
  "type": "option"
2352
2347
  },
2353
- "managedAgent": {
2354
- "description": "Managed agent",
2355
- "name": "managedAgent",
2356
- "allowNo": false,
2357
- "type": "boolean"
2348
+ "data-dir": {
2349
+ "description": "Storage directory.",
2350
+ "name": "data-dir",
2351
+ "hasDynamicHelp": false,
2352
+ "multiple": false,
2353
+ "type": "option"
2358
2354
  }
2359
2355
  },
2360
2356
  "hasDynamicHelp": false,
2361
2357
  "hiddenAliases": [],
2362
- "id": "halo:create",
2358
+ "id": "profile:import",
2363
2359
  "pluginAlias": "@dxos/cli",
2364
2360
  "pluginName": "@dxos/cli",
2365
2361
  "pluginType": "core",
2366
2362
  "strict": true,
2367
- "enableJsonFlag": true,
2368
2363
  "isESM": true,
2369
2364
  "relativePath": [
2370
2365
  "dist",
2371
2366
  "src",
2372
2367
  "commands",
2373
- "halo",
2374
- "create.js"
2368
+ "profile",
2369
+ "import.js"
2375
2370
  ]
2376
2371
  },
2377
- "halo:identity": {
2378
- "aliases": [
2379
- "halo:id"
2380
- ],
2372
+ "profile:inspect": {
2373
+ "aliases": [],
2381
2374
  "args": {},
2382
- "description": "Show HALO identity.",
2375
+ "description": "Import profile.",
2383
2376
  "flags": {
2384
2377
  "json": {
2385
2378
  "description": "Output as JSON.",
@@ -2463,29 +2456,42 @@
2463
2456
  "hasDynamicHelp": false,
2464
2457
  "multiple": false,
2465
2458
  "type": "option"
2459
+ },
2460
+ "file": {
2461
+ "description": "Archive filename.",
2462
+ "name": "file",
2463
+ "required": true,
2464
+ "hasDynamicHelp": false,
2465
+ "multiple": false,
2466
+ "type": "option"
2467
+ },
2468
+ "storage": {
2469
+ "description": "List storage entries.",
2470
+ "name": "storage",
2471
+ "allowNo": false,
2472
+ "type": "boolean"
2466
2473
  }
2467
2474
  },
2468
2475
  "hasDynamicHelp": false,
2469
2476
  "hiddenAliases": [],
2470
- "id": "halo:identity",
2477
+ "id": "profile:inspect",
2471
2478
  "pluginAlias": "@dxos/cli",
2472
2479
  "pluginName": "@dxos/cli",
2473
2480
  "pluginType": "core",
2474
2481
  "strict": true,
2475
- "enableJsonFlag": true,
2476
2482
  "isESM": true,
2477
2483
  "relativePath": [
2478
2484
  "dist",
2479
2485
  "src",
2480
2486
  "commands",
2481
- "halo",
2482
- "identity.js"
2487
+ "profile",
2488
+ "inspect.js"
2483
2489
  ]
2484
2490
  },
2485
- "halo:join": {
2491
+ "reset": {
2486
2492
  "aliases": [],
2487
2493
  "args": {},
2488
- "description": "Join HALO (device) invitation.",
2494
+ "description": "Reset user data.",
2489
2495
  "flags": {
2490
2496
  "json": {
2491
2497
  "description": "Output as JSON.",
@@ -2532,9 +2538,12 @@
2532
2538
  "type": "option"
2533
2539
  },
2534
2540
  "timeout": {
2535
- "description": "Timeout in seconds",
2541
+ "aliases": [
2542
+ "t"
2543
+ ],
2544
+ "description": "Timeout (ms).",
2536
2545
  "name": "timeout",
2537
- "default": 300,
2546
+ "default": 60000,
2538
2547
  "hasDynamicHelp": false,
2539
2548
  "multiple": false,
2540
2549
  "type": "option"
@@ -2567,55 +2576,45 @@
2567
2576
  "multiple": false,
2568
2577
  "type": "option"
2569
2578
  },
2570
- "invitation": {
2571
- "description": "Invitation code",
2572
- "name": "invitation",
2573
- "hasDynamicHelp": false,
2574
- "multiple": false,
2575
- "type": "option"
2576
- },
2577
- "secret": {
2578
- "description": "Invitation secret",
2579
- "name": "secret",
2580
- "hasDynamicHelp": false,
2581
- "multiple": false,
2582
- "type": "option"
2583
- },
2584
- "device-label": {
2585
- "description": "Set device label",
2586
- "name": "device-label",
2587
- "hasDynamicHelp": false,
2588
- "multiple": false,
2589
- "type": "option"
2579
+ "force": {
2580
+ "description": "Force delete.",
2581
+ "name": "force",
2582
+ "allowNo": false,
2583
+ "type": "boolean"
2590
2584
  },
2591
- "managed-agent": {
2592
- "description": "set device type as managed agent",
2593
- "name": "managed-agent",
2585
+ "default-config": {
2586
+ "description": "Replace config with defaults.",
2587
+ "name": "default-config",
2594
2588
  "allowNo": false,
2595
2589
  "type": "boolean"
2596
2590
  }
2597
2591
  },
2598
2592
  "hasDynamicHelp": false,
2599
2593
  "hiddenAliases": [],
2600
- "id": "halo:join",
2594
+ "id": "reset",
2601
2595
  "pluginAlias": "@dxos/cli",
2602
2596
  "pluginName": "@dxos/cli",
2603
2597
  "pluginType": "core",
2604
2598
  "strict": true,
2605
- "enableJsonFlag": true,
2606
2599
  "isESM": true,
2607
2600
  "relativePath": [
2608
2601
  "dist",
2609
2602
  "src",
2610
2603
  "commands",
2611
- "halo",
2612
- "join.js"
2604
+ "reset",
2605
+ "index.js"
2613
2606
  ]
2614
2607
  },
2615
- "halo:keys": {
2608
+ "halo:create": {
2616
2609
  "aliases": [],
2617
- "args": {},
2618
- "description": "Show HALO keys.",
2610
+ "args": {
2611
+ "displayName": {
2612
+ "default": "Agent",
2613
+ "description": "Display name",
2614
+ "name": "displayName"
2615
+ }
2616
+ },
2617
+ "description": "Create HALO.",
2619
2618
  "flags": {
2620
2619
  "json": {
2621
2620
  "description": "Output as JSON.",
@@ -2699,11 +2698,24 @@
2699
2698
  "hasDynamicHelp": false,
2700
2699
  "multiple": false,
2701
2700
  "type": "option"
2701
+ },
2702
+ "deviceLabel": {
2703
+ "description": "Device label",
2704
+ "name": "deviceLabel",
2705
+ "hasDynamicHelp": false,
2706
+ "multiple": false,
2707
+ "type": "option"
2708
+ },
2709
+ "managedAgent": {
2710
+ "description": "Managed agent",
2711
+ "name": "managedAgent",
2712
+ "allowNo": false,
2713
+ "type": "boolean"
2702
2714
  }
2703
2715
  },
2704
2716
  "hasDynamicHelp": false,
2705
2717
  "hiddenAliases": [],
2706
- "id": "halo:keys",
2718
+ "id": "halo:create",
2707
2719
  "pluginAlias": "@dxos/cli",
2708
2720
  "pluginName": "@dxos/cli",
2709
2721
  "pluginType": "core",
@@ -2715,13 +2727,15 @@
2715
2727
  "src",
2716
2728
  "commands",
2717
2729
  "halo",
2718
- "keys.js"
2730
+ "create.js"
2719
2731
  ]
2720
2732
  },
2721
- "halo:share": {
2722
- "aliases": [],
2733
+ "halo:identity": {
2734
+ "aliases": [
2735
+ "halo:id"
2736
+ ],
2723
2737
  "args": {},
2724
- "description": "Create HALO (device) invitation.",
2738
+ "description": "Show HALO identity.",
2725
2739
  "flags": {
2726
2740
  "json": {
2727
2741
  "description": "Output as JSON.",
@@ -2805,45 +2819,11 @@
2805
2819
  "hasDynamicHelp": false,
2806
2820
  "multiple": false,
2807
2821
  "type": "option"
2808
- },
2809
- "lifetime": {
2810
- "description": "Lifetime of the invitation in seconds",
2811
- "name": "lifetime",
2812
- "default": 43200,
2813
- "hasDynamicHelp": false,
2814
- "multiple": false,
2815
- "type": "option"
2816
- },
2817
- "persistent": {
2818
- "description": "Invitation should resume if client restarts",
2819
- "name": "persistent",
2820
- "allowNo": false,
2821
- "type": "boolean"
2822
- },
2823
- "open": {
2824
- "description": "Open browser with invitation.",
2825
- "name": "open",
2826
- "allowNo": false,
2827
- "type": "boolean"
2828
- },
2829
- "host": {
2830
- "description": "Application Host URL.",
2831
- "name": "host",
2832
- "default": "https://composer.space",
2833
- "hasDynamicHelp": false,
2834
- "multiple": false,
2835
- "type": "option"
2836
- },
2837
- "auth": {
2838
- "description": "Skip authentication challenge.",
2839
- "name": "auth",
2840
- "allowNo": true,
2841
- "type": "boolean"
2842
2822
  }
2843
2823
  },
2844
2824
  "hasDynamicHelp": false,
2845
2825
  "hiddenAliases": [],
2846
- "id": "halo:share",
2826
+ "id": "halo:identity",
2847
2827
  "pluginAlias": "@dxos/cli",
2848
2828
  "pluginName": "@dxos/cli",
2849
2829
  "pluginType": "core",
@@ -2855,13 +2835,13 @@
2855
2835
  "src",
2856
2836
  "commands",
2857
2837
  "halo",
2858
- "share.js"
2838
+ "identity.js"
2859
2839
  ]
2860
2840
  },
2861
- "halo:update": {
2841
+ "halo:join": {
2862
2842
  "aliases": [],
2863
2843
  "args": {},
2864
- "description": "Update identity profile.",
2844
+ "description": "Join HALO (device) invitation.",
2865
2845
  "flags": {
2866
2846
  "json": {
2867
2847
  "description": "Output as JSON.",
@@ -2908,12 +2888,9 @@
2908
2888
  "type": "option"
2909
2889
  },
2910
2890
  "timeout": {
2911
- "aliases": [
2912
- "t"
2913
- ],
2914
- "description": "Timeout (ms).",
2891
+ "description": "Timeout in seconds",
2915
2892
  "name": "timeout",
2916
- "default": 60000,
2893
+ "default": 300,
2917
2894
  "hasDynamicHelp": false,
2918
2895
  "multiple": false,
2919
2896
  "type": "option"
@@ -2946,34 +2923,55 @@
2946
2923
  "multiple": false,
2947
2924
  "type": "option"
2948
2925
  },
2949
- "displayName": {
2950
- "description": "Set display name",
2951
- "name": "displayName",
2926
+ "invitation": {
2927
+ "description": "Invitation code",
2928
+ "name": "invitation",
2929
+ "hasDynamicHelp": false,
2930
+ "multiple": false,
2931
+ "type": "option"
2932
+ },
2933
+ "secret": {
2934
+ "description": "Invitation secret",
2935
+ "name": "secret",
2952
2936
  "hasDynamicHelp": false,
2953
2937
  "multiple": false,
2954
2938
  "type": "option"
2939
+ },
2940
+ "device-label": {
2941
+ "description": "Set device label",
2942
+ "name": "device-label",
2943
+ "hasDynamicHelp": false,
2944
+ "multiple": false,
2945
+ "type": "option"
2946
+ },
2947
+ "managed-agent": {
2948
+ "description": "set device type as managed agent",
2949
+ "name": "managed-agent",
2950
+ "allowNo": false,
2951
+ "type": "boolean"
2955
2952
  }
2956
2953
  },
2957
2954
  "hasDynamicHelp": false,
2958
2955
  "hiddenAliases": [],
2959
- "id": "halo:update",
2956
+ "id": "halo:join",
2960
2957
  "pluginAlias": "@dxos/cli",
2961
2958
  "pluginName": "@dxos/cli",
2962
2959
  "pluginType": "core",
2963
2960
  "strict": true,
2961
+ "enableJsonFlag": true,
2964
2962
  "isESM": true,
2965
2963
  "relativePath": [
2966
2964
  "dist",
2967
2965
  "src",
2968
2966
  "commands",
2969
2967
  "halo",
2970
- "update.js"
2968
+ "join.js"
2971
2969
  ]
2972
2970
  },
2973
- "profile:import": {
2971
+ "halo:keys": {
2974
2972
  "aliases": [],
2975
2973
  "args": {},
2976
- "description": "Import profile.",
2974
+ "description": "Show HALO keys.",
2977
2975
  "flags": {
2978
2976
  "json": {
2979
2977
  "description": "Output as JSON.",
@@ -3057,43 +3055,29 @@
3057
3055
  "hasDynamicHelp": false,
3058
3056
  "multiple": false,
3059
3057
  "type": "option"
3060
- },
3061
- "file": {
3062
- "description": "Archive filename.",
3063
- "name": "file",
3064
- "required": true,
3065
- "hasDynamicHelp": false,
3066
- "multiple": false,
3067
- "type": "option"
3068
- },
3069
- "data-dir": {
3070
- "description": "Storage directory.",
3071
- "name": "data-dir",
3072
- "hasDynamicHelp": false,
3073
- "multiple": false,
3074
- "type": "option"
3075
3058
  }
3076
3059
  },
3077
3060
  "hasDynamicHelp": false,
3078
3061
  "hiddenAliases": [],
3079
- "id": "profile:import",
3062
+ "id": "halo:keys",
3080
3063
  "pluginAlias": "@dxos/cli",
3081
3064
  "pluginName": "@dxos/cli",
3082
3065
  "pluginType": "core",
3083
3066
  "strict": true,
3067
+ "enableJsonFlag": true,
3084
3068
  "isESM": true,
3085
3069
  "relativePath": [
3086
3070
  "dist",
3087
3071
  "src",
3088
3072
  "commands",
3089
- "profile",
3090
- "import.js"
3073
+ "halo",
3074
+ "keys.js"
3091
3075
  ]
3092
3076
  },
3093
- "profile:inspect": {
3077
+ "halo:share": {
3094
3078
  "aliases": [],
3095
3079
  "args": {},
3096
- "description": "Import profile.",
3080
+ "description": "Create HALO (device) invitation.",
3097
3081
  "flags": {
3098
3082
  "json": {
3099
3083
  "description": "Output as JSON.",
@@ -3178,41 +3162,62 @@
3178
3162
  "multiple": false,
3179
3163
  "type": "option"
3180
3164
  },
3181
- "file": {
3182
- "description": "Archive filename.",
3183
- "name": "file",
3184
- "required": true,
3165
+ "lifetime": {
3166
+ "description": "Lifetime of the invitation in seconds",
3167
+ "name": "lifetime",
3168
+ "default": 43200,
3185
3169
  "hasDynamicHelp": false,
3186
3170
  "multiple": false,
3187
3171
  "type": "option"
3188
3172
  },
3189
- "storage": {
3190
- "description": "List storage entries.",
3191
- "name": "storage",
3173
+ "persistent": {
3174
+ "description": "Invitation should resume if client restarts",
3175
+ "name": "persistent",
3176
+ "allowNo": false,
3177
+ "type": "boolean"
3178
+ },
3179
+ "open": {
3180
+ "description": "Open browser with invitation.",
3181
+ "name": "open",
3192
3182
  "allowNo": false,
3193
3183
  "type": "boolean"
3184
+ },
3185
+ "host": {
3186
+ "description": "Application Host URL.",
3187
+ "name": "host",
3188
+ "default": "https://composer.space",
3189
+ "hasDynamicHelp": false,
3190
+ "multiple": false,
3191
+ "type": "option"
3192
+ },
3193
+ "auth": {
3194
+ "description": "Skip authentication challenge.",
3195
+ "name": "auth",
3196
+ "allowNo": true,
3197
+ "type": "boolean"
3194
3198
  }
3195
3199
  },
3196
3200
  "hasDynamicHelp": false,
3197
3201
  "hiddenAliases": [],
3198
- "id": "profile:inspect",
3202
+ "id": "halo:share",
3199
3203
  "pluginAlias": "@dxos/cli",
3200
3204
  "pluginName": "@dxos/cli",
3201
3205
  "pluginType": "core",
3202
3206
  "strict": true,
3207
+ "enableJsonFlag": true,
3203
3208
  "isESM": true,
3204
3209
  "relativePath": [
3205
3210
  "dist",
3206
3211
  "src",
3207
3212
  "commands",
3208
- "profile",
3209
- "inspect.js"
3213
+ "halo",
3214
+ "share.js"
3210
3215
  ]
3211
3216
  },
3212
- "reset": {
3217
+ "halo:update": {
3213
3218
  "aliases": [],
3214
3219
  "args": {},
3215
- "description": "Reset user data.",
3220
+ "description": "Update identity profile.",
3216
3221
  "flags": {
3217
3222
  "json": {
3218
3223
  "description": "Output as JSON.",
@@ -3297,22 +3302,17 @@
3297
3302
  "multiple": false,
3298
3303
  "type": "option"
3299
3304
  },
3300
- "force": {
3301
- "description": "Force delete.",
3302
- "name": "force",
3303
- "allowNo": false,
3304
- "type": "boolean"
3305
- },
3306
- "default-config": {
3307
- "description": "Replace config with defaults.",
3308
- "name": "default-config",
3309
- "allowNo": false,
3310
- "type": "boolean"
3305
+ "displayName": {
3306
+ "description": "Set display name",
3307
+ "name": "displayName",
3308
+ "hasDynamicHelp": false,
3309
+ "multiple": false,
3310
+ "type": "option"
3311
3311
  }
3312
3312
  },
3313
3313
  "hasDynamicHelp": false,
3314
3314
  "hiddenAliases": [],
3315
- "id": "reset",
3315
+ "id": "halo:update",
3316
3316
  "pluginAlias": "@dxos/cli",
3317
3317
  "pluginName": "@dxos/cli",
3318
3318
  "pluginType": "core",
@@ -3322,8 +3322,8 @@
3322
3322
  "dist",
3323
3323
  "src",
3324
3324
  "commands",
3325
- "reset",
3326
- "index.js"
3325
+ "halo",
3326
+ "update.js"
3327
3327
  ]
3328
3328
  },
3329
3329
  "shell": {
@@ -4715,7 +4715,7 @@
4715
4715
  "name": {
4716
4716
  "description": "Tunnel name",
4717
4717
  "name": "name",
4718
- "default": "sixteen-nine-bravo-enemy",
4718
+ "default": "item-victor-neptune-north",
4719
4719
  "hasDynamicHelp": false,
4720
4720
  "multiple": false,
4721
4721
  "type": "option"
@@ -5570,5 +5570,5 @@
5570
5570
  ]
5571
5571
  }
5572
5572
  },
5573
- "version": "0.8.1-main.ba2dec9"
5573
+ "version": "0.8.1-staging.5be625a"
5574
5574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.1-main.ba2dec9",
3
+ "version": "0.8.1-staging.5be625a",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~18.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.9.1",
56
- "@dxos/agent": "0.8.1-main.ba2dec9",
57
- "@dxos/cli-composer": "0.8.1-main.ba2dec9",
58
- "@dxos/async": "0.8.1-main.ba2dec9",
59
- "@dxos/client-protocol": "0.8.1-main.ba2dec9",
60
- "@dxos/cli-base": "0.8.1-main.ba2dec9",
61
- "@dxos/client": "0.8.1-main.ba2dec9",
62
- "@dxos/client-services": "0.8.1-main.ba2dec9",
63
- "@dxos/compute": "0.8.1-main.ba2dec9",
64
- "@dxos/config": "0.8.1-main.ba2dec9",
65
- "@dxos/debug": "0.8.1-main.ba2dec9",
66
- "@dxos/context": "0.8.1-main.ba2dec9",
67
- "@dxos/echo-schema": "0.8.1-main.ba2dec9",
68
- "@dxos/functions": "0.8.1-main.ba2dec9",
69
- "@dxos/log": "0.8.1-main.ba2dec9",
70
- "@dxos/invariant": "0.8.1-main.ba2dec9",
71
- "@dxos/network-manager": "0.8.1-main.ba2dec9",
72
- "@dxos/observability": "0.8.1-main.ba2dec9",
73
- "@dxos/node-std": "0.8.1-main.ba2dec9",
74
- "@dxos/process": "0.8.1-main.ba2dec9",
75
- "@dxos/protocols": "0.8.1-main.ba2dec9",
76
- "@dxos/random": "0.8.1-main.ba2dec9",
77
- "@dxos/rpc": "0.8.1-main.ba2dec9",
78
- "@dxos/schema": "0.8.1-main.ba2dec9",
79
- "@dxos/util": "0.8.1-main.ba2dec9"
56
+ "@dxos/agent": "0.8.1-staging.5be625a",
57
+ "@dxos/cli-base": "0.8.1-staging.5be625a",
58
+ "@dxos/async": "0.8.1-staging.5be625a",
59
+ "@dxos/cli-composer": "0.8.1-staging.5be625a",
60
+ "@dxos/client": "0.8.1-staging.5be625a",
61
+ "@dxos/client-protocol": "0.8.1-staging.5be625a",
62
+ "@dxos/client-services": "0.8.1-staging.5be625a",
63
+ "@dxos/compute": "0.8.1-staging.5be625a",
64
+ "@dxos/config": "0.8.1-staging.5be625a",
65
+ "@dxos/context": "0.8.1-staging.5be625a",
66
+ "@dxos/debug": "0.8.1-staging.5be625a",
67
+ "@dxos/echo-schema": "0.8.1-staging.5be625a",
68
+ "@dxos/functions": "0.8.1-staging.5be625a",
69
+ "@dxos/invariant": "0.8.1-staging.5be625a",
70
+ "@dxos/log": "0.8.1-staging.5be625a",
71
+ "@dxos/network-manager": "0.8.1-staging.5be625a",
72
+ "@dxos/process": "0.8.1-staging.5be625a",
73
+ "@dxos/node-std": "0.8.1-staging.5be625a",
74
+ "@dxos/observability": "0.8.1-staging.5be625a",
75
+ "@dxos/protocols": "0.8.1-staging.5be625a",
76
+ "@dxos/random": "0.8.1-staging.5be625a",
77
+ "@dxos/rpc": "0.8.1-staging.5be625a",
78
+ "@dxos/util": "0.8.1-staging.5be625a",
79
+ "@dxos/schema": "0.8.1-staging.5be625a"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",