@dxos/cli 0.1.48 → 0.1.49-next.55d8a92
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 +213 -219
- package/bin/dev +4 -3
- package/bin/dev.cmd +1 -1
- package/bin/run +1 -1
- package/config/config-default.yml +0 -2
- package/dist/src/base-command.d.ts +21 -10
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +91 -68
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/{daemon → agent}/list.d.ts +1 -0
- package/dist/src/commands/agent/list.d.ts.map +1 -0
- package/dist/src/commands/agent/list.js +37 -0
- package/dist/src/commands/agent/list.js.map +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/restart.js +1 -1
- package/dist/src/commands/agent/restart.js.map +1 -0
- package/dist/src/commands/{daemon → agent}/run.d.ts +1 -1
- package/dist/src/commands/agent/run.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/run.js +7 -8
- package/dist/src/commands/agent/run.js.map +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/start.js +1 -1
- package/dist/src/commands/agent/start.js.map +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -0
- package/dist/src/commands/{daemon → agent}/stop.js +1 -1
- package/dist/src/commands/agent/stop.js.map +1 -0
- package/dist/src/commands/app/create.d.ts +1 -1
- package/dist/src/commands/app/open.d.ts +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -1
- package/dist/src/commands/debug/stats.d.ts +17 -0
- package/dist/src/commands/debug/stats.d.ts.map +1 -0
- package/dist/src/commands/debug/stats.js +90 -0
- package/dist/src/commands/debug/stats.js.map +1 -0
- package/dist/src/commands/halo/create.d.ts +1 -1
- package/dist/src/commands/halo/create.js +4 -4
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -1
- package/dist/src/commands/kube/deploy.d.ts +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +1 -1
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/space/create.js +1 -1
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/{new-epoch.d.ts → epoch.d.ts} +3 -3
- package/dist/src/commands/space/epoch.d.ts.map +1 -0
- package/dist/src/commands/space/{new-epoch.js → epoch.js} +9 -8
- package/dist/src/commands/space/epoch.js.map +1 -0
- package/dist/src/commands/space/index.d.ts.map +1 -1
- package/dist/src/commands/space/index.js +1 -0
- package/dist/src/commands/space/index.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -1
- package/dist/src/commands/space/list.d.ts +1 -1
- package/dist/src/commands/space/members.d.ts +1 -1
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +3 -5
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts +1 -1
- package/dist/src/util/exec.d.ts.map +1 -1
- package/dist/src/util/exec.js.map +1 -1
- package/dist/src/util/print.js +9 -9
- package/dist/src/util/print.js.map +1 -1
- package/dist/src/util/provider/provider.js +2 -2
- package/dist/src/util/publish/common.js +2 -2
- package/dist/src/util/telemetry.d.ts.map +1 -1
- package/dist/src/util/telemetry.js +1 -0
- package/dist/src/util/telemetry.js.map +1 -1
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/tunnel/common.js +3 -3
- package/oclif.manifest.json +584 -493
- package/package.json +23 -23
- package/dist/src/commands/daemon/list.d.ts.map +0 -1
- package/dist/src/commands/daemon/list.js +0 -19
- package/dist/src/commands/daemon/list.js.map +0 -1
- package/dist/src/commands/daemon/restart.d.ts.map +0 -1
- package/dist/src/commands/daemon/restart.js.map +0 -1
- package/dist/src/commands/daemon/run.d.ts.map +0 -1
- package/dist/src/commands/daemon/run.js.map +0 -1
- package/dist/src/commands/daemon/start.d.ts.map +0 -1
- package/dist/src/commands/daemon/start.js.map +0 -1
- package/dist/src/commands/daemon/stop.d.ts.map +0 -1
- package/dist/src/commands/daemon/stop.js.map +0 -1
- package/dist/src/commands/space/new-epoch.d.ts.map +0 -1
- package/dist/src/commands/space/new-epoch.js.map +0 -1
- package/dist/src/daemon/daemon.d.ts +0 -15
- package/dist/src/daemon/daemon.d.ts.map +0 -1
- package/dist/src/daemon/daemon.js +0 -6
- package/dist/src/daemon/daemon.js.map +0 -1
- package/dist/src/daemon/faas/api.d.ts +0 -346
- package/dist/src/daemon/faas/api.d.ts.map +0 -1
- package/dist/src/daemon/faas/api.js +0 -11
- package/dist/src/daemon/faas/api.js.map +0 -1
- package/dist/src/daemon/faas/connector.d.ts +0 -46
- package/dist/src/daemon/faas/connector.d.ts.map +0 -1
- package/dist/src/daemon/faas/connector.js +0 -185
- package/dist/src/daemon/faas/connector.js.map +0 -1
- package/dist/src/daemon/forever/forever-daemon.d.ts +0 -15
- package/dist/src/daemon/forever/forever-daemon.d.ts.map +0 -1
- package/dist/src/daemon/forever/forever-daemon.js +0 -83
- package/dist/src/daemon/forever/forever-daemon.js.map +0 -1
- package/dist/src/daemon/forever/index.d.ts +0 -2
- package/dist/src/daemon/forever/index.d.ts.map +0 -1
- package/dist/src/daemon/forever/index.js +0 -21
- package/dist/src/daemon/forever/index.js.map +0 -1
- package/dist/src/daemon/index.d.ts +0 -5
- package/dist/src/daemon/index.d.ts.map +0 -1
- package/dist/src/daemon/index.js +0 -24
- package/dist/src/daemon/index.js.map +0 -1
- package/dist/src/daemon/pm2/index.d.ts +0 -2
- package/dist/src/daemon/pm2/index.d.ts.map +0 -1
- package/dist/src/daemon/pm2/index.js +0 -21
- package/dist/src/daemon/pm2/index.js.map +0 -1
- package/dist/src/daemon/pm2/pm2-daemon.d.ts +0 -21
- package/dist/src/daemon/pm2/pm2-daemon.d.ts.map +0 -1
- package/dist/src/daemon/pm2/pm2-daemon.js +0 -107
- package/dist/src/daemon/pm2/pm2-daemon.js.map +0 -1
- package/dist/src/daemon/run-services.d.ts +0 -7
- package/dist/src/daemon/run-services.d.ts.map +0 -1
- package/dist/src/daemon/run-services.js +0 -109
- package/dist/src/daemon/run-services.js.map +0 -1
- package/dist/src/daemon/util.d.ts +0 -8
- package/dist/src/daemon/util.d.ts.map +0 -1
- package/dist/src/daemon/util.js +0 -38
- package/dist/src/daemon/util.js.map +0 -1
- /package/dist/src/commands/{daemon → agent}/restart.d.ts +0 -0
- /package/dist/src/commands/{daemon → agent}/start.d.ts +0 -0
- /package/dist/src/commands/{daemon → agent}/stop.d.ts +0 -0
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ $ npm install -g @dxos/cli
|
|
|
27
27
|
$ dx COMMAND
|
|
28
28
|
running command...
|
|
29
29
|
$ dx (--version)
|
|
30
|
-
@dxos/cli/0.1.
|
|
30
|
+
@dxos/cli/0.1.49-next.55d8a92 linux-x64 node-v18.16.0
|
|
31
31
|
$ dx --help [COMMAND]
|
|
32
32
|
USAGE
|
|
33
33
|
$ dx COMMAND
|
|
@@ -38,18 +38,19 @@ USAGE
|
|
|
38
38
|
# Commands
|
|
39
39
|
|
|
40
40
|
<!-- commands -->
|
|
41
|
+
* [`dx agent list`](#dx-agent-list)
|
|
42
|
+
* [`dx agent restart`](#dx-agent-restart)
|
|
43
|
+
* [`dx agent run`](#dx-agent-run)
|
|
44
|
+
* [`dx agent start`](#dx-agent-start)
|
|
45
|
+
* [`dx agent stop`](#dx-agent-stop)
|
|
41
46
|
* [`dx app create NAME`](#dx-app-create-name)
|
|
42
47
|
* [`dx app list`](#dx-app-list)
|
|
43
48
|
* [`dx app open URL`](#dx-app-open-url)
|
|
44
49
|
* [`dx app publish`](#dx-app-publish)
|
|
45
50
|
* [`dx config`](#dx-config)
|
|
46
|
-
* [`dx
|
|
47
|
-
* [`dx daemon restart`](#dx-daemon-restart)
|
|
48
|
-
* [`dx daemon run`](#dx-daemon-run)
|
|
49
|
-
* [`dx daemon start`](#dx-daemon-start)
|
|
50
|
-
* [`dx daemon stop`](#dx-daemon-stop)
|
|
51
|
+
* [`dx debug stats`](#dx-debug-stats)
|
|
51
52
|
* [`dx halo`](#dx-halo)
|
|
52
|
-
* [`dx halo create
|
|
53
|
+
* [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
|
|
53
54
|
* [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
|
|
54
55
|
* [`dx halo credential list`](#dx-halo-credential-list)
|
|
55
56
|
* [`dx halo join`](#dx-halo-join)
|
|
@@ -70,244 +71,256 @@ USAGE
|
|
|
70
71
|
* [`dx shell`](#dx-shell)
|
|
71
72
|
* [`dx space`](#dx-space)
|
|
72
73
|
* [`dx space create [NAME]`](#dx-space-create-name)
|
|
74
|
+
* [`dx space epoch [KEY]`](#dx-space-epoch-key)
|
|
73
75
|
* [`dx space invite KEY`](#dx-space-invite-key)
|
|
74
76
|
* [`dx space join`](#dx-space-join)
|
|
75
77
|
* [`dx space list`](#dx-space-list)
|
|
76
78
|
* [`dx space members [KEY]`](#dx-space-members-key)
|
|
77
|
-
* [`dx space new-epoch [KEY]`](#dx-space-new-epoch-key)
|
|
78
79
|
* [`dx tunnel list`](#dx-tunnel-list)
|
|
79
80
|
* [`dx tunnel set`](#dx-tunnel-set)
|
|
80
81
|
|
|
81
|
-
## `dx
|
|
82
|
+
## `dx agent list`
|
|
82
83
|
|
|
83
|
-
|
|
84
|
+
List agents.
|
|
84
85
|
|
|
85
86
|
```
|
|
86
87
|
USAGE
|
|
87
|
-
$ dx
|
|
88
|
-
hello|bare|tasks] [-i] [-v]
|
|
89
|
-
|
|
90
|
-
ARGUMENTS
|
|
91
|
-
NAME Name of the project
|
|
88
|
+
$ dx agent list [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
92
89
|
|
|
93
90
|
FLAGS
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-v, --verbose Verbose output
|
|
98
|
-
--config=<value> Specify config file
|
|
99
|
-
--profile=<value> [default: dxos-default] DXOS profile name, each profile runs separate daemon with isolated
|
|
100
|
-
environment.
|
|
101
|
-
--tag=<value> Git tag or branch of the DXOS repo to checkout.
|
|
102
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
91
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
92
|
+
--profile=<value> [default: default] User profile.
|
|
93
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
103
94
|
|
|
104
95
|
GLOBAL FLAGS
|
|
105
96
|
--json Format output as json.
|
|
106
97
|
|
|
107
98
|
DESCRIPTION
|
|
108
|
-
|
|
99
|
+
List agents.
|
|
109
100
|
```
|
|
110
101
|
|
|
111
|
-
## `dx
|
|
102
|
+
## `dx agent restart`
|
|
112
103
|
|
|
113
|
-
|
|
104
|
+
Restart agent daemon.
|
|
114
105
|
|
|
115
106
|
```
|
|
116
107
|
USAGE
|
|
117
|
-
$ dx
|
|
108
|
+
$ dx agent restart [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
118
109
|
|
|
119
110
|
FLAGS
|
|
120
|
-
--config=<value> Specify config file
|
|
121
|
-
--profile=<value> [default:
|
|
122
|
-
|
|
123
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
111
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
112
|
+
--profile=<value> [default: default] User profile.
|
|
113
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
124
114
|
|
|
125
115
|
GLOBAL FLAGS
|
|
126
116
|
--json Format output as json.
|
|
127
117
|
|
|
128
118
|
DESCRIPTION
|
|
129
|
-
|
|
119
|
+
Restart agent daemon.
|
|
130
120
|
```
|
|
131
121
|
|
|
132
|
-
## `dx
|
|
122
|
+
## `dx agent run`
|
|
133
123
|
|
|
134
|
-
|
|
124
|
+
Run agent.
|
|
135
125
|
|
|
136
126
|
```
|
|
137
127
|
USAGE
|
|
138
|
-
$ dx
|
|
139
|
-
[--invite]
|
|
128
|
+
$ dx agent run --listen <value> [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
140
129
|
|
|
141
|
-
|
|
142
|
-
|
|
130
|
+
FLAGS
|
|
131
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
132
|
+
--listen=<value>... (required) RPC endpoints.
|
|
133
|
+
--profile=<value> [default: default] User profile.
|
|
134
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
135
|
+
|
|
136
|
+
GLOBAL FLAGS
|
|
137
|
+
--json Format output as json.
|
|
138
|
+
|
|
139
|
+
DESCRIPTION
|
|
140
|
+
Run agent.
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
## `dx agent start`
|
|
144
|
+
|
|
145
|
+
Start agent daemon.
|
|
146
|
+
|
|
147
|
+
```
|
|
148
|
+
USAGE
|
|
149
|
+
$ dx agent start [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
143
150
|
|
|
144
151
|
FLAGS
|
|
145
|
-
--config=<value>
|
|
146
|
-
--
|
|
147
|
-
--
|
|
148
|
-
--profile=<value> [default: dxos-default] DXOS profile name, each profile runs separate daemon with isolated
|
|
149
|
-
environment.
|
|
150
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
152
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
153
|
+
--profile=<value> [default: default] User profile.
|
|
154
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
151
155
|
|
|
152
156
|
GLOBAL FLAGS
|
|
153
157
|
--json Format output as json.
|
|
154
158
|
|
|
155
159
|
DESCRIPTION
|
|
156
|
-
|
|
160
|
+
Start agent daemon.
|
|
157
161
|
```
|
|
158
162
|
|
|
159
|
-
## `dx
|
|
163
|
+
## `dx agent stop`
|
|
160
164
|
|
|
161
|
-
|
|
165
|
+
Stop agent daemon.
|
|
162
166
|
|
|
163
167
|
```
|
|
164
168
|
USAGE
|
|
165
|
-
$ dx
|
|
166
|
-
[--accessToken <value>] [--skipExisting] [--verbose] [--version <value>]
|
|
169
|
+
$ dx agent stop [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
167
170
|
|
|
168
171
|
FLAGS
|
|
169
|
-
--
|
|
170
|
-
--
|
|
171
|
-
--
|
|
172
|
-
--profile=<value> [default: dxos-default] DXOS profile name, each profile runs separate daemon with isolated
|
|
173
|
-
environment.
|
|
174
|
-
--skipExisting Do not update content on KUBE if version already exists
|
|
175
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
176
|
-
--verbose Verbose output
|
|
177
|
-
--version=<value> Version of modules to publish
|
|
172
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
173
|
+
--profile=<value> [default: default] User profile.
|
|
174
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
178
175
|
|
|
179
176
|
GLOBAL FLAGS
|
|
180
177
|
--json Format output as json.
|
|
181
178
|
|
|
182
179
|
DESCRIPTION
|
|
183
|
-
|
|
180
|
+
Stop agent daemon.
|
|
184
181
|
```
|
|
185
182
|
|
|
186
|
-
## `dx
|
|
183
|
+
## `dx app create NAME`
|
|
187
184
|
|
|
188
|
-
|
|
185
|
+
Create a DXOS project.
|
|
189
186
|
|
|
190
187
|
```
|
|
191
188
|
USAGE
|
|
192
|
-
$ dx
|
|
189
|
+
$ dx app create NAME [--json] [--config <value> --profile <value>] [--timeout <value>] [--tag <value>] [-t
|
|
190
|
+
hello|bare|tasks] [-i] [-v]
|
|
191
|
+
|
|
192
|
+
ARGUMENTS
|
|
193
|
+
NAME Name of the project
|
|
193
194
|
|
|
194
195
|
FLAGS
|
|
195
|
-
--
|
|
196
|
-
--
|
|
197
|
-
|
|
198
|
-
--
|
|
196
|
+
-i, --interactive Customize app template options via interactive prompt
|
|
197
|
+
-t, --template=<option> [default: hello] Template to use when creating the project.
|
|
198
|
+
<options: hello|bare|tasks>
|
|
199
|
+
-v, --verbose Verbose output
|
|
200
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
201
|
+
--profile=<value> [default: default] User profile.
|
|
202
|
+
--tag=<value> Git tag or branch of the DXOS repo to checkout.
|
|
203
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
199
204
|
|
|
200
205
|
GLOBAL FLAGS
|
|
201
206
|
--json Format output as json.
|
|
202
207
|
|
|
203
208
|
DESCRIPTION
|
|
204
|
-
|
|
209
|
+
Create a DXOS project.
|
|
205
210
|
```
|
|
206
211
|
|
|
207
|
-
## `dx
|
|
212
|
+
## `dx app list`
|
|
208
213
|
|
|
209
|
-
List
|
|
214
|
+
List apps.
|
|
210
215
|
|
|
211
216
|
```
|
|
212
217
|
USAGE
|
|
213
|
-
$ dx
|
|
218
|
+
$ dx app list [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
214
219
|
|
|
215
220
|
FLAGS
|
|
216
|
-
--config=<value> Specify config file
|
|
217
|
-
--profile=<value> [default:
|
|
218
|
-
|
|
219
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
221
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
222
|
+
--profile=<value> [default: default] User profile.
|
|
223
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
220
224
|
|
|
221
225
|
GLOBAL FLAGS
|
|
222
226
|
--json Format output as json.
|
|
223
227
|
|
|
224
228
|
DESCRIPTION
|
|
225
|
-
List
|
|
229
|
+
List apps.
|
|
226
230
|
```
|
|
227
231
|
|
|
228
|
-
## `dx
|
|
232
|
+
## `dx app open URL`
|
|
229
233
|
|
|
230
|
-
|
|
234
|
+
Opens app with provided url and process device invitation.
|
|
231
235
|
|
|
232
236
|
```
|
|
233
237
|
USAGE
|
|
234
|
-
$ dx
|
|
238
|
+
$ dx app open URL [--json] [--config <value> --profile <value>] [--timeout <value>] [--instances <value>]
|
|
239
|
+
[--invite]
|
|
240
|
+
|
|
241
|
+
ARGUMENTS
|
|
242
|
+
URL App URL.
|
|
235
243
|
|
|
236
244
|
FLAGS
|
|
237
|
-
--config=<value>
|
|
238
|
-
--
|
|
239
|
-
|
|
240
|
-
--
|
|
245
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
246
|
+
--instances=<value> [default: 1] Amount of test instances.
|
|
247
|
+
--invite If `true` proceed device invitation for all instances.
|
|
248
|
+
--profile=<value> [default: default] User profile.
|
|
249
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
241
250
|
|
|
242
251
|
GLOBAL FLAGS
|
|
243
252
|
--json Format output as json.
|
|
244
253
|
|
|
245
254
|
DESCRIPTION
|
|
246
|
-
|
|
255
|
+
Opens app with provided url and process device invitation.
|
|
247
256
|
```
|
|
248
257
|
|
|
249
|
-
## `dx
|
|
258
|
+
## `dx app publish`
|
|
250
259
|
|
|
251
|
-
|
|
260
|
+
Publish apps.
|
|
252
261
|
|
|
253
262
|
```
|
|
254
263
|
USAGE
|
|
255
|
-
$ dx
|
|
264
|
+
$ dx app publish [--json] [--config <value> --profile <value>] [--timeout <value>] [--configPath <value>]
|
|
265
|
+
[--accessToken <value>] [--skipExisting] [--verbose] [--version <value>]
|
|
256
266
|
|
|
257
267
|
FLAGS
|
|
258
|
-
--
|
|
259
|
-
--
|
|
260
|
-
--
|
|
261
|
-
|
|
262
|
-
--
|
|
268
|
+
--accessToken=<value> Access token for publishing
|
|
269
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
270
|
+
--configPath=<value> Path to dx.yml
|
|
271
|
+
--profile=<value> [default: default] User profile.
|
|
272
|
+
--skipExisting Do not update content on KUBE if version already exists
|
|
273
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
274
|
+
--verbose Verbose output
|
|
275
|
+
--version=<value> Version of modules to publish
|
|
263
276
|
|
|
264
277
|
GLOBAL FLAGS
|
|
265
278
|
--json Format output as json.
|
|
266
279
|
|
|
267
280
|
DESCRIPTION
|
|
268
|
-
|
|
281
|
+
Publish apps.
|
|
269
282
|
```
|
|
270
283
|
|
|
271
|
-
## `dx
|
|
284
|
+
## `dx config`
|
|
272
285
|
|
|
273
|
-
|
|
286
|
+
Show config file.
|
|
274
287
|
|
|
275
288
|
```
|
|
276
289
|
USAGE
|
|
277
|
-
$ dx
|
|
290
|
+
$ dx config [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
278
291
|
|
|
279
292
|
FLAGS
|
|
280
|
-
--config=<value> Specify config file
|
|
281
|
-
--profile=<value> [default:
|
|
282
|
-
|
|
283
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
293
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
294
|
+
--profile=<value> [default: default] User profile.
|
|
295
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
284
296
|
|
|
285
297
|
GLOBAL FLAGS
|
|
286
298
|
--json Format output as json.
|
|
287
299
|
|
|
288
300
|
DESCRIPTION
|
|
289
|
-
|
|
301
|
+
Show config file.
|
|
290
302
|
```
|
|
291
303
|
|
|
292
|
-
## `dx
|
|
304
|
+
## `dx debug stats`
|
|
293
305
|
|
|
294
|
-
|
|
306
|
+
Output debug stats.
|
|
295
307
|
|
|
296
308
|
```
|
|
297
309
|
USAGE
|
|
298
|
-
$ dx
|
|
310
|
+
$ dx debug stats [--json] [--config <value> --profile <value>] [--timeout <value>] [--humanize] [--truncate]
|
|
299
311
|
|
|
300
312
|
FLAGS
|
|
301
|
-
--config=<value> Specify config file
|
|
302
|
-
--
|
|
303
|
-
|
|
304
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
313
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
314
|
+
--humanize Humanized keys.
|
|
315
|
+
--profile=<value> [default: default] User profile.
|
|
316
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
317
|
+
--truncate Truncate keys.
|
|
305
318
|
|
|
306
319
|
GLOBAL FLAGS
|
|
307
320
|
--json Format output as json.
|
|
308
321
|
|
|
309
322
|
DESCRIPTION
|
|
310
|
-
|
|
323
|
+
Output debug stats.
|
|
311
324
|
```
|
|
312
325
|
|
|
313
326
|
## `dx halo`
|
|
@@ -319,10 +332,9 @@ USAGE
|
|
|
319
332
|
$ dx halo [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
320
333
|
|
|
321
334
|
FLAGS
|
|
322
|
-
--config=<value> Specify config file
|
|
323
|
-
--profile=<value> [default:
|
|
324
|
-
|
|
325
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
335
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
336
|
+
--profile=<value> [default: default] User profile.
|
|
337
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
326
338
|
|
|
327
339
|
GLOBAL FLAGS
|
|
328
340
|
--json Format output as json.
|
|
@@ -331,22 +343,21 @@ DESCRIPTION
|
|
|
331
343
|
Show HALO profile.
|
|
332
344
|
```
|
|
333
345
|
|
|
334
|
-
## `dx halo create
|
|
346
|
+
## `dx halo create DISPLAYNAME`
|
|
335
347
|
|
|
336
348
|
Create HALO.
|
|
337
349
|
|
|
338
350
|
```
|
|
339
351
|
USAGE
|
|
340
|
-
$ dx halo create
|
|
352
|
+
$ dx halo create DISPLAYNAME [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
341
353
|
|
|
342
354
|
ARGUMENTS
|
|
343
355
|
DISPLAYNAME Display name
|
|
344
356
|
|
|
345
357
|
FLAGS
|
|
346
|
-
--config=<value> Specify config file
|
|
347
|
-
--profile=<value> [default:
|
|
348
|
-
|
|
349
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
358
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
359
|
+
--profile=<value> [default: default] User profile.
|
|
360
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
350
361
|
|
|
351
362
|
GLOBAL FLAGS
|
|
352
363
|
--json Format output as json.
|
|
@@ -367,10 +378,9 @@ ARGUMENTS
|
|
|
367
378
|
CREDENTIAL credential
|
|
368
379
|
|
|
369
380
|
FLAGS
|
|
370
|
-
--config=<value> Specify config file
|
|
371
|
-
--profile=<value> [default:
|
|
372
|
-
|
|
373
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
381
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
382
|
+
--profile=<value> [default: default] User profile.
|
|
383
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
374
384
|
|
|
375
385
|
GLOBAL FLAGS
|
|
376
386
|
--json Format output as json.
|
|
@@ -388,10 +398,9 @@ USAGE
|
|
|
388
398
|
$ dx halo credential list [--json] [--config <value> --profile <value>] [--timeout <value>] [--type <value>]
|
|
389
399
|
|
|
390
400
|
FLAGS
|
|
391
|
-
--config=<value> Specify config file
|
|
392
|
-
--profile=<value> [default:
|
|
393
|
-
|
|
394
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
401
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
402
|
+
--profile=<value> [default: default] User profile.
|
|
403
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
395
404
|
--type=<value> Type
|
|
396
405
|
|
|
397
406
|
GLOBAL FLAGS
|
|
@@ -410,11 +419,10 @@ USAGE
|
|
|
410
419
|
$ dx halo join [--json] [--config <value> --profile <value>] [--timeout <value>] [--invitation <value>]
|
|
411
420
|
|
|
412
421
|
FLAGS
|
|
413
|
-
--config=<value> Specify config file
|
|
422
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
414
423
|
--invitation=<value> Invitation code
|
|
415
|
-
--profile=<value> [default:
|
|
416
|
-
|
|
417
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
424
|
+
--profile=<value> [default: default] User profile.
|
|
425
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
418
426
|
|
|
419
427
|
GLOBAL FLAGS
|
|
420
428
|
--json Format output as json.
|
|
@@ -432,11 +440,10 @@ USAGE
|
|
|
432
440
|
$ dx halo share [--json] [--config <value> --profile <value>] [--timeout <value>] [--noCode]
|
|
433
441
|
|
|
434
442
|
FLAGS
|
|
435
|
-
--config=<value> Specify config file
|
|
443
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
436
444
|
--noCode Flag that specifies if secret auth code is not required
|
|
437
|
-
--profile=<value> [default:
|
|
438
|
-
|
|
439
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
445
|
+
--profile=<value> [default: default] User profile.
|
|
446
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
440
447
|
|
|
441
448
|
GLOBAL FLAGS
|
|
442
449
|
--json Format output as json.
|
|
@@ -474,10 +481,9 @@ USAGE
|
|
|
474
481
|
$ dx kube auth [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
475
482
|
|
|
476
483
|
FLAGS
|
|
477
|
-
--config=<value> Specify config file
|
|
478
|
-
--profile=<value> [default:
|
|
479
|
-
|
|
480
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
484
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
485
|
+
--profile=<value> [default: default] User profile.
|
|
486
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
481
487
|
|
|
482
488
|
GLOBAL FLAGS
|
|
483
489
|
--json Format output as json.
|
|
@@ -497,13 +503,12 @@ USAGE
|
|
|
497
503
|
|
|
498
504
|
FLAGS
|
|
499
505
|
--accessToken=<value> Access token for seeding admin identity
|
|
500
|
-
--config=<value> Specify config file
|
|
506
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
501
507
|
--dev Deploy latest version from dev channel
|
|
502
508
|
--hostname=<value> (required) Hostname
|
|
503
|
-
--profile=<value> [default:
|
|
504
|
-
environment.
|
|
509
|
+
--profile=<value> [default: default] User profile.
|
|
505
510
|
--provider=<value> [default: digitalocean] Cloud Provider
|
|
506
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
511
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
507
512
|
|
|
508
513
|
GLOBAL FLAGS
|
|
509
514
|
--json Format output as json.
|
|
@@ -747,23 +752,22 @@ DESCRIPTION
|
|
|
747
752
|
|
|
748
753
|
## `dx reset`
|
|
749
754
|
|
|
750
|
-
Reset
|
|
755
|
+
Reset user data.
|
|
751
756
|
|
|
752
757
|
```
|
|
753
758
|
USAGE
|
|
754
759
|
$ dx reset [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
755
760
|
|
|
756
761
|
FLAGS
|
|
757
|
-
--config=<value> Specify config file
|
|
758
|
-
--profile=<value> [default:
|
|
759
|
-
|
|
760
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
762
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
763
|
+
--profile=<value> [default: default] User profile.
|
|
764
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
761
765
|
|
|
762
766
|
GLOBAL FLAGS
|
|
763
767
|
--json Format output as json.
|
|
764
768
|
|
|
765
769
|
DESCRIPTION
|
|
766
|
-
Reset
|
|
770
|
+
Reset user data.
|
|
767
771
|
```
|
|
768
772
|
|
|
769
773
|
## `dx shell`
|
|
@@ -775,10 +779,9 @@ USAGE
|
|
|
775
779
|
$ dx shell [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
776
780
|
|
|
777
781
|
FLAGS
|
|
778
|
-
--config=<value> Specify config file
|
|
779
|
-
--profile=<value> [default:
|
|
780
|
-
|
|
781
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
782
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
783
|
+
--profile=<value> [default: default] User profile.
|
|
784
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
782
785
|
|
|
783
786
|
GLOBAL FLAGS
|
|
784
787
|
--json Format output as json.
|
|
@@ -796,10 +799,9 @@ USAGE
|
|
|
796
799
|
$ dx space [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
797
800
|
|
|
798
801
|
FLAGS
|
|
799
|
-
--config=<value> Specify config file
|
|
800
|
-
--profile=<value> [default:
|
|
801
|
-
|
|
802
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
802
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
803
|
+
--profile=<value> [default: default] User profile.
|
|
804
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
803
805
|
|
|
804
806
|
GLOBAL FLAGS
|
|
805
807
|
--json Format output as json.
|
|
@@ -817,10 +819,9 @@ USAGE
|
|
|
817
819
|
$ dx space create [NAME] [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
818
820
|
|
|
819
821
|
FLAGS
|
|
820
|
-
--config=<value> Specify config file
|
|
821
|
-
--profile=<value> [default:
|
|
822
|
-
|
|
823
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
822
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
823
|
+
--profile=<value> [default: default] User profile.
|
|
824
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
824
825
|
|
|
825
826
|
GLOBAL FLAGS
|
|
826
827
|
--json Format output as json.
|
|
@@ -829,6 +830,39 @@ DESCRIPTION
|
|
|
829
830
|
Create space.
|
|
830
831
|
```
|
|
831
832
|
|
|
833
|
+
## `dx space epoch [KEY]`
|
|
834
|
+
|
|
835
|
+
Create new epoch.
|
|
836
|
+
|
|
837
|
+
```
|
|
838
|
+
USAGE
|
|
839
|
+
$ dx space epoch [KEY] [--json] [--config <value> --profile <value>] [--timeout <value>] [--columns <value> |
|
|
840
|
+
-x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
841
|
+
|
|
842
|
+
ARGUMENTS
|
|
843
|
+
KEY Space key head in hex.
|
|
844
|
+
|
|
845
|
+
FLAGS
|
|
846
|
+
-x, --extended show extra columns
|
|
847
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
848
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
849
|
+
--csv output is csv format [alias: --output=csv]
|
|
850
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
851
|
+
--no-header hide table header from output
|
|
852
|
+
--no-truncate do not truncate output to fit screen
|
|
853
|
+
--output=<option> output in a more machine friendly format
|
|
854
|
+
<options: csv|json|yaml>
|
|
855
|
+
--profile=<value> [default: default] User profile.
|
|
856
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
857
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
858
|
+
|
|
859
|
+
GLOBAL FLAGS
|
|
860
|
+
--json Format output as json.
|
|
861
|
+
|
|
862
|
+
DESCRIPTION
|
|
863
|
+
Create new epoch.
|
|
864
|
+
```
|
|
865
|
+
|
|
832
866
|
## `dx space invite KEY`
|
|
833
867
|
|
|
834
868
|
Create space invitation.
|
|
@@ -838,10 +872,9 @@ USAGE
|
|
|
838
872
|
$ dx space invite KEY [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
839
873
|
|
|
840
874
|
FLAGS
|
|
841
|
-
--config=<value> Specify config file
|
|
842
|
-
--profile=<value> [default:
|
|
843
|
-
|
|
844
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
875
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
876
|
+
--profile=<value> [default: default] User profile.
|
|
877
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
845
878
|
|
|
846
879
|
GLOBAL FLAGS
|
|
847
880
|
--json Format output as json.
|
|
@@ -860,12 +893,11 @@ USAGE
|
|
|
860
893
|
[--secret <value>]
|
|
861
894
|
|
|
862
895
|
FLAGS
|
|
863
|
-
--config=<value> Specify config file
|
|
896
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
864
897
|
--invitation=<value> Invitation code
|
|
865
|
-
--profile=<value> [default:
|
|
866
|
-
environment.
|
|
898
|
+
--profile=<value> [default: default] User profile.
|
|
867
899
|
--secret=<value> Invitation secret
|
|
868
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
900
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
869
901
|
|
|
870
902
|
GLOBAL FLAGS
|
|
871
903
|
--json Format output as json.
|
|
@@ -886,17 +918,16 @@ USAGE
|
|
|
886
918
|
FLAGS
|
|
887
919
|
-x, --extended show extra columns
|
|
888
920
|
--columns=<value> only show provided columns (comma-separated)
|
|
889
|
-
--config=<value> Specify config file
|
|
921
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
890
922
|
--csv output is csv format [alias: --output=csv]
|
|
891
923
|
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
892
924
|
--no-header hide table header from output
|
|
893
925
|
--no-truncate do not truncate output to fit screen
|
|
894
926
|
--output=<option> output in a more machine friendly format
|
|
895
927
|
<options: csv|json|yaml>
|
|
896
|
-
--profile=<value> [default:
|
|
897
|
-
environment.
|
|
928
|
+
--profile=<value> [default: default] User profile.
|
|
898
929
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
899
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
930
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
900
931
|
|
|
901
932
|
GLOBAL FLAGS
|
|
902
933
|
--json Format output as json.
|
|
@@ -920,17 +951,16 @@ ARGUMENTS
|
|
|
920
951
|
FLAGS
|
|
921
952
|
-x, --extended show extra columns
|
|
922
953
|
--columns=<value> only show provided columns (comma-separated)
|
|
923
|
-
--config=<value> Specify config file
|
|
954
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
924
955
|
--csv output is csv format [alias: --output=csv]
|
|
925
956
|
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
926
957
|
--no-header hide table header from output
|
|
927
958
|
--no-truncate do not truncate output to fit screen
|
|
928
959
|
--output=<option> output in a more machine friendly format
|
|
929
960
|
<options: csv|json|yaml>
|
|
930
|
-
--profile=<value> [default:
|
|
931
|
-
environment.
|
|
961
|
+
--profile=<value> [default: default] User profile.
|
|
932
962
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
933
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
963
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
934
964
|
|
|
935
965
|
GLOBAL FLAGS
|
|
936
966
|
--json Format output as json.
|
|
@@ -939,40 +969,6 @@ DESCRIPTION
|
|
|
939
969
|
List space members.
|
|
940
970
|
```
|
|
941
971
|
|
|
942
|
-
## `dx space new-epoch [KEY]`
|
|
943
|
-
|
|
944
|
-
Create new epoch.
|
|
945
|
-
|
|
946
|
-
```
|
|
947
|
-
USAGE
|
|
948
|
-
$ dx space new-epoch [KEY] [--json] [--config <value> --profile <value>] [--timeout <value>] [--columns <value> |
|
|
949
|
-
-x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
950
|
-
|
|
951
|
-
ARGUMENTS
|
|
952
|
-
KEY Space key head in hex.
|
|
953
|
-
|
|
954
|
-
FLAGS
|
|
955
|
-
-x, --extended show extra columns
|
|
956
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
957
|
-
--config=<value> Specify config file
|
|
958
|
-
--csv output is csv format [alias: --output=csv]
|
|
959
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
960
|
-
--no-header hide table header from output
|
|
961
|
-
--no-truncate do not truncate output to fit screen
|
|
962
|
-
--output=<option> output in a more machine friendly format
|
|
963
|
-
<options: csv|json|yaml>
|
|
964
|
-
--profile=<value> [default: dxos-default] DXOS profile name, each profile runs separate daemon with isolated
|
|
965
|
-
environment.
|
|
966
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
967
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
968
|
-
|
|
969
|
-
GLOBAL FLAGS
|
|
970
|
-
--json Format output as json.
|
|
971
|
-
|
|
972
|
-
DESCRIPTION
|
|
973
|
-
Create new epoch.
|
|
974
|
-
```
|
|
975
|
-
|
|
976
972
|
## `dx tunnel list`
|
|
977
973
|
|
|
978
974
|
List tunnels.
|
|
@@ -982,10 +978,9 @@ USAGE
|
|
|
982
978
|
$ dx tunnel list [--json] [--config <value> --profile <value>] [--timeout <value>]
|
|
983
979
|
|
|
984
980
|
FLAGS
|
|
985
|
-
--config=<value> Specify config file
|
|
986
|
-
--profile=<value> [default:
|
|
987
|
-
|
|
988
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
981
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
982
|
+
--profile=<value> [default: default] User profile.
|
|
983
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
989
984
|
|
|
990
985
|
GLOBAL FLAGS
|
|
991
986
|
--json Format output as json.
|
|
@@ -1005,12 +1000,11 @@ USAGE
|
|
|
1005
1000
|
|
|
1006
1001
|
FLAGS
|
|
1007
1002
|
--app=<value> (required) Application name
|
|
1008
|
-
--config=<value> Specify config file
|
|
1003
|
+
--config=<value> [default: /home/runner/.config/dx/profile/default.yml] Specify config file.
|
|
1009
1004
|
--disabled Disable tunnel.
|
|
1010
1005
|
--enabled Enable tunnel.
|
|
1011
|
-
--profile=<value> [default:
|
|
1012
|
-
|
|
1013
|
-
--timeout=<value> [default: 30] Timeout in seconds
|
|
1006
|
+
--profile=<value> [default: default] User profile.
|
|
1007
|
+
--timeout=<value> [default: 30] Timeout in seconds.
|
|
1014
1008
|
|
|
1015
1009
|
GLOBAL FLAGS
|
|
1016
1010
|
--json Format output as json.
|