@dxos/cli 0.3.3 → 0.3.4-main.e2d9be5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ $ npm install -g @dxos/cli
|
|
|
120
120
|
$ dx COMMAND
|
|
121
121
|
running command...
|
|
122
122
|
$ dx (--version)
|
|
123
|
-
@dxos/cli/0.3.
|
|
123
|
+
@dxos/cli/0.3.4-main.e2d9be5 linux-x64 node-v18.18.2
|
|
124
124
|
$ dx --help [COMMAND]
|
|
125
125
|
USAGE
|
|
126
126
|
$ dx COMMAND
|
|
@@ -1328,7 +1328,7 @@ FLAGS
|
|
|
1328
1328
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1329
1329
|
--dry-run Dry run.
|
|
1330
1330
|
--json Output as JSON.
|
|
1331
|
-
--name=<value> [default:
|
|
1331
|
+
--name=<value> [default: uncle-sodium-diet-island] Tunnel name
|
|
1332
1332
|
--no-agent Run command without using or starting agent.
|
|
1333
1333
|
--no-wait Do not wait for space to be ready.
|
|
1334
1334
|
--profile=<value> [default: default] User profile.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const DX_ENVIRONMENT:
|
|
2
|
-
export declare const DX_RELEASE:
|
|
3
|
-
export declare const SENTRY_DESTINATION:
|
|
4
|
-
export declare const TELEMETRY_API_KEY:
|
|
1
|
+
export declare const DX_ENVIRONMENT: string;
|
|
2
|
+
export declare const DX_RELEASE: string;
|
|
3
|
+
export declare const SENTRY_DESTINATION: string;
|
|
4
|
+
export declare const TELEMETRY_API_KEY: string;
|
|
5
5
|
export declare const IPDATA_API_KEY: string;
|
|
6
6
|
export type TelemetryContext = {
|
|
7
7
|
mode: 'disabled' | 'basic' | 'full';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"telemetry.d.ts","sourceRoot":"","sources":["../../../src/util/telemetry.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"telemetry.d.ts","sourceRoot":"","sources":["../../../src/util/telemetry.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,cAAc,QAAqC,CAAC;AACjE,eAAO,MAAM,UAAU,QAAiC,CAAC;AACzD,eAAO,MAAM,kBAAkB,QAAyC,CAAC;AACzE,eAAO,MAAM,iBAAiB,QAAwC,CAAC;AACvE,eAAO,MAAM,cAAc,QAAqC,CAAC;AAOjE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,OAAO,CAAC;IACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAaF,eAAO,MAAM,gBAAgB,cAAqB,MAAM,kBAiBvD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,cAAqB,MAAM,kBAY1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,cAAqB,MAAM,KAAG,QAAQ,gBAAgB,CAcrF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"DX_ENVIRONMENT":
|
|
3
|
-
"DX_RELEASE":
|
|
4
|
-
"SENTRY_DESTINATION":
|
|
5
|
-
"TELEMETRY_API_KEY":
|
|
2
|
+
"DX_ENVIRONMENT": "staging",
|
|
3
|
+
"DX_RELEASE": "cli@0.3.4-main.e2d9be5",
|
|
4
|
+
"SENTRY_DESTINATION": "https://2647916221e643869965e78469479aa4@o4504012000067584.ingest.sentry.io/4504012027265029",
|
|
5
|
+
"TELEMETRY_API_KEY": "B00QG6PtJJrJ0VVFe0H5a6bcUUShKyZM",
|
|
6
6
|
"IPDATA_API_KEY": "ccc5f0cd66dd34a7c31c2ddc61c2bbca2db73892a993982bb3a5f0e2"
|
|
7
7
|
}
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.3.
|
|
2
|
+
"version": "0.3.4-main.e2d9be5",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
"type": "option",
|
|
3508
3508
|
"description": "Tunnel name",
|
|
3509
3509
|
"multiple": false,
|
|
3510
|
-
"default": "
|
|
3510
|
+
"default": "uncle-sodium-diet-island"
|
|
3511
3511
|
}
|
|
3512
3512
|
},
|
|
3513
3513
|
"args": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4-main.e2d9be5",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -45,26 +45,26 @@
|
|
|
45
45
|
"react": "^18.2.0",
|
|
46
46
|
"uuid": "^8.3.2",
|
|
47
47
|
"ws": "^7.4.4",
|
|
48
|
-
"@dxos/agent": "0.3.
|
|
49
|
-
"@dxos/async": "0.3.
|
|
50
|
-
"@dxos/bare-template": "0.3.
|
|
51
|
-
"@dxos/client": "0.3.
|
|
52
|
-
"@dxos/client-protocol": "0.3.
|
|
53
|
-
"@dxos/config": "0.3.
|
|
54
|
-
"@dxos/context": "0.3.
|
|
55
|
-
"@dxos/debug": "0.3.
|
|
56
|
-
"@dxos/functions": "0.3.
|
|
57
|
-
"@dxos/hello-template": "0.3.
|
|
58
|
-
"@dxos/invariant": "0.3.
|
|
59
|
-
"@dxos/log": "0.3.
|
|
60
|
-
"@dxos/plate": "0.3.
|
|
61
|
-
"@dxos/process": "0.3.
|
|
62
|
-
"@dxos/protocols": "0.3.
|
|
63
|
-
"@dxos/rpc": "0.3.
|
|
64
|
-
"@dxos/sentry": "0.3.
|
|
65
|
-
"@dxos/tasks-template": "0.3.
|
|
66
|
-
"@dxos/telemetry": "0.3.
|
|
67
|
-
"@dxos/util": "0.3.
|
|
48
|
+
"@dxos/agent": "0.3.4-main.e2d9be5",
|
|
49
|
+
"@dxos/async": "0.3.4-main.e2d9be5",
|
|
50
|
+
"@dxos/bare-template": "0.3.4-main.e2d9be5",
|
|
51
|
+
"@dxos/client": "0.3.4-main.e2d9be5",
|
|
52
|
+
"@dxos/client-protocol": "0.3.4-main.e2d9be5",
|
|
53
|
+
"@dxos/config": "0.3.4-main.e2d9be5",
|
|
54
|
+
"@dxos/context": "0.3.4-main.e2d9be5",
|
|
55
|
+
"@dxos/debug": "0.3.4-main.e2d9be5",
|
|
56
|
+
"@dxos/functions": "0.3.4-main.e2d9be5",
|
|
57
|
+
"@dxos/hello-template": "0.3.4-main.e2d9be5",
|
|
58
|
+
"@dxos/invariant": "0.3.4-main.e2d9be5",
|
|
59
|
+
"@dxos/log": "0.3.4-main.e2d9be5",
|
|
60
|
+
"@dxos/plate": "0.3.4-main.e2d9be5",
|
|
61
|
+
"@dxos/process": "0.3.4-main.e2d9be5",
|
|
62
|
+
"@dxos/protocols": "0.3.4-main.e2d9be5",
|
|
63
|
+
"@dxos/rpc": "0.3.4-main.e2d9be5",
|
|
64
|
+
"@dxos/sentry": "0.3.4-main.e2d9be5",
|
|
65
|
+
"@dxos/tasks-template": "0.3.4-main.e2d9be5",
|
|
66
|
+
"@dxos/telemetry": "0.3.4-main.e2d9be5",
|
|
67
|
+
"@dxos/util": "0.3.4-main.e2d9be5"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@oclif/test": "^2.3.31",
|