@dxos/cli 0.5.9-main.a2de4fa → 0.5.9-main.a75fa71
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/commands/app/open.js +3 -3
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/profile/import.d.ts +20 -0
- package/dist/src/commands/profile/import.d.ts.map +1 -0
- package/dist/src/commands/profile/import.js +95 -0
- package/dist/src/commands/profile/import.js.map +1 -0
- package/dist/src/commands/profile/inspect.d.ts +20 -0
- package/dist/src/commands/profile/inspect.d.ts.map +1 -0
- package/dist/src/commands/profile/inspect.js +63 -0
- package/dist/src/commands/profile/inspect.js.map +1 -0
- package/dist/src/commands/space/join.js +1 -1
- package/dist/src/commands/space/join.js.map +1 -1
- package/oclif.manifest.json +345 -106
- package/package.json +27 -27
|
@@ -39,10 +39,10 @@ class Open extends (_b = base_1.BaseCommand) {
|
|
|
39
39
|
callbacks: {
|
|
40
40
|
onConnecting: async () => {
|
|
41
41
|
const invitationCode = invitations_1.InvitationEncoder.encode(observable.get());
|
|
42
|
-
pages.forEach(
|
|
42
|
+
pages.forEach((page) => {
|
|
43
43
|
const url = new URL(this.args.url);
|
|
44
44
|
url.searchParams.append('deviceInvitationCode', invitationCode);
|
|
45
|
-
|
|
45
|
+
void page.goto(url.href);
|
|
46
46
|
});
|
|
47
47
|
this.log((0, chalk_1.default) `\n{blue Invitation}: ${invitationCode}`);
|
|
48
48
|
},
|
|
@@ -54,7 +54,7 @@ class Open extends (_b = base_1.BaseCommand) {
|
|
|
54
54
|
core_1.ux.action.stop();
|
|
55
55
|
}
|
|
56
56
|
else {
|
|
57
|
-
pages.forEach(
|
|
57
|
+
pages.forEach((page) => page.goto(this.args.url));
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"open.js","sourceRoot":"","sources":["../../../../src/commands/app/open.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;AAEF,sCAA8C;AAC9C,2CAA4C;AAC5C,kDAA0B;AAE1B,6CAAgD;AAChD,0DAAyE;AACzE,qCAAmC;AAEnC,qCAAyC;AAEzC,MAAqB,IAAK,SAAQ,MAAA,kBAAW,CAAa;IAwBxD,KAAK,CAAC,GAAG;QACP,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;YAC7C,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC;gBAChC,IAAI,CAAC,GAAG,CAAC,IAAA,eAAK,EAAA,gCAAgC,CAAC,CAAC;gBAChD,OAAO,EAAE,CAAC;YACZ,CAAC;YAED,8DAA8D;YAC9D,8CAA8C;YAE9C,MAAM,OAAO,GAAG,MAAM,eAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;YAC3D,MAAM,KAAK,GAAG,MAAM,OAAO,CAAC,GAAG,CAC7B,IAAA,YAAK,EAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE;gBACzC,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC,UAAU,EAAE,CAAC;gBAC3C,OAAO,MAAM,OAAO,CAAC,OAAO,EAAE,CAAC;YACjC,CAAC,CAAC,CACH,CAAC;YAEF,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBACtB,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;oBACnC,IAAI,EAAE,wBAAU,CAAC,IAAI,CAAC,WAAW;oBACjC,UAAU,EAAE,wBAAU,CAAC,UAAU,CAAC,IAAI;oBACtC,QAAQ,EAAE,IAAI;iBACf,CAAC,CAAC;gBAEH,MAAM,iBAAiB,GAAG,IAAA,yBAAc,EAAC;oBACvC,UAAU;oBACV,SAAS,EAAE;wBACT,YAAY,EAAE,KAAK,IAAI,EAAE;4BACvB,MAAM,cAAc,GAAG,+BAAiB,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,CAAC;4BAClE,KAAK,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"open.js","sourceRoot":"","sources":["../../../../src/commands/app/open.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseCommand } from '../../base';
|
|
2
|
+
export default class Import extends BaseCommand<typeof Import> {
|
|
3
|
+
static description: string;
|
|
4
|
+
static flags: {
|
|
5
|
+
file: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
6
|
+
'data-dir': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
7
|
+
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
|
+
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
9
|
+
'dry-run': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
10
|
+
profile: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
11
|
+
config: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
12
|
+
timeout: import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
13
|
+
target: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
14
|
+
agent: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
'json-log': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
|
+
'json-logfile': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
17
|
+
};
|
|
18
|
+
run(): Promise<any>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=import.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import.d.ts","sourceRoot":"","sources":["../../../../src/commands/profile/import.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,OAAgB,WAAW,SAAqB;IAChD,OAAgB,KAAK;;;;;;;;;;;;;MASnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAiD1B"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//
|
|
3
|
+
// Copyright 2022 DXOS.org
|
|
4
|
+
//
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
const core_1 = require("@oclif/core");
|
|
33
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
34
|
+
const fs_1 = require("fs");
|
|
35
|
+
const promises_1 = require("fs/promises");
|
|
36
|
+
const inquirer_1 = require("inquirer");
|
|
37
|
+
const path_1 = require("path");
|
|
38
|
+
const log_1 = require("@dxos/log");
|
|
39
|
+
const base_1 = require("../../base");
|
|
40
|
+
class Import extends base_1.BaseCommand {
|
|
41
|
+
async run() {
|
|
42
|
+
const { profile, file, 'dry-run': dryRun, 'data-dir': storageDir } = this.flags;
|
|
43
|
+
const { createLevel, createStorageObjects, importProfileData, decodeProfileArchive } = await Promise.resolve().then(() => __importStar(require('@dxos/client-services')));
|
|
44
|
+
let storageConfig;
|
|
45
|
+
if (!storageDir) {
|
|
46
|
+
this.log('will overwrite profile', { profile });
|
|
47
|
+
const { confirm } = await (0, inquirer_1.prompt)({
|
|
48
|
+
type: 'confirm',
|
|
49
|
+
name: 'confirm',
|
|
50
|
+
default: false,
|
|
51
|
+
message: (0, chalk_1.default) `{red Delete all data? {white (Profile: ${profile})}}`,
|
|
52
|
+
});
|
|
53
|
+
if (!confirm) {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
storageConfig = this.clientConfig.get('runtime.client.storage');
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const fullPath = (0, path_1.resolve)(storageDir);
|
|
60
|
+
this.log('importing into', { path: fullPath });
|
|
61
|
+
storageConfig = {
|
|
62
|
+
persistent: true,
|
|
63
|
+
dataRoot: fullPath,
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
if ((0, fs_1.existsSync)(storageConfig.dataRoot)) {
|
|
67
|
+
log_1.log.error('data directory already exists', { path: storageConfig.dataRoot }, { file: "packages/devtools/cli/src/commands/profile/import.ts", line: 60, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation.", callSite: (fn, args) => fn(...args) });
|
|
68
|
+
throw new Error('Data directory already exists');
|
|
69
|
+
}
|
|
70
|
+
const data = await (0, promises_1.readFile)(file);
|
|
71
|
+
const archive = decodeProfileArchive(data);
|
|
72
|
+
this.log('importing archive', { entries: archive.storage.length });
|
|
73
|
+
if (dryRun) {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
const { storage } = createStorageObjects(storageConfig);
|
|
77
|
+
const level = await createLevel(storageConfig);
|
|
78
|
+
this.log('begin profile import', { storageConfig });
|
|
79
|
+
await importProfileData({ storage, level }, archive);
|
|
80
|
+
this.log('done profile import');
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
Import.description = 'Import profile.';
|
|
84
|
+
Import.flags = {
|
|
85
|
+
...base_1.BaseCommand.flags,
|
|
86
|
+
file: core_1.Flags.string({
|
|
87
|
+
description: 'Archive filename.',
|
|
88
|
+
required: true,
|
|
89
|
+
}),
|
|
90
|
+
'data-dir': core_1.Flags.string({
|
|
91
|
+
description: 'Storage directory.',
|
|
92
|
+
}),
|
|
93
|
+
};
|
|
94
|
+
exports.default = Import;
|
|
95
|
+
//# sourceMappingURL=import.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import.js","sourceRoot":"","sources":["../../../../src/commands/profile/import.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseCommand } from '../../base';
|
|
2
|
+
export default class Inspect extends BaseCommand<typeof Inspect> {
|
|
3
|
+
static description: string;
|
|
4
|
+
static flags: {
|
|
5
|
+
file: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
6
|
+
storage: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
7
|
+
json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
|
+
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
9
|
+
'dry-run': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
10
|
+
profile: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
11
|
+
config: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
12
|
+
timeout: import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
13
|
+
target: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
14
|
+
agent: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
15
|
+
'json-log': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
|
+
'json-logfile': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
17
|
+
};
|
|
18
|
+
run(): Promise<any>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=inspect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inspect.d.ts","sourceRoot":"","sources":["../../../../src/commands/profile/inspect.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,WAAW,CAAC,OAAO,OAAO,CAAC;IAC9D,OAAgB,WAAW,SAAqB;IAChD,OAAgB,KAAK;;;;;;;;;;;;;MAUnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAoB1B"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//
|
|
3
|
+
// Copyright 2022 DXOS.org
|
|
4
|
+
//
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
const core_1 = require("@oclif/core");
|
|
30
|
+
const promises_1 = require("fs/promises");
|
|
31
|
+
const protocols_1 = require("@dxos/protocols");
|
|
32
|
+
const util_1 = require("@dxos/util");
|
|
33
|
+
const base_1 = require("../../base");
|
|
34
|
+
class Inspect extends base_1.BaseCommand {
|
|
35
|
+
async run() {
|
|
36
|
+
const { file, storage } = this.flags;
|
|
37
|
+
const { decodeProfileArchive } = await Promise.resolve().then(() => __importStar(require('@dxos/client-services')));
|
|
38
|
+
const data = await (0, promises_1.readFile)(file);
|
|
39
|
+
const archive = decodeProfileArchive(data);
|
|
40
|
+
console.log(archive.meta);
|
|
41
|
+
if (storage) {
|
|
42
|
+
console.log('\nStorage entires:\n');
|
|
43
|
+
for (const entry of archive.storage) {
|
|
44
|
+
const key = typeof entry.key === 'string' ? entry.key : JSON.stringify((0, util_1.arrayToBuffer)(entry.key).toString()).slice(1, -1);
|
|
45
|
+
console.log(` ${protocols_1.ProfileArchiveEntryType[entry.type]} ${key}`);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
Inspect.description = 'Import profile.';
|
|
51
|
+
Inspect.flags = {
|
|
52
|
+
...base_1.BaseCommand.flags,
|
|
53
|
+
file: core_1.Flags.string({
|
|
54
|
+
description: 'Archive filename.',
|
|
55
|
+
required: true,
|
|
56
|
+
}),
|
|
57
|
+
storage: core_1.Flags.boolean({
|
|
58
|
+
description: 'List storage entries.',
|
|
59
|
+
default: false,
|
|
60
|
+
}),
|
|
61
|
+
};
|
|
62
|
+
exports.default = Inspect;
|
|
63
|
+
//# sourceMappingURL=inspect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inspect.js","sourceRoot":"","sources":["../../../../src/commands/profile/inspect.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,sCAAoC;AACpC,0CAAuC;AAEvC,+CAA0D;AAC1D,qCAA2C;AAE3C,qCAAyC;AAEzC,MAAqB,OAAQ,SAAQ,kBAA2B;IAc9D,KAAK,CAAC,GAAG;QACP,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QAErC,MAAM,EAAE,oBAAoB,EAAE,GAAG,wDAAa,uBAAuB,GAAC,CAAC;QAEvE,MAAM,IAAI,GAAG,MAAM,IAAA,mBAAQ,EAAC,IAAI,CAAC,CAAC;QAClC,MAAM,OAAO,GAAG,oBAAoB,CAAC,IAAI,CAAC,CAAC;QAE3C,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAE1B,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpC,KAAK,MAAM,KAAK,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;gBACpC,MAAM,GAAG,GACP,OAAO,KAAK,CAAC,GAAG,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAA,oBAAa,EAAC,KAAK,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;gBAE/G,OAAO,CAAC,GAAG,CAAC,KAAK,mCAAuB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC;YACjE,CAAC;QACH,CAAC;IACH,CAAC;;AAhCe,mBAAW,GAAG,iBAAiB,CAAC;AAChC,aAAK,GAAG;IACtB,GAAG,kBAAW,CAAC,KAAK;IACpB,IAAI,EAAE,YAAK,CAAC,MAAM,CAAC;QACjB,WAAW,EAAE,mBAAmB;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;IACF,OAAO,EAAE,YAAK,CAAC,OAAO,CAAC;QACrB,WAAW,EAAE,uBAAuB;QACpC,OAAO,EAAE,KAAK;KACf,CAAC;CACH,CAAC;kBAZiB,OAAO"}
|
|
@@ -26,7 +26,7 @@ class Join extends base_1.BaseCommand {
|
|
|
26
26
|
}
|
|
27
27
|
if (encoded.startsWith('http') || encoded.startsWith('socket')) {
|
|
28
28
|
const searchParams = new URLSearchParams(encoded.substring(encoded.lastIndexOf('?')));
|
|
29
|
-
encoded = (_a = searchParams.get('spaceInvitationCode')) !== null && _a !== void 0 ? _a : encoded;
|
|
29
|
+
encoded = (_a = searchParams.get('spaceInvitationCode')) !== null && _a !== void 0 ? _a : encoded;
|
|
30
30
|
}
|
|
31
31
|
core_1.ux.action.start('Waiting for peer to connect');
|
|
32
32
|
const done = new async_1.Trigger();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"join.js","sourceRoot":"","sources":["../../../../src/commands/space/join.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;AAEF,sCAAwC;AACxC,kDAA0B;AAC1B,wDAAgC;AAEhC,uCAA6C;AAC7C,6CAAkD;AAElD,qCAAyC;AAEzC,MAAqB,IAAK,SAAQ,kBAAwB;IAaxD,KAAK,CAAC,GAAG;QACP,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;;YACpD,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;YACjD,IAAI,CAAC,OAAO,EAAE,CAAC;gBACb,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,kBAAQ,CAAC,MAAM,CAAyB;oBACnE,IAAI,EAAE,YAAY;oBAClB,OAAO,EAAE,YAAY;iBACtB,CAAC,CAAC;gBACH,OAAO,GAAG,UAAU,CAAC;YACvB,CAAC;YAED,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;gBAC/D,MAAM,YAAY,GAAG,IAAI,eAAe,CAAC,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBACtF,OAAO,GAAG,MAAA,YAAY,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"join.js","sourceRoot":"","sources":["../../../../src/commands/space/join.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;AAEF,sCAAwC;AACxC,kDAA0B;AAC1B,wDAAgC;AAEhC,uCAA6C;AAC7C,6CAAkD;AAElD,qCAAyC;AAEzC,MAAqB,IAAK,SAAQ,kBAAwB;IAaxD,KAAK,CAAC,GAAG;QACP,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;;YACpD,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;YACjD,IAAI,CAAC,OAAO,EAAE,CAAC;gBACb,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,kBAAQ,CAAC,MAAM,CAAyB;oBACnE,IAAI,EAAE,YAAY;oBAClB,OAAO,EAAE,YAAY;iBACtB,CAAC,CAAC;gBACH,OAAO,GAAG,UAAU,CAAC;YACvB,CAAC;YAED,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;gBAC/D,MAAM,YAAY,GAAG,IAAI,eAAe,CAAC,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBACtF,OAAO,GAAG,MAAA,YAAY,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,OAAO,CAAC;YAC/D,CAAC;YAED,SAAE,CAAC,MAAM,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC;YAC/C,MAAM,IAAI,GAAG,IAAI,eAAO,EAAE,CAAC;YAC3B,gEAAgE;YAChE,MAAM,UAAU,GAAG,MAAM,IAAA,2BAAgB,EAAC;gBACxC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAQ,CAAC;gBACxC,SAAS,EAAE;oBACT,YAAY,EAAE,KAAK,IAAI,EAAE,CAAC,SAAE,CAAC,MAAM,CAAC,IAAI,EAAE;oBAC1C,cAAc,EAAE,KAAK,IAAI,EAAE;wBACzB,IAAI,CAAC,MAAM,EAAE,CAAC;4BACZ,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,kBAAQ,CAAC,MAAM,CAAqB;gCAC3D,IAAI,EAAE,QAAQ;gCACd,OAAO,EAAE,IAAA,eAAK,EAAA,gBAAgB;6BAC/B,CAAC,CAAC;4BACH,OAAO,MAAM,CAAC;wBAChB,CAAC;wBACD,OAAO,MAAM,CAAC;oBAChB,CAAC;oBACD,SAAS,EAAE,KAAK,IAAI,EAAE;wBACpB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACd,CAAC;iBACF;aACF,CAAC,CAAC;YAEH,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC;YAClB,gCAAgC;YAChC,MAAM,IAAA,aAAK,EAAC,IAAI,CAAC,CAAC;YAClB,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,UAAU,CAAC,QAAS,CAAE,CAAC;YACvD,SAAE,CAAC,MAAM,CAAC,IAAA,eAAK,EAAA,8BAA8B,CAAC,CAAC;YAE/C,OAAO;gBACL,GAAG,EAAE,KAAK,CAAC,GAAG;aACf,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC;;AA7De,mBAAc,GAAG,IAAI,CAAC;AACtB,gBAAW,GAAG,uBAAuB,CAAC;AACtC,UAAK,GAAG;IACtB,GAAG,kBAAW,CAAC,KAAK;IACpB,UAAU,EAAE,YAAK,CAAC,MAAM,CAAC;QACvB,WAAW,EAAE,iBAAiB;KAC/B,CAAC;IACF,MAAM,EAAE,YAAK,CAAC,MAAM,CAAC;QACnB,WAAW,EAAE,mBAAmB;KACjC,CAAC;CACH,CAAC;kBAXiB,IAAI"}
|
package/oclif.manifest.json
CHANGED
|
@@ -839,16 +839,10 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"config": {
|
|
843
843
|
"aliases": [],
|
|
844
|
-
"args": {
|
|
845
|
-
|
|
846
|
-
"description": "App name.",
|
|
847
|
-
"name": "name",
|
|
848
|
-
"required": true
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"description": "Create template applications.",
|
|
844
|
+
"args": {},
|
|
845
|
+
"description": "Show config file.",
|
|
852
846
|
"flags": {
|
|
853
847
|
"json": {
|
|
854
848
|
"description": "Output as JSON.",
|
|
@@ -932,56 +926,35 @@
|
|
|
932
926
|
"hasDynamicHelp": false,
|
|
933
927
|
"multiple": false,
|
|
934
928
|
"type": "option"
|
|
935
|
-
},
|
|
936
|
-
"tag": {
|
|
937
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
938
|
-
"name": "tag",
|
|
939
|
-
"hasDynamicHelp": false,
|
|
940
|
-
"multiple": false,
|
|
941
|
-
"type": "option"
|
|
942
|
-
},
|
|
943
|
-
"template": {
|
|
944
|
-
"char": "t",
|
|
945
|
-
"description": "Template to use when creating the project.",
|
|
946
|
-
"name": "template",
|
|
947
|
-
"default": "hello",
|
|
948
|
-
"hasDynamicHelp": false,
|
|
949
|
-
"multiple": false,
|
|
950
|
-
"options": [
|
|
951
|
-
"hello",
|
|
952
|
-
"bare",
|
|
953
|
-
"tasks"
|
|
954
|
-
],
|
|
955
|
-
"type": "option"
|
|
956
|
-
},
|
|
957
|
-
"interactive": {
|
|
958
|
-
"char": "i",
|
|
959
|
-
"description": "Customize app template options via interactive prompt.",
|
|
960
|
-
"name": "interactive",
|
|
961
|
-
"allowNo": false,
|
|
962
|
-
"type": "boolean"
|
|
963
929
|
}
|
|
964
930
|
},
|
|
965
931
|
"hasDynamicHelp": false,
|
|
966
932
|
"hiddenAliases": [],
|
|
967
|
-
"id": "
|
|
933
|
+
"id": "config",
|
|
968
934
|
"pluginAlias": "@dxos/cli",
|
|
969
935
|
"pluginName": "@dxos/cli",
|
|
970
936
|
"pluginType": "core",
|
|
971
937
|
"strict": true,
|
|
938
|
+
"enableJsonFlag": true,
|
|
972
939
|
"isESM": false,
|
|
973
940
|
"relativePath": [
|
|
974
941
|
"dist",
|
|
975
942
|
"src",
|
|
976
943
|
"commands",
|
|
977
|
-
"
|
|
978
|
-
"
|
|
944
|
+
"config",
|
|
945
|
+
"index.js"
|
|
979
946
|
]
|
|
980
947
|
},
|
|
981
|
-
"app:
|
|
948
|
+
"app:create": {
|
|
982
949
|
"aliases": [],
|
|
983
|
-
"args": {
|
|
984
|
-
|
|
950
|
+
"args": {
|
|
951
|
+
"name": {
|
|
952
|
+
"description": "App name.",
|
|
953
|
+
"name": "name",
|
|
954
|
+
"required": true
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"description": "Create template applications.",
|
|
985
958
|
"flags": {
|
|
986
959
|
"json": {
|
|
987
960
|
"description": "Output as JSON.",
|
|
@@ -1066,41 +1039,55 @@
|
|
|
1066
1039
|
"multiple": false,
|
|
1067
1040
|
"type": "option"
|
|
1068
1041
|
},
|
|
1069
|
-
"
|
|
1070
|
-
"description": "
|
|
1071
|
-
"name": "
|
|
1042
|
+
"tag": {
|
|
1043
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1044
|
+
"name": "tag",
|
|
1045
|
+
"hasDynamicHelp": false,
|
|
1046
|
+
"multiple": false,
|
|
1047
|
+
"type": "option"
|
|
1048
|
+
},
|
|
1049
|
+
"template": {
|
|
1050
|
+
"char": "t",
|
|
1051
|
+
"description": "Template to use when creating the project.",
|
|
1052
|
+
"name": "template",
|
|
1053
|
+
"default": "hello",
|
|
1054
|
+
"hasDynamicHelp": false,
|
|
1055
|
+
"multiple": false,
|
|
1056
|
+
"options": [
|
|
1057
|
+
"hello",
|
|
1058
|
+
"bare",
|
|
1059
|
+
"tasks"
|
|
1060
|
+
],
|
|
1061
|
+
"type": "option"
|
|
1062
|
+
},
|
|
1063
|
+
"interactive": {
|
|
1064
|
+
"char": "i",
|
|
1065
|
+
"description": "Customize app template options via interactive prompt.",
|
|
1066
|
+
"name": "interactive",
|
|
1072
1067
|
"allowNo": false,
|
|
1073
1068
|
"type": "boolean"
|
|
1074
1069
|
}
|
|
1075
1070
|
},
|
|
1076
1071
|
"hasDynamicHelp": false,
|
|
1077
1072
|
"hiddenAliases": [],
|
|
1078
|
-
"id": "app:
|
|
1073
|
+
"id": "app:create",
|
|
1079
1074
|
"pluginAlias": "@dxos/cli",
|
|
1080
1075
|
"pluginName": "@dxos/cli",
|
|
1081
1076
|
"pluginType": "core",
|
|
1082
|
-
"state": "deprecated",
|
|
1083
1077
|
"strict": true,
|
|
1084
|
-
"enableJsonFlag": true,
|
|
1085
1078
|
"isESM": false,
|
|
1086
1079
|
"relativePath": [
|
|
1087
1080
|
"dist",
|
|
1088
1081
|
"src",
|
|
1089
1082
|
"commands",
|
|
1090
1083
|
"app",
|
|
1091
|
-
"
|
|
1084
|
+
"create.js"
|
|
1092
1085
|
]
|
|
1093
1086
|
},
|
|
1094
|
-
"app:
|
|
1087
|
+
"app:list": {
|
|
1095
1088
|
"aliases": [],
|
|
1096
|
-
"args": {
|
|
1097
|
-
|
|
1098
|
-
"description": "App URL.",
|
|
1099
|
-
"name": "url",
|
|
1100
|
-
"required": true
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1089
|
+
"args": {},
|
|
1090
|
+
"description": "List apps (deprecated).",
|
|
1104
1091
|
"flags": {
|
|
1105
1092
|
"json": {
|
|
1106
1093
|
"description": "Output as JSON.",
|
|
@@ -1185,27 +1172,20 @@
|
|
|
1185
1172
|
"multiple": false,
|
|
1186
1173
|
"type": "option"
|
|
1187
1174
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"description": "
|
|
1190
|
-
"name": "
|
|
1191
|
-
"default": 1,
|
|
1192
|
-
"hasDynamicHelp": false,
|
|
1193
|
-
"multiple": false,
|
|
1194
|
-
"type": "option"
|
|
1195
|
-
},
|
|
1196
|
-
"invite": {
|
|
1197
|
-
"description": "If `true` proceed device invitation for all instances.",
|
|
1198
|
-
"name": "invite",
|
|
1175
|
+
"extended": {
|
|
1176
|
+
"description": "Show extended table columns.",
|
|
1177
|
+
"name": "extended",
|
|
1199
1178
|
"allowNo": false,
|
|
1200
1179
|
"type": "boolean"
|
|
1201
1180
|
}
|
|
1202
1181
|
},
|
|
1203
1182
|
"hasDynamicHelp": false,
|
|
1204
1183
|
"hiddenAliases": [],
|
|
1205
|
-
"id": "app:
|
|
1184
|
+
"id": "app:list",
|
|
1206
1185
|
"pluginAlias": "@dxos/cli",
|
|
1207
1186
|
"pluginName": "@dxos/cli",
|
|
1208
1187
|
"pluginType": "core",
|
|
1188
|
+
"state": "deprecated",
|
|
1209
1189
|
"strict": true,
|
|
1210
1190
|
"enableJsonFlag": true,
|
|
1211
1191
|
"isESM": false,
|
|
@@ -1214,13 +1194,19 @@
|
|
|
1214
1194
|
"src",
|
|
1215
1195
|
"commands",
|
|
1216
1196
|
"app",
|
|
1217
|
-
"
|
|
1197
|
+
"list.js"
|
|
1218
1198
|
]
|
|
1219
1199
|
},
|
|
1220
|
-
"app:
|
|
1200
|
+
"app:open": {
|
|
1221
1201
|
"aliases": [],
|
|
1222
|
-
"args": {
|
|
1223
|
-
|
|
1202
|
+
"args": {
|
|
1203
|
+
"url": {
|
|
1204
|
+
"description": "App URL.",
|
|
1205
|
+
"name": "url",
|
|
1206
|
+
"required": true
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1224
1210
|
"flags": {
|
|
1225
1211
|
"json": {
|
|
1226
1212
|
"description": "Output as JSON.",
|
|
@@ -1305,55 +1291,42 @@
|
|
|
1305
1291
|
"multiple": false,
|
|
1306
1292
|
"type": "option"
|
|
1307
1293
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"description": "
|
|
1310
|
-
"name": "
|
|
1311
|
-
"
|
|
1312
|
-
"multiple": false,
|
|
1313
|
-
"type": "option"
|
|
1314
|
-
},
|
|
1315
|
-
"accessToken": {
|
|
1316
|
-
"description": "Access token for publishing.",
|
|
1317
|
-
"name": "accessToken",
|
|
1294
|
+
"instances": {
|
|
1295
|
+
"description": "Amount of test instances.",
|
|
1296
|
+
"name": "instances",
|
|
1297
|
+
"default": 1,
|
|
1318
1298
|
"hasDynamicHelp": false,
|
|
1319
1299
|
"multiple": false,
|
|
1320
1300
|
"type": "option"
|
|
1321
1301
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"description": "
|
|
1324
|
-
"name": "
|
|
1302
|
+
"invite": {
|
|
1303
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1304
|
+
"name": "invite",
|
|
1325
1305
|
"allowNo": false,
|
|
1326
1306
|
"type": "boolean"
|
|
1327
|
-
},
|
|
1328
|
-
"version": {
|
|
1329
|
-
"description": "Version of modules to publish.",
|
|
1330
|
-
"name": "version",
|
|
1331
|
-
"hasDynamicHelp": false,
|
|
1332
|
-
"multiple": false,
|
|
1333
|
-
"type": "option"
|
|
1334
1307
|
}
|
|
1335
1308
|
},
|
|
1336
1309
|
"hasDynamicHelp": false,
|
|
1337
1310
|
"hiddenAliases": [],
|
|
1338
|
-
"id": "app:
|
|
1311
|
+
"id": "app:open",
|
|
1339
1312
|
"pluginAlias": "@dxos/cli",
|
|
1340
1313
|
"pluginName": "@dxos/cli",
|
|
1341
1314
|
"pluginType": "core",
|
|
1342
|
-
"state": "deprecated",
|
|
1343
1315
|
"strict": true,
|
|
1316
|
+
"enableJsonFlag": true,
|
|
1344
1317
|
"isESM": false,
|
|
1345
1318
|
"relativePath": [
|
|
1346
1319
|
"dist",
|
|
1347
1320
|
"src",
|
|
1348
1321
|
"commands",
|
|
1349
1322
|
"app",
|
|
1350
|
-
"
|
|
1323
|
+
"open.js"
|
|
1351
1324
|
]
|
|
1352
1325
|
},
|
|
1353
|
-
"
|
|
1326
|
+
"app:publish": {
|
|
1354
1327
|
"aliases": [],
|
|
1355
1328
|
"args": {},
|
|
1356
|
-
"description": "
|
|
1329
|
+
"description": "Publish apps (deprecated).",
|
|
1357
1330
|
"flags": {
|
|
1358
1331
|
"json": {
|
|
1359
1332
|
"description": "Output as JSON.",
|
|
@@ -1437,23 +1410,50 @@
|
|
|
1437
1410
|
"hasDynamicHelp": false,
|
|
1438
1411
|
"multiple": false,
|
|
1439
1412
|
"type": "option"
|
|
1413
|
+
},
|
|
1414
|
+
"configPath": {
|
|
1415
|
+
"description": "Path to dx.yml",
|
|
1416
|
+
"name": "configPath",
|
|
1417
|
+
"hasDynamicHelp": false,
|
|
1418
|
+
"multiple": false,
|
|
1419
|
+
"type": "option"
|
|
1420
|
+
},
|
|
1421
|
+
"accessToken": {
|
|
1422
|
+
"description": "Access token for publishing.",
|
|
1423
|
+
"name": "accessToken",
|
|
1424
|
+
"hasDynamicHelp": false,
|
|
1425
|
+
"multiple": false,
|
|
1426
|
+
"type": "option"
|
|
1427
|
+
},
|
|
1428
|
+
"skipExisting": {
|
|
1429
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1430
|
+
"name": "skipExisting",
|
|
1431
|
+
"allowNo": false,
|
|
1432
|
+
"type": "boolean"
|
|
1433
|
+
},
|
|
1434
|
+
"version": {
|
|
1435
|
+
"description": "Version of modules to publish.",
|
|
1436
|
+
"name": "version",
|
|
1437
|
+
"hasDynamicHelp": false,
|
|
1438
|
+
"multiple": false,
|
|
1439
|
+
"type": "option"
|
|
1440
1440
|
}
|
|
1441
1441
|
},
|
|
1442
1442
|
"hasDynamicHelp": false,
|
|
1443
1443
|
"hiddenAliases": [],
|
|
1444
|
-
"id": "
|
|
1444
|
+
"id": "app:publish",
|
|
1445
1445
|
"pluginAlias": "@dxos/cli",
|
|
1446
1446
|
"pluginName": "@dxos/cli",
|
|
1447
1447
|
"pluginType": "core",
|
|
1448
|
+
"state": "deprecated",
|
|
1448
1449
|
"strict": true,
|
|
1449
|
-
"enableJsonFlag": true,
|
|
1450
1450
|
"isESM": false,
|
|
1451
1451
|
"relativePath": [
|
|
1452
1452
|
"dist",
|
|
1453
1453
|
"src",
|
|
1454
1454
|
"commands",
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1455
|
+
"app",
|
|
1456
|
+
"publish.js"
|
|
1457
1457
|
]
|
|
1458
1458
|
},
|
|
1459
1459
|
"debug:diagnostics": {
|
|
@@ -3488,6 +3488,245 @@
|
|
|
3488
3488
|
"update.js"
|
|
3489
3489
|
]
|
|
3490
3490
|
},
|
|
3491
|
+
"profile:import": {
|
|
3492
|
+
"aliases": [],
|
|
3493
|
+
"args": {},
|
|
3494
|
+
"description": "Import profile.",
|
|
3495
|
+
"flags": {
|
|
3496
|
+
"json": {
|
|
3497
|
+
"description": "Output as JSON.",
|
|
3498
|
+
"name": "json",
|
|
3499
|
+
"allowNo": false,
|
|
3500
|
+
"type": "boolean"
|
|
3501
|
+
},
|
|
3502
|
+
"verbose": {
|
|
3503
|
+
"char": "v",
|
|
3504
|
+
"description": "Verbose output",
|
|
3505
|
+
"name": "verbose",
|
|
3506
|
+
"allowNo": false,
|
|
3507
|
+
"type": "boolean"
|
|
3508
|
+
},
|
|
3509
|
+
"dry-run": {
|
|
3510
|
+
"description": "Dry run.",
|
|
3511
|
+
"name": "dry-run",
|
|
3512
|
+
"allowNo": false,
|
|
3513
|
+
"type": "boolean"
|
|
3514
|
+
},
|
|
3515
|
+
"profile": {
|
|
3516
|
+
"description": "User profile.",
|
|
3517
|
+
"env": "DX_PROFILE",
|
|
3518
|
+
"name": "profile",
|
|
3519
|
+
"default": "default",
|
|
3520
|
+
"hasDynamicHelp": false,
|
|
3521
|
+
"multiple": false,
|
|
3522
|
+
"type": "option"
|
|
3523
|
+
},
|
|
3524
|
+
"config": {
|
|
3525
|
+
"aliases": [
|
|
3526
|
+
"c"
|
|
3527
|
+
],
|
|
3528
|
+
"dependsOn": [
|
|
3529
|
+
"profile"
|
|
3530
|
+
],
|
|
3531
|
+
"description": "Config file.",
|
|
3532
|
+
"env": "DX_CONFIG",
|
|
3533
|
+
"name": "config",
|
|
3534
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3535
|
+
"hasDynamicHelp": false,
|
|
3536
|
+
"helpValue": "path",
|
|
3537
|
+
"multiple": false,
|
|
3538
|
+
"type": "option"
|
|
3539
|
+
},
|
|
3540
|
+
"timeout": {
|
|
3541
|
+
"aliases": [
|
|
3542
|
+
"t"
|
|
3543
|
+
],
|
|
3544
|
+
"description": "Timeout (ms).",
|
|
3545
|
+
"name": "timeout",
|
|
3546
|
+
"default": 60000,
|
|
3547
|
+
"hasDynamicHelp": false,
|
|
3548
|
+
"multiple": false,
|
|
3549
|
+
"type": "option"
|
|
3550
|
+
},
|
|
3551
|
+
"target": {
|
|
3552
|
+
"description": "Target websocket server.",
|
|
3553
|
+
"name": "target",
|
|
3554
|
+
"hasDynamicHelp": false,
|
|
3555
|
+
"multiple": false,
|
|
3556
|
+
"type": "option"
|
|
3557
|
+
},
|
|
3558
|
+
"agent": {
|
|
3559
|
+
"description": "Run command with agent.",
|
|
3560
|
+
"env": "DX_NO_AGENT",
|
|
3561
|
+
"name": "agent",
|
|
3562
|
+
"allowNo": true,
|
|
3563
|
+
"type": "boolean"
|
|
3564
|
+
},
|
|
3565
|
+
"json-log": {
|
|
3566
|
+
"description": "When running in foreground, log JSON format",
|
|
3567
|
+
"name": "json-log",
|
|
3568
|
+
"allowNo": false,
|
|
3569
|
+
"type": "boolean"
|
|
3570
|
+
},
|
|
3571
|
+
"json-logfile": {
|
|
3572
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
3573
|
+
"name": "json-logfile",
|
|
3574
|
+
"default": "stderr",
|
|
3575
|
+
"hasDynamicHelp": false,
|
|
3576
|
+
"multiple": false,
|
|
3577
|
+
"type": "option"
|
|
3578
|
+
},
|
|
3579
|
+
"file": {
|
|
3580
|
+
"description": "Archive filename.",
|
|
3581
|
+
"name": "file",
|
|
3582
|
+
"required": true,
|
|
3583
|
+
"hasDynamicHelp": false,
|
|
3584
|
+
"multiple": false,
|
|
3585
|
+
"type": "option"
|
|
3586
|
+
},
|
|
3587
|
+
"data-dir": {
|
|
3588
|
+
"description": "Storage directory.",
|
|
3589
|
+
"name": "data-dir",
|
|
3590
|
+
"hasDynamicHelp": false,
|
|
3591
|
+
"multiple": false,
|
|
3592
|
+
"type": "option"
|
|
3593
|
+
}
|
|
3594
|
+
},
|
|
3595
|
+
"hasDynamicHelp": false,
|
|
3596
|
+
"hiddenAliases": [],
|
|
3597
|
+
"id": "profile:import",
|
|
3598
|
+
"pluginAlias": "@dxos/cli",
|
|
3599
|
+
"pluginName": "@dxos/cli",
|
|
3600
|
+
"pluginType": "core",
|
|
3601
|
+
"strict": true,
|
|
3602
|
+
"isESM": false,
|
|
3603
|
+
"relativePath": [
|
|
3604
|
+
"dist",
|
|
3605
|
+
"src",
|
|
3606
|
+
"commands",
|
|
3607
|
+
"profile",
|
|
3608
|
+
"import.js"
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3611
|
+
"profile:inspect": {
|
|
3612
|
+
"aliases": [],
|
|
3613
|
+
"args": {},
|
|
3614
|
+
"description": "Import profile.",
|
|
3615
|
+
"flags": {
|
|
3616
|
+
"json": {
|
|
3617
|
+
"description": "Output as JSON.",
|
|
3618
|
+
"name": "json",
|
|
3619
|
+
"allowNo": false,
|
|
3620
|
+
"type": "boolean"
|
|
3621
|
+
},
|
|
3622
|
+
"verbose": {
|
|
3623
|
+
"char": "v",
|
|
3624
|
+
"description": "Verbose output",
|
|
3625
|
+
"name": "verbose",
|
|
3626
|
+
"allowNo": false,
|
|
3627
|
+
"type": "boolean"
|
|
3628
|
+
},
|
|
3629
|
+
"dry-run": {
|
|
3630
|
+
"description": "Dry run.",
|
|
3631
|
+
"name": "dry-run",
|
|
3632
|
+
"allowNo": false,
|
|
3633
|
+
"type": "boolean"
|
|
3634
|
+
},
|
|
3635
|
+
"profile": {
|
|
3636
|
+
"description": "User profile.",
|
|
3637
|
+
"env": "DX_PROFILE",
|
|
3638
|
+
"name": "profile",
|
|
3639
|
+
"default": "default",
|
|
3640
|
+
"hasDynamicHelp": false,
|
|
3641
|
+
"multiple": false,
|
|
3642
|
+
"type": "option"
|
|
3643
|
+
},
|
|
3644
|
+
"config": {
|
|
3645
|
+
"aliases": [
|
|
3646
|
+
"c"
|
|
3647
|
+
],
|
|
3648
|
+
"dependsOn": [
|
|
3649
|
+
"profile"
|
|
3650
|
+
],
|
|
3651
|
+
"description": "Config file.",
|
|
3652
|
+
"env": "DX_CONFIG",
|
|
3653
|
+
"name": "config",
|
|
3654
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3655
|
+
"hasDynamicHelp": false,
|
|
3656
|
+
"helpValue": "path",
|
|
3657
|
+
"multiple": false,
|
|
3658
|
+
"type": "option"
|
|
3659
|
+
},
|
|
3660
|
+
"timeout": {
|
|
3661
|
+
"aliases": [
|
|
3662
|
+
"t"
|
|
3663
|
+
],
|
|
3664
|
+
"description": "Timeout (ms).",
|
|
3665
|
+
"name": "timeout",
|
|
3666
|
+
"default": 60000,
|
|
3667
|
+
"hasDynamicHelp": false,
|
|
3668
|
+
"multiple": false,
|
|
3669
|
+
"type": "option"
|
|
3670
|
+
},
|
|
3671
|
+
"target": {
|
|
3672
|
+
"description": "Target websocket server.",
|
|
3673
|
+
"name": "target",
|
|
3674
|
+
"hasDynamicHelp": false,
|
|
3675
|
+
"multiple": false,
|
|
3676
|
+
"type": "option"
|
|
3677
|
+
},
|
|
3678
|
+
"agent": {
|
|
3679
|
+
"description": "Run command with agent.",
|
|
3680
|
+
"env": "DX_NO_AGENT",
|
|
3681
|
+
"name": "agent",
|
|
3682
|
+
"allowNo": true,
|
|
3683
|
+
"type": "boolean"
|
|
3684
|
+
},
|
|
3685
|
+
"json-log": {
|
|
3686
|
+
"description": "When running in foreground, log JSON format",
|
|
3687
|
+
"name": "json-log",
|
|
3688
|
+
"allowNo": false,
|
|
3689
|
+
"type": "boolean"
|
|
3690
|
+
},
|
|
3691
|
+
"json-logfile": {
|
|
3692
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
3693
|
+
"name": "json-logfile",
|
|
3694
|
+
"default": "stderr",
|
|
3695
|
+
"hasDynamicHelp": false,
|
|
3696
|
+
"multiple": false,
|
|
3697
|
+
"type": "option"
|
|
3698
|
+
},
|
|
3699
|
+
"file": {
|
|
3700
|
+
"description": "Archive filename.",
|
|
3701
|
+
"name": "file",
|
|
3702
|
+
"required": true,
|
|
3703
|
+
"hasDynamicHelp": false,
|
|
3704
|
+
"multiple": false,
|
|
3705
|
+
"type": "option"
|
|
3706
|
+
},
|
|
3707
|
+
"storage": {
|
|
3708
|
+
"description": "List storage entries.",
|
|
3709
|
+
"name": "storage",
|
|
3710
|
+
"allowNo": false,
|
|
3711
|
+
"type": "boolean"
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
"hasDynamicHelp": false,
|
|
3715
|
+
"hiddenAliases": [],
|
|
3716
|
+
"id": "profile:inspect",
|
|
3717
|
+
"pluginAlias": "@dxos/cli",
|
|
3718
|
+
"pluginName": "@dxos/cli",
|
|
3719
|
+
"pluginType": "core",
|
|
3720
|
+
"strict": true,
|
|
3721
|
+
"isESM": false,
|
|
3722
|
+
"relativePath": [
|
|
3723
|
+
"dist",
|
|
3724
|
+
"src",
|
|
3725
|
+
"commands",
|
|
3726
|
+
"profile",
|
|
3727
|
+
"inspect.js"
|
|
3728
|
+
]
|
|
3729
|
+
},
|
|
3491
3730
|
"reset": {
|
|
3492
3731
|
"aliases": [],
|
|
3493
3732
|
"args": {},
|
|
@@ -4994,7 +5233,7 @@
|
|
|
4994
5233
|
"name": {
|
|
4995
5234
|
"description": "Tunnel name",
|
|
4996
5235
|
"name": "name",
|
|
4997
|
-
"default": "
|
|
5236
|
+
"default": "xray-social-timing-crazy",
|
|
4998
5237
|
"hasDynamicHelp": false,
|
|
4999
5238
|
"multiple": false,
|
|
5000
5239
|
"type": "option"
|
|
@@ -5627,5 +5866,5 @@
|
|
|
5627
5866
|
]
|
|
5628
5867
|
}
|
|
5629
5868
|
},
|
|
5630
|
-
"version": "0.5.9-main.
|
|
5869
|
+
"version": "0.5.9-main.a75fa71"
|
|
5631
5870
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.9-main.
|
|
3
|
+
"version": "0.5.9-main.a75fa71",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,32 +52,32 @@
|
|
|
52
52
|
"uuid": "^8.3.2",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@dxos/agent": "0.5.9-main.
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/cli-base": "0.5.9-main.
|
|
59
|
-
"@dxos/client": "0.5.9-main.
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/client-protocol": "0.5.9-main.
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/debug": "0.5.9-main.
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/functions": "0.5.9-main.
|
|
68
|
-
"@dxos/hello-template": "0.5.9-main.
|
|
69
|
-
"@dxos/invariant": "0.5.9-main.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/network-manager": "0.5.9-main.
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/observability": "0.5.9-main.
|
|
74
|
-
"@dxos/plate": "0.5.9-main.
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/random": "0.5.9-main.
|
|
78
|
-
"@dxos/rpc": "0.5.9-main.
|
|
79
|
-
"@dxos/tasks-template": "0.5.9-main.
|
|
80
|
-
"@dxos/util": "0.5.9-main.
|
|
55
|
+
"@dxos/agent": "0.5.9-main.a75fa71",
|
|
56
|
+
"@dxos/bare-template": "0.5.9-main.a75fa71",
|
|
57
|
+
"@dxos/async": "0.5.9-main.a75fa71",
|
|
58
|
+
"@dxos/cli-base": "0.5.9-main.a75fa71",
|
|
59
|
+
"@dxos/client": "0.5.9-main.a75fa71",
|
|
60
|
+
"@dxos/cli-composer": "0.5.9-main.a75fa71",
|
|
61
|
+
"@dxos/client-protocol": "0.5.9-main.a75fa71",
|
|
62
|
+
"@dxos/client-services": "0.5.9-main.a75fa71",
|
|
63
|
+
"@dxos/config": "0.5.9-main.a75fa71",
|
|
64
|
+
"@dxos/debug": "0.5.9-main.a75fa71",
|
|
65
|
+
"@dxos/echo-schema": "0.5.9-main.a75fa71",
|
|
66
|
+
"@dxos/context": "0.5.9-main.a75fa71",
|
|
67
|
+
"@dxos/functions": "0.5.9-main.a75fa71",
|
|
68
|
+
"@dxos/hello-template": "0.5.9-main.a75fa71",
|
|
69
|
+
"@dxos/invariant": "0.5.9-main.a75fa71",
|
|
70
|
+
"@dxos/log": "0.5.9-main.a75fa71",
|
|
71
|
+
"@dxos/network-manager": "0.5.9-main.a75fa71",
|
|
72
|
+
"@dxos/node-std": "0.5.9-main.a75fa71",
|
|
73
|
+
"@dxos/observability": "0.5.9-main.a75fa71",
|
|
74
|
+
"@dxos/plate": "0.5.9-main.a75fa71",
|
|
75
|
+
"@dxos/process": "0.5.9-main.a75fa71",
|
|
76
|
+
"@dxos/protocols": "0.5.9-main.a75fa71",
|
|
77
|
+
"@dxos/random": "0.5.9-main.a75fa71",
|
|
78
|
+
"@dxos/rpc": "0.5.9-main.a75fa71",
|
|
79
|
+
"@dxos/tasks-template": "0.5.9-main.a75fa71",
|
|
80
|
+
"@dxos/util": "0.5.9-main.a75fa71"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@effect/schema": "^0.67.16",
|