@dxos/cli 0.1.55 → 0.1.56-main.2d20728
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
|
@@ -80,7 +80,7 @@ $ npm install -g @dxos/cli
|
|
|
80
80
|
$ dx COMMAND
|
|
81
81
|
running command...
|
|
82
82
|
$ dx (--version)
|
|
83
|
-
@dxos/cli/0.1.
|
|
83
|
+
@dxos/cli/0.1.56-main.2d20728 linux-x64 node-v18.17.0
|
|
84
84
|
$ dx --help [COMMAND]
|
|
85
85
|
USAGE
|
|
86
86
|
$ dx COMMAND
|
|
@@ -1526,7 +1526,7 @@ FLAGS
|
|
|
1526
1526
|
--config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
|
|
1527
1527
|
--dry-run Dry run.
|
|
1528
1528
|
--json Output as JSON.
|
|
1529
|
-
--name=<value> [default:
|
|
1529
|
+
--name=<value> [default: early-michigan-uniform-july] Tunnel name
|
|
1530
1530
|
--no-agent Run command without agent.
|
|
1531
1531
|
--no-wait Do not wait for space to be ready.
|
|
1532
1532
|
--profile=<value> [default: default] User profile.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const DX_ENVIRONMENT: string;
|
|
2
|
-
export declare const DX_RELEASE:
|
|
3
|
-
export declare const SENTRY_DESTINATION:
|
|
4
|
-
export declare const TELEMETRY_API_KEY:
|
|
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 declare const DX_DISABLE_TELEMETRY: string | undefined;
|
|
7
7
|
export type TelemetryContext = {
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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;AAGjE,eAAO,MAAM,oBAAoB,oBAAgD,CAAC;AAElF,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": "@dxos/cli@0.1.56-main.2d20728",
|
|
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.1.
|
|
2
|
+
"version": "0.1.56-main.2d20728",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
"type": "option",
|
|
3491
3491
|
"description": "Tunnel name",
|
|
3492
3492
|
"multiple": false,
|
|
3493
|
-
"default": "
|
|
3493
|
+
"default": "early-michigan-uniform-july"
|
|
3494
3494
|
}
|
|
3495
3495
|
},
|
|
3496
3496
|
"args": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.56-main.2d20728",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"uuid": "^8.3.2",
|
|
49
49
|
"ws": "^7.4.4",
|
|
50
|
-
"@dxos/agent": "0.1.
|
|
51
|
-
"@dxos/async": "0.1.
|
|
52
|
-
"@dxos/bare-template": "0.1.
|
|
53
|
-
"@dxos/client": "0.1.
|
|
54
|
-
"@dxos/client-protocol": "0.1.
|
|
55
|
-
"@dxos/config": "0.1.
|
|
56
|
-
"@dxos/context": "0.1.
|
|
57
|
-
"@dxos/debug": "0.1.
|
|
58
|
-
"@dxos/functions": "0.1.
|
|
59
|
-
"@dxos/hello-template": "0.1.
|
|
60
|
-
"@dxos/log": "0.1.
|
|
61
|
-
"@dxos/plate": "0.1.
|
|
62
|
-
"@dxos/protocols": "0.1.
|
|
63
|
-
"@dxos/rpc": "0.1.
|
|
64
|
-
"@dxos/sentry": "0.1.
|
|
65
|
-
"@dxos/tasks-template": "0.1.
|
|
66
|
-
"@dxos/telemetry": "0.1.
|
|
67
|
-
"@dxos/util": "0.1.
|
|
50
|
+
"@dxos/agent": "0.1.56-main.2d20728",
|
|
51
|
+
"@dxos/async": "0.1.56-main.2d20728",
|
|
52
|
+
"@dxos/bare-template": "0.1.56-main.2d20728",
|
|
53
|
+
"@dxos/client": "0.1.56-main.2d20728",
|
|
54
|
+
"@dxos/client-protocol": "0.1.56-main.2d20728",
|
|
55
|
+
"@dxos/config": "0.1.56-main.2d20728",
|
|
56
|
+
"@dxos/context": "0.1.56-main.2d20728",
|
|
57
|
+
"@dxos/debug": "0.1.56-main.2d20728",
|
|
58
|
+
"@dxos/functions": "0.1.56-main.2d20728",
|
|
59
|
+
"@dxos/hello-template": "0.1.56-main.2d20728",
|
|
60
|
+
"@dxos/log": "0.1.56-main.2d20728",
|
|
61
|
+
"@dxos/plate": "0.1.56-main.2d20728",
|
|
62
|
+
"@dxos/protocols": "0.1.56-main.2d20728",
|
|
63
|
+
"@dxos/rpc": "0.1.56-main.2d20728",
|
|
64
|
+
"@dxos/sentry": "0.1.56-main.2d20728",
|
|
65
|
+
"@dxos/tasks-template": "0.1.56-main.2d20728",
|
|
66
|
+
"@dxos/telemetry": "0.1.56-main.2d20728",
|
|
67
|
+
"@dxos/util": "0.1.56-main.2d20728"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@oclif/test": "^2.3.31",
|