@dxos/cli 0.3.8 → 0.3.9-main.325dd0a

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.8 linux-x64 node-v18.18.2
123
+ @dxos/cli/0.3.9-main.325dd0a linux-x64 node-v18.18.2
124
124
  $ dx --help [COMMAND]
125
125
  USAGE
126
126
  $ dx COMMAND
@@ -1333,7 +1333,7 @@ FLAGS
1333
1333
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1334
1334
  --dry-run Dry run.
1335
1335
  --json Output as JSON.
1336
- --name=<value> [default: nineteen-grey-foxtrot-nuts] Tunnel name
1336
+ --name=<value> [default: arkansas-arizona-king-four] Tunnel name
1337
1337
  --no-agent Run command without using or starting agent.
1338
1338
  --no-wait Do not wait for space to be ready.
1339
1339
  --profile=<value> [default: default] User profile.
@@ -1,6 +1,6 @@
1
1
  {
2
- "DX_ENVIRONMENT": "production",
3
- "DX_RELEASE": "cli@0.3.8",
2
+ "DX_ENVIRONMENT": "staging",
3
+ "DX_RELEASE": "cli@0.3.9-main.325dd0a",
4
4
  "SENTRY_DESTINATION": "https://2647916221e643869965e78469479aa4@o4504012000067584.ingest.sentry.io/4504012027265029",
5
5
  "TELEMETRY_API_KEY": "B00QG6PtJJrJ0VVFe0H5a6bcUUShKyZM",
6
6
  "IPDATA_API_KEY": "ccc5f0cd66dd34a7c31c2ddc61c2bbca2db73892a993982bb3a5f0e2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.8",
2
+ "version": "0.3.9-main.325dd0a",
3
3
  "commands": {
4
4
  "agent:list": {
5
5
  "id": "agent:list",
@@ -3524,7 +3524,7 @@
3524
3524
  "type": "option",
3525
3525
  "description": "Tunnel name",
3526
3526
  "multiple": false,
3527
- "default": "nineteen-grey-foxtrot-nuts"
3527
+ "default": "arkansas-arizona-king-four"
3528
3528
  }
3529
3529
  },
3530
3530
  "args": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-main.325dd0a",
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": "^8.14.2",
48
- "@dxos/agent": "0.3.8",
49
- "@dxos/async": "0.3.8",
50
- "@dxos/bare-template": "0.3.8",
51
- "@dxos/client": "0.3.8",
52
- "@dxos/client-protocol": "0.3.8",
53
- "@dxos/config": "0.3.8",
54
- "@dxos/context": "0.3.8",
55
- "@dxos/debug": "0.3.8",
56
- "@dxos/functions": "0.3.8",
57
- "@dxos/invariant": "0.3.8",
58
- "@dxos/plate": "0.3.8",
59
- "@dxos/log": "0.3.8",
60
- "@dxos/hello-template": "0.3.8",
61
- "@dxos/process": "0.3.8",
62
- "@dxos/protocols": "0.3.8",
63
- "@dxos/rpc": "0.3.8",
64
- "@dxos/tasks-template": "0.3.8",
65
- "@dxos/telemetry": "0.3.8",
66
- "@dxos/sentry": "0.3.8",
67
- "@dxos/util": "0.3.8"
48
+ "@dxos/agent": "0.3.9-main.325dd0a",
49
+ "@dxos/bare-template": "0.3.9-main.325dd0a",
50
+ "@dxos/async": "0.3.9-main.325dd0a",
51
+ "@dxos/client": "0.3.9-main.325dd0a",
52
+ "@dxos/client-protocol": "0.3.9-main.325dd0a",
53
+ "@dxos/config": "0.3.9-main.325dd0a",
54
+ "@dxos/context": "0.3.9-main.325dd0a",
55
+ "@dxos/functions": "0.3.9-main.325dd0a",
56
+ "@dxos/debug": "0.3.9-main.325dd0a",
57
+ "@dxos/hello-template": "0.3.9-main.325dd0a",
58
+ "@dxos/invariant": "0.3.9-main.325dd0a",
59
+ "@dxos/log": "0.3.9-main.325dd0a",
60
+ "@dxos/plate": "0.3.9-main.325dd0a",
61
+ "@dxos/process": "0.3.9-main.325dd0a",
62
+ "@dxos/protocols": "0.3.9-main.325dd0a",
63
+ "@dxos/rpc": "0.3.9-main.325dd0a",
64
+ "@dxos/sentry": "0.3.9-main.325dd0a",
65
+ "@dxos/tasks-template": "0.3.9-main.325dd0a",
66
+ "@dxos/telemetry": "0.3.9-main.325dd0a",
67
+ "@dxos/util": "0.3.9-main.325dd0a"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@oclif/test": "^2.3.31",