@dxos/cli 0.1.54 → 0.1.55-main.26b8765

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.
Files changed (174) hide show
  1. package/README.md +329 -193
  2. package/bin/dev +0 -1
  3. package/dist/src/base-command.d.ts +10 -1
  4. package/dist/src/base-command.d.ts.map +1 -1
  5. package/dist/src/base-command.js +56 -11
  6. package/dist/src/base-command.js.map +1 -1
  7. package/dist/src/commands/agent/list.d.ts +20 -1
  8. package/dist/src/commands/agent/list.d.ts.map +1 -1
  9. package/dist/src/commands/agent/list.js +32 -14
  10. package/dist/src/commands/agent/list.js.map +1 -1
  11. package/dist/src/commands/agent/restart.d.ts +1 -0
  12. package/dist/src/commands/agent/restart.d.ts.map +1 -1
  13. package/dist/src/commands/agent/restart.js +2 -2
  14. package/dist/src/commands/agent/restart.js.map +1 -1
  15. package/dist/src/commands/agent/start.d.ts +1 -0
  16. package/dist/src/commands/agent/start.d.ts.map +1 -1
  17. package/dist/src/commands/agent/start.js +8 -3
  18. package/dist/src/commands/agent/start.js.map +1 -1
  19. package/dist/src/commands/agent/stop.d.ts +1 -0
  20. package/dist/src/commands/agent/stop.d.ts.map +1 -1
  21. package/dist/src/commands/agent/stop.js +10 -5
  22. package/dist/src/commands/agent/stop.js.map +1 -1
  23. package/dist/src/commands/app/create.d.ts +1 -0
  24. package/dist/src/commands/app/create.d.ts.map +1 -1
  25. package/dist/src/commands/app/create.js +3 -3
  26. package/dist/src/commands/app/create.js.map +1 -1
  27. package/dist/src/commands/app/open.d.ts +1 -0
  28. package/dist/src/commands/app/open.d.ts.map +1 -1
  29. package/dist/src/commands/app/publish.d.ts +1 -0
  30. package/dist/src/commands/app/publish.d.ts.map +1 -1
  31. package/dist/src/commands/debug/{stats.d.ts → diagnostics.d.ts} +4 -3
  32. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -0
  33. package/dist/src/commands/debug/diagnostics.js +54 -0
  34. package/dist/src/commands/debug/diagnostics.js.map +1 -0
  35. package/dist/src/commands/debug/generate.d.ts +25 -0
  36. package/dist/src/commands/debug/generate.d.ts.map +1 -0
  37. package/dist/src/commands/debug/generate.js +75 -0
  38. package/dist/src/commands/debug/generate.js.map +1 -0
  39. package/dist/src/commands/debug/status.d.ts +18 -0
  40. package/dist/src/commands/debug/status.d.ts.map +1 -0
  41. package/dist/src/commands/debug/status.js +34 -0
  42. package/dist/src/commands/debug/status.js.map +1 -0
  43. package/dist/src/commands/device/list.d.ts +18 -0
  44. package/dist/src/commands/device/list.d.ts.map +1 -1
  45. package/dist/src/commands/device/list.js +5 -0
  46. package/dist/src/commands/device/list.js.map +1 -1
  47. package/dist/src/commands/function/dev-server.d.ts +1 -0
  48. package/dist/src/commands/function/dev-server.d.ts.map +1 -1
  49. package/dist/src/commands/halo/credential/list.d.ts +9 -0
  50. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  51. package/dist/src/commands/halo/credential/list.js +7 -7
  52. package/dist/src/commands/halo/credential/list.js.map +1 -1
  53. package/dist/src/commands/halo/{index.d.ts → identity.d.ts} +2 -2
  54. package/dist/src/commands/halo/identity.d.ts.map +1 -0
  55. package/dist/src/commands/halo/{index.js → identity.js} +7 -6
  56. package/dist/src/commands/halo/identity.js.map +1 -0
  57. package/dist/src/commands/halo/join.d.ts +2 -0
  58. package/dist/src/commands/halo/join.d.ts.map +1 -1
  59. package/dist/src/commands/halo/join.js +20 -13
  60. package/dist/src/commands/halo/join.js.map +1 -1
  61. package/dist/src/commands/halo/share.d.ts +1 -0
  62. package/dist/src/commands/halo/share.d.ts.map +1 -1
  63. package/dist/src/commands/halo/share.js +1 -1
  64. package/dist/src/commands/halo/share.js.map +1 -1
  65. package/dist/src/commands/kube/auth.js +1 -1
  66. package/dist/src/commands/kube/auth.js.map +1 -1
  67. package/dist/src/commands/kube/deploy.d.ts +1 -0
  68. package/dist/src/commands/kube/deploy.d.ts.map +1 -1
  69. package/dist/src/commands/kube/deploy.js +16 -25
  70. package/dist/src/commands/kube/deploy.js.map +1 -1
  71. package/dist/src/commands/reset/index.d.ts +1 -0
  72. package/dist/src/commands/reset/index.d.ts.map +1 -1
  73. package/dist/src/commands/reset/index.js +12 -7
  74. package/dist/src/commands/reset/index.js.map +1 -1
  75. package/dist/src/commands/shell/index.d.ts +0 -1
  76. package/dist/src/commands/shell/index.d.ts.map +1 -1
  77. package/dist/src/commands/shell/index.js +0 -4
  78. package/dist/src/commands/shell/index.js.map +1 -1
  79. package/dist/src/commands/space/create.d.ts.map +1 -1
  80. package/dist/src/commands/space/create.js +9 -5
  81. package/dist/src/commands/space/create.js.map +1 -1
  82. package/dist/src/commands/space/epoch.d.ts +0 -17
  83. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  84. package/dist/src/commands/space/epoch.js +2 -21
  85. package/dist/src/commands/space/epoch.js.map +1 -1
  86. package/dist/src/commands/space/join.d.ts +1 -0
  87. package/dist/src/commands/space/join.d.ts.map +1 -1
  88. package/dist/src/commands/space/join.js +18 -22
  89. package/dist/src/commands/space/join.js.map +1 -1
  90. package/dist/src/commands/space/list.d.ts +4 -0
  91. package/dist/src/commands/space/list.d.ts.map +1 -1
  92. package/dist/src/commands/space/list.js +48 -4
  93. package/dist/src/commands/space/list.js.map +1 -1
  94. package/dist/src/commands/space/members.d.ts +4 -3
  95. package/dist/src/commands/space/members.d.ts.map +1 -1
  96. package/dist/src/commands/space/members.js +6 -19
  97. package/dist/src/commands/space/members.js.map +1 -1
  98. package/dist/src/commands/space/{invite.d.ts → query.d.ts} +4 -3
  99. package/dist/src/commands/space/query.d.ts.map +1 -0
  100. package/dist/src/commands/space/query.js +39 -0
  101. package/dist/src/commands/space/query.js.map +1 -0
  102. package/dist/src/commands/space/share.d.ts +21 -0
  103. package/dist/src/commands/space/share.d.ts.map +1 -0
  104. package/dist/src/commands/space/share.js +62 -0
  105. package/dist/src/commands/space/share.js.map +1 -0
  106. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  107. package/dist/src/commands/tunnel/list.js +3 -4
  108. package/dist/src/commands/tunnel/list.js.map +1 -1
  109. package/dist/src/commands/tunnel/set.d.ts +1 -0
  110. package/dist/src/commands/tunnel/set.d.ts.map +1 -1
  111. package/dist/src/commands/tunnel/set.js +1 -1
  112. package/dist/src/commands/tunnel/set.js.map +1 -1
  113. package/dist/src/components/App.d.ts +10 -0
  114. package/dist/src/components/App.d.ts.map +1 -0
  115. package/dist/src/components/App.js +38 -0
  116. package/dist/src/components/App.js.map +1 -0
  117. package/dist/src/components/SpaceTable.d.ts +10 -0
  118. package/dist/src/components/SpaceTable.d.ts.map +1 -0
  119. package/dist/src/components/SpaceTable.js +60 -0
  120. package/dist/src/components/SpaceTable.js.map +1 -0
  121. package/dist/src/components/SystemTable.d.ts +8 -0
  122. package/dist/src/components/SystemTable.d.ts.map +1 -0
  123. package/dist/src/components/SystemTable.js +81 -0
  124. package/dist/src/components/SystemTable.js.map +1 -0
  125. package/dist/src/components/index.d.ts +2 -0
  126. package/dist/src/components/index.d.ts.map +1 -0
  127. package/dist/src/components/index.js +21 -0
  128. package/dist/src/components/index.js.map +1 -0
  129. package/dist/src/errors.d.ts +4 -0
  130. package/dist/src/errors.d.ts.map +1 -0
  131. package/dist/src/errors.js +13 -0
  132. package/dist/src/errors.js.map +1 -0
  133. package/dist/src/help.d.ts.map +1 -1
  134. package/dist/src/help.js +8 -1
  135. package/dist/src/help.js.map +1 -1
  136. package/dist/src/timeouts.d.ts +2 -0
  137. package/dist/src/timeouts.d.ts.map +1 -0
  138. package/dist/src/timeouts.js +9 -0
  139. package/dist/src/timeouts.js.map +1 -0
  140. package/dist/src/util/index.d.ts +1 -0
  141. package/dist/src/util/index.d.ts.map +1 -1
  142. package/dist/src/util/index.js +1 -0
  143. package/dist/src/util/index.js.map +1 -1
  144. package/dist/src/util/invitation.js +1 -1
  145. package/dist/src/util/invitation.js.map +1 -1
  146. package/dist/src/util/print.d.ts +17 -2
  147. package/dist/src/util/print.d.ts.map +1 -1
  148. package/dist/src/util/print.js +78 -9
  149. package/dist/src/util/print.js.map +1 -1
  150. package/dist/src/util/provider/digital-ocean.js +11 -7
  151. package/dist/src/util/provider/digital-ocean.js.map +1 -1
  152. package/dist/src/util/random.d.ts +13 -0
  153. package/dist/src/util/random.d.ts.map +1 -0
  154. package/dist/src/util/random.js +27 -0
  155. package/dist/src/util/random.js.map +1 -0
  156. package/dist/src/util/telemetryrc.json +2 -2
  157. package/dist/src/util/util.d.ts +1 -0
  158. package/dist/src/util/util.d.ts.map +1 -1
  159. package/dist/src/util/util.js +25 -6
  160. package/dist/src/util/util.js.map +1 -1
  161. package/oclif.manifest.json +969 -387
  162. package/package.json +21 -25
  163. package/dist/src/commands/debug/stats.d.ts.map +0 -1
  164. package/dist/src/commands/debug/stats.js +0 -58
  165. package/dist/src/commands/debug/stats.js.map +0 -1
  166. package/dist/src/commands/halo/index.d.ts.map +0 -1
  167. package/dist/src/commands/halo/index.js.map +0 -1
  168. package/dist/src/commands/space/index.d.ts +0 -6
  169. package/dist/src/commands/space/index.d.ts.map +0 -1
  170. package/dist/src/commands/space/index.js +0 -19
  171. package/dist/src/commands/space/index.js.map +0 -1
  172. package/dist/src/commands/space/invite.d.ts.map +0 -1
  173. package/dist/src/commands/space/invite.js +0 -48
  174. package/dist/src/commands/space/invite.js.map +0 -1
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.54 linux-x64 node-v18.17.0
83
+ @dxos/cli/0.1.55-main.26b8765 linux-x64 node-v18.17.0
84
84
  $ dx --help [COMMAND]
85
85
  USAGE
86
86
  $ dx COMMAND
@@ -100,7 +100,9 @@ USAGE
100
100
  * [`dx app open URL`](#dx-app-open-url)
101
101
  * [`dx app publish`](#dx-app-publish)
102
102
  * [`dx config`](#dx-config)
103
- * [`dx debug stats`](#dx-debug-stats)
103
+ * [`dx debug diagnostics`](#dx-debug-diagnostics)
104
+ * [`dx debug generate [KEY]`](#dx-debug-generate-key)
105
+ * [`dx debug status`](#dx-debug-status)
104
106
  * [`dx device`](#dx-device)
105
107
  * [`dx device list`](#dx-device-list)
106
108
  * [`dx function dev`](#dx-function-dev)
@@ -108,10 +110,10 @@ USAGE
108
110
  * [`dx function exec NAME`](#dx-function-exec-name)
109
111
  * [`dx function list`](#dx-function-list)
110
112
  * [`dx function logs NAME`](#dx-function-logs-name)
111
- * [`dx halo`](#dx-halo)
112
113
  * [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
113
114
  * [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
114
115
  * [`dx halo credential list`](#dx-halo-credential-list)
116
+ * [`dx halo identity`](#dx-halo-identity)
115
117
  * [`dx halo join`](#dx-halo-join)
116
118
  * [`dx halo share`](#dx-halo-share)
117
119
  * [`dx help [COMMANDS]`](#dx-help-commands)
@@ -128,13 +130,13 @@ USAGE
128
130
  * [`dx plugins update`](#dx-plugins-update)
129
131
  * [`dx reset`](#dx-reset)
130
132
  * [`dx shell`](#dx-shell)
131
- * [`dx space`](#dx-space)
132
133
  * [`dx space create [NAME]`](#dx-space-create-name)
133
134
  * [`dx space epoch [KEY]`](#dx-space-epoch-key)
134
- * [`dx space invite KEY`](#dx-space-invite-key)
135
135
  * [`dx space join`](#dx-space-join)
136
136
  * [`dx space list`](#dx-space-list)
137
137
  * [`dx space members [KEY]`](#dx-space-members-key)
138
+ * [`dx space query [KEY]`](#dx-space-query-key)
139
+ * [`dx space share [KEY]`](#dx-space-share-key)
138
140
  * [`dx tunnel list`](#dx-tunnel-list)
139
141
  * [`dx tunnel set`](#dx-tunnel-set)
140
142
 
@@ -144,18 +146,29 @@ List agents.
144
146
 
145
147
  ```
146
148
  USAGE
147
- $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
149
+ $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
150
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
151
+ [--csv | --no-truncate]] [--no-header | ] [--live]
148
152
 
149
153
  FLAGS
150
154
  -v, --verbose Verbose output
155
+ -x, --extended show extra columns
156
+ --columns=<value> only show provided columns (comma-separated)
151
157
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
158
+ --csv output is csv format [alias: --output=csv]
152
159
  --dry-run Dry run.
153
- --no-agent Auto-start agent.
160
+ --filter=<value> filter property by partial string matching, ex: name=foo
161
+ --json Output as JSON.
162
+ --live Live update.
163
+ --no-agent Run command without agent.
164
+ --no-header hide table header from output
165
+ --no-truncate do not truncate output to fit screen
166
+ --no-wait Do not wait for space to be ready.
167
+ --output=<option> output in a more machine friendly format
168
+ <options: csv|json|yaml>
154
169
  --profile=<value> [default: default] User profile.
155
- --timeout=<value> [default: 30] Timeout in seconds.
156
-
157
- GLOBAL FLAGS
158
- --json Format output as json.
170
+ --sort=<value> property to sort by (prepend '-' for descending)
171
+ --timeout=<value> [default: 60000] Timeout (ms).
159
172
 
160
173
  DESCRIPTION
161
174
  List agents.
@@ -168,7 +181,7 @@ Restart agent daemon.
168
181
  ```
169
182
  USAGE
170
183
  $ dx agent restart [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
171
- <value>] [--force]
184
+ <value>] [--no-wait] [--force]
172
185
 
173
186
  FLAGS
174
187
  -v, --verbose Verbose output
@@ -176,9 +189,10 @@ FLAGS
176
189
  --dry-run Dry run.
177
190
  --force Force restart.
178
191
  --json Output as JSON.
179
- --no-agent Auto-start agent.
192
+ --no-agent Run command without agent.
193
+ --no-wait Do not wait for space to be ready.
180
194
  --profile=<value> [default: default] User profile.
181
- --timeout=<value> [default: 30] Timeout in seconds.
195
+ --timeout=<value> [default: 60000] Timeout (ms).
182
196
 
183
197
  DESCRIPTION
184
198
  Restart agent daemon.
@@ -191,7 +205,7 @@ Starts the agent.
191
205
  ```
192
206
  USAGE
193
207
  $ dx agent start [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
194
- <value>] [-f] [--web-socket <value>] [--echo <value>] [--monitor]
208
+ <value>] [--no-wait] [-f] [--web-socket <value>] [--echo <value>] [--monitor]
195
209
 
196
210
  FLAGS
197
211
  -f, --foreground Run in foreground.
@@ -201,9 +215,10 @@ FLAGS
201
215
  --echo=port Expose ECHO REST API.
202
216
  --json Output as JSON.
203
217
  --monitor Run epoch monitoring.
204
- --no-agent Auto-start agent.
218
+ --no-agent Run command without agent.
219
+ --no-wait Do not wait for space to be ready.
205
220
  --profile=<value> [default: default] User profile.
206
- --timeout=<value> [default: 30] Timeout in seconds.
221
+ --timeout=<value> [default: 60000] Timeout (ms).
207
222
  --web-socket=port Expose web socket port.
208
223
 
209
224
  DESCRIPTION
@@ -217,7 +232,7 @@ Stop agent daemon.
217
232
  ```
218
233
  USAGE
219
234
  $ dx agent stop [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
220
- <value>] [--all] [--force]
235
+ <value>] [--no-wait] [--all] [--force]
221
236
 
222
237
  FLAGS
223
238
  -v, --verbose Verbose output
@@ -226,9 +241,10 @@ FLAGS
226
241
  --dry-run Dry run.
227
242
  --force Force stop.
228
243
  --json Output as JSON.
229
- --no-agent Auto-start agent.
244
+ --no-agent Run command without agent.
245
+ --no-wait Do not wait for space to be ready.
230
246
  --profile=<value> [default: default] User profile.
231
- --timeout=<value> [default: 30] Timeout in seconds.
247
+ --timeout=<value> [default: 60000] Timeout (ms).
232
248
 
233
249
  DESCRIPTION
234
250
  Stop agent daemon.
@@ -241,7 +257,7 @@ Manage applications.
241
257
  ```
242
258
  USAGE
243
259
  $ dx app create NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
244
- <value>] [--tag <value>] [-t hello|bare|tasks] [-i]
260
+ <value>] [--no-wait] [--tag <value>] [-t hello|bare|tasks] [-i]
245
261
 
246
262
  ARGUMENTS
247
263
  NAME App name.
@@ -254,10 +270,11 @@ FLAGS
254
270
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
255
271
  --dry-run Dry run.
256
272
  --json Output as JSON.
257
- --no-agent Auto-start agent.
273
+ --no-agent Run command without agent.
274
+ --no-wait Do not wait for space to be ready.
258
275
  --profile=<value> [default: default] User profile.
259
276
  --tag=<value> Git tag or branch of the DXOS repo to checkout.
260
- --timeout=<value> [default: 30] Timeout in seconds.
277
+ --timeout=<value> [default: 60000] Timeout (ms).
261
278
 
262
279
  DESCRIPTION
263
280
  Manage applications.
@@ -269,15 +286,17 @@ List apps.
269
286
 
270
287
  ```
271
288
  USAGE
272
- $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
289
+ $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
290
+ <value>] [--no-wait]
273
291
 
274
292
  FLAGS
275
293
  -v, --verbose Verbose output
276
294
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
277
295
  --dry-run Dry run.
278
- --no-agent Auto-start agent.
296
+ --no-agent Run command without agent.
297
+ --no-wait Do not wait for space to be ready.
279
298
  --profile=<value> [default: default] User profile.
280
- --timeout=<value> [default: 30] Timeout in seconds.
299
+ --timeout=<value> [default: 60000] Timeout (ms).
281
300
 
282
301
  GLOBAL FLAGS
283
302
  --json Format output as json.
@@ -293,7 +312,7 @@ Opens app with provided url and process device invitation.
293
312
  ```
294
313
  USAGE
295
314
  $ dx app open URL [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
296
- <value>] [--instances <value>] [--invite]
315
+ <value>] [--no-wait] [--instances <value>] [--invite]
297
316
 
298
317
  ARGUMENTS
299
318
  URL App URL.
@@ -304,9 +323,10 @@ FLAGS
304
323
  --dry-run Dry run.
305
324
  --instances=<value> [default: 1] Amount of test instances.
306
325
  --invite If `true` proceed device invitation for all instances.
307
- --no-agent Auto-start agent.
326
+ --no-agent Run command without agent.
327
+ --no-wait Do not wait for space to be ready.
308
328
  --profile=<value> [default: default] User profile.
309
- --timeout=<value> [default: 30] Timeout in seconds.
329
+ --timeout=<value> [default: 60000] Timeout (ms).
310
330
 
311
331
  GLOBAL FLAGS
312
332
  --json Format output as json.
@@ -322,7 +342,7 @@ Publish apps.
322
342
  ```
323
343
  USAGE
324
344
  $ dx app publish [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
325
- <value>] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
345
+ <value>] [--no-wait] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
326
346
 
327
347
  FLAGS
328
348
  -v, --verbose Verbose output
@@ -331,10 +351,11 @@ FLAGS
331
351
  --configPath=<value> Path to dx.yml
332
352
  --dry-run Dry run.
333
353
  --json Output as JSON.
334
- --no-agent Auto-start agent.
354
+ --no-agent Run command without agent.
355
+ --no-wait Do not wait for space to be ready.
335
356
  --profile=<value> [default: default] User profile.
336
357
  --skipExisting Do not update content on KUBE if version already exists.
337
- --timeout=<value> [default: 30] Timeout in seconds.
358
+ --timeout=<value> [default: 60000] Timeout (ms).
338
359
  --version=<value> Version of modules to publish.
339
360
 
340
361
  DESCRIPTION
@@ -347,15 +368,17 @@ Show config file.
347
368
 
348
369
  ```
349
370
  USAGE
350
- $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
371
+ $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
372
+ <value>] [--no-wait]
351
373
 
352
374
  FLAGS
353
375
  -v, --verbose Verbose output
354
376
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
355
377
  --dry-run Dry run.
356
- --no-agent Auto-start agent.
378
+ --no-agent Run command without agent.
379
+ --no-wait Do not wait for space to be ready.
357
380
  --profile=<value> [default: default] User profile.
358
- --timeout=<value> [default: 30] Timeout in seconds.
381
+ --timeout=<value> [default: 60000] Timeout (ms).
359
382
 
360
383
  GLOBAL FLAGS
361
384
  --json Format output as json.
@@ -364,28 +387,85 @@ DESCRIPTION
364
387
  Show config file.
365
388
  ```
366
389
 
367
- ## `dx debug stats`
390
+ ## `dx debug diagnostics`
368
391
 
369
- Output debug stats.
392
+ Output debug diagnostics.
370
393
 
371
394
  ```
372
395
  USAGE
373
- $ dx debug stats [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
374
- <value>] [--humanize] [--truncate]
396
+ $ dx debug diagnostics [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
397
+ <value>] [--no-wait] [--humanize] [--truncate]
375
398
 
376
399
  FLAGS
377
400
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
378
401
  --dry-run Dry run.
379
402
  --humanize Humanized keys.
380
403
  --json Output as JSON.
381
- --no-agent Auto-start agent.
404
+ --no-agent Run command without agent.
405
+ --no-wait Do not wait for space to be ready.
382
406
  --profile=<value> [default: default] User profile.
383
- --timeout=<value> [default: 30] Timeout in seconds.
407
+ --timeout=<value> [default: 60000] Timeout (ms).
384
408
  --truncate Truncate keys.
385
409
  --verbose Verbose output.
386
410
 
387
411
  DESCRIPTION
388
- Output debug stats.
412
+ Output debug diagnostics.
413
+ ```
414
+
415
+ ## `dx debug generate [KEY]`
416
+
417
+ Generate test data.
418
+
419
+ ```
420
+ USAGE
421
+ $ dx debug generate [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
422
+ <value>] [--no-wait] [--interval <value>] [--jitter <value>] [--objects <value>] [--mutations <value>] [--epoch
423
+ <value>]
424
+
425
+ ARGUMENTS
426
+ KEY Space key head in hex.
427
+
428
+ FLAGS
429
+ -v, --verbose Verbose output
430
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
431
+ --dry-run Dry run.
432
+ --epoch=<value> Number of mutations per epoch.
433
+ --interval=<value> Interval between mutations (ms).
434
+ --jitter=<value> Inverval variance (ms).
435
+ --json Output as JSON.
436
+ --mutations=<value> Number of mutations.
437
+ --no-agent Run command without agent.
438
+ --no-wait Do not wait for space to be ready.
439
+ --objects=<value> Number of objects.
440
+ --profile=<value> [default: default] User profile.
441
+ --timeout=<value> [default: 60000] Timeout (ms).
442
+
443
+ DESCRIPTION
444
+ Generate test data.
445
+ ```
446
+
447
+ ## `dx debug status`
448
+
449
+ Display status.
450
+
451
+ ```
452
+ USAGE
453
+ $ dx debug status [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
454
+ <value>] [--no-wait] [--interval <value>]
455
+
456
+ FLAGS
457
+ -v, --verbose Verbose output
458
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
459
+ --dry-run Dry run.
460
+ --interval=<value> [default: 1000] Update interval (ms).
461
+ --json Output as JSON.
462
+ --no-agent Run command without agent.
463
+ --no-wait Do not wait for space to be ready.
464
+ --profile=<value> [default: default] User profile.
465
+ --timeout=<value> [default: 60000] Timeout (ms).
466
+
467
+ DESCRIPTION
468
+ Display status.
389
469
  ```
390
470
 
391
471
  ## `dx device`
@@ -394,15 +474,17 @@ Show device info.
394
474
 
395
475
  ```
396
476
  USAGE
397
- $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
477
+ $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
478
+ <value>] [--no-wait]
398
479
 
399
480
  FLAGS
400
481
  -v, --verbose Verbose output
401
482
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
402
483
  --dry-run Dry run.
403
- --no-agent Auto-start agent.
484
+ --no-agent Run command without agent.
485
+ --no-wait Do not wait for space to be ready.
404
486
  --profile=<value> [default: default] User profile.
405
- --timeout=<value> [default: 30] Timeout in seconds.
487
+ --timeout=<value> [default: 60000] Timeout (ms).
406
488
 
407
489
  GLOBAL FLAGS
408
490
  --json Format output as json.
@@ -417,18 +499,28 @@ Show device info.
417
499
 
418
500
  ```
419
501
  USAGE
420
- $ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
502
+ $ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
503
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
504
+ [--csv | --no-truncate]] [--no-header | ]
421
505
 
422
506
  FLAGS
423
507
  -v, --verbose Verbose output
508
+ -x, --extended show extra columns
509
+ --columns=<value> only show provided columns (comma-separated)
424
510
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
511
+ --csv output is csv format [alias: --output=csv]
425
512
  --dry-run Dry run.
426
- --no-agent Auto-start agent.
513
+ --filter=<value> filter property by partial string matching, ex: name=foo
514
+ --json Output as JSON.
515
+ --no-agent Run command without agent.
516
+ --no-header hide table header from output
517
+ --no-truncate do not truncate output to fit screen
518
+ --no-wait Do not wait for space to be ready.
519
+ --output=<option> output in a more machine friendly format
520
+ <options: csv|json|yaml>
427
521
  --profile=<value> [default: default] User profile.
428
- --timeout=<value> [default: 30] Timeout in seconds.
429
-
430
- GLOBAL FLAGS
431
- --json Format output as json.
522
+ --sort=<value> property to sort by (prepend '-' for descending)
523
+ --timeout=<value> [default: 60000] Timeout (ms).
432
524
 
433
525
  DESCRIPTION
434
526
  Show device info.
@@ -441,7 +533,7 @@ Development server.
441
533
  ```
442
534
  USAGE
443
535
  $ dx function dev [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
444
- <value>] [--require <value>] [--manifest <value>]
536
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
445
537
 
446
538
  FLAGS
447
539
  -v, --verbose Verbose output
@@ -449,10 +541,11 @@ FLAGS
449
541
  --dry-run Dry run.
450
542
  --json Output as JSON.
451
543
  --manifest=<value> [default: functions.yml]
452
- --no-agent Auto-start agent.
544
+ --no-agent Run command without agent.
545
+ --no-wait Do not wait for space to be ready.
453
546
  --profile=<value> [default: default] User profile.
454
547
  --require=<value>... [default: ts-node/register]
455
- --timeout=<value> [default: 30] Timeout in seconds.
548
+ --timeout=<value> [default: 60000] Timeout (ms).
456
549
 
457
550
  DESCRIPTION
458
551
  Development server.
@@ -473,7 +566,7 @@ Development server.
473
566
  ```
474
567
  USAGE
475
568
  $ dx function dev-server [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
476
- <value>] [--require <value>] [--manifest <value>]
569
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
477
570
 
478
571
  FLAGS
479
572
  -v, --verbose Verbose output
@@ -481,10 +574,11 @@ FLAGS
481
574
  --dry-run Dry run.
482
575
  --json Output as JSON.
483
576
  --manifest=<value> [default: functions.yml]
484
- --no-agent Auto-start agent.
577
+ --no-agent Run command without agent.
578
+ --no-wait Do not wait for space to be ready.
485
579
  --profile=<value> [default: default] User profile.
486
580
  --require=<value>... [default: ts-node/register]
487
- --timeout=<value> [default: 30] Timeout in seconds.
581
+ --timeout=<value> [default: 60000] Timeout (ms).
488
582
 
489
583
  DESCRIPTION
490
584
  Development server.
@@ -505,7 +599,7 @@ Invoke function.
505
599
  ```
506
600
  USAGE
507
601
  $ dx function exec NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
508
- <value>]
602
+ <value>] [--no-wait]
509
603
 
510
604
  ARGUMENTS
511
605
  NAME Function name.
@@ -514,9 +608,10 @@ FLAGS
514
608
  -v, --verbose Verbose output
515
609
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
516
610
  --dry-run Dry run.
517
- --no-agent Auto-start agent.
611
+ --no-agent Run command without agent.
612
+ --no-wait Do not wait for space to be ready.
518
613
  --profile=<value> [default: default] User profile.
519
- --timeout=<value> [default: 30] Timeout in seconds.
614
+ --timeout=<value> [default: 60000] Timeout (ms).
520
615
 
521
616
  GLOBAL FLAGS
522
617
  --json Format output as json.
@@ -531,15 +626,17 @@ List functions.
531
626
 
532
627
  ```
533
628
  USAGE
534
- $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
629
+ $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
630
+ <value>] [--no-wait]
535
631
 
536
632
  FLAGS
537
633
  -v, --verbose Verbose output
538
634
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
539
635
  --dry-run Dry run.
540
- --no-agent Auto-start agent.
636
+ --no-agent Run command without agent.
637
+ --no-wait Do not wait for space to be ready.
541
638
  --profile=<value> [default: default] User profile.
542
- --timeout=<value> [default: 30] Timeout in seconds.
639
+ --timeout=<value> [default: 60000] Timeout (ms).
543
640
 
544
641
  GLOBAL FLAGS
545
642
  --json Format output as json.
@@ -555,7 +652,7 @@ Get function logs.
555
652
  ```
556
653
  USAGE
557
654
  $ dx function logs NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
558
- <value>]
655
+ <value>] [--no-wait]
559
656
 
560
657
  ARGUMENTS
561
658
  NAME Function name.
@@ -564,9 +661,10 @@ FLAGS
564
661
  -v, --verbose Verbose output
565
662
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
566
663
  --dry-run Dry run.
567
- --no-agent Auto-start agent.
664
+ --no-agent Run command without agent.
665
+ --no-wait Do not wait for space to be ready.
568
666
  --profile=<value> [default: default] User profile.
569
- --timeout=<value> [default: 30] Timeout in seconds.
667
+ --timeout=<value> [default: 60000] Timeout (ms).
570
668
 
571
669
  GLOBAL FLAGS
572
670
  --json Format output as json.
@@ -575,29 +673,6 @@ DESCRIPTION
575
673
  Get function logs.
576
674
  ```
577
675
 
578
- ## `dx halo`
579
-
580
- Show HALO profile.
581
-
582
- ```
583
- USAGE
584
- $ dx halo [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
585
-
586
- FLAGS
587
- -v, --verbose Verbose output
588
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
589
- --dry-run Dry run.
590
- --no-agent Auto-start agent.
591
- --profile=<value> [default: default] User profile.
592
- --timeout=<value> [default: 30] Timeout in seconds.
593
-
594
- GLOBAL FLAGS
595
- --json Format output as json.
596
-
597
- DESCRIPTION
598
- Show HALO profile.
599
- ```
600
-
601
676
  ## `dx halo create DISPLAYNAME`
602
677
 
603
678
  Create HALO.
@@ -605,7 +680,7 @@ Create HALO.
605
680
  ```
606
681
  USAGE
607
682
  $ dx halo create DISPLAYNAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
608
- [--timeout <value>]
683
+ [--timeout <value>] [--no-wait]
609
684
 
610
685
  ARGUMENTS
611
686
  DISPLAYNAME Display name
@@ -614,9 +689,10 @@ FLAGS
614
689
  -v, --verbose Verbose output
615
690
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
616
691
  --dry-run Dry run.
617
- --no-agent Auto-start agent.
692
+ --no-agent Run command without agent.
693
+ --no-wait Do not wait for space to be ready.
618
694
  --profile=<value> [default: default] User profile.
619
- --timeout=<value> [default: 30] Timeout in seconds.
695
+ --timeout=<value> [default: 60000] Timeout (ms).
620
696
 
621
697
  GLOBAL FLAGS
622
698
  --json Format output as json.
@@ -632,7 +708,7 @@ Import credential into HALO.
632
708
  ```
633
709
  USAGE
634
710
  $ dx halo credential add [CREDENTIAL] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
635
- [--timeout <value>]
711
+ [--timeout <value>] [--no-wait]
636
712
 
637
713
  ARGUMENTS
638
714
  CREDENTIAL credential
@@ -642,9 +718,10 @@ FLAGS
642
718
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
643
719
  --dry-run Dry run.
644
720
  --json Output as JSON.
645
- --no-agent Auto-start agent.
721
+ --no-agent Run command without agent.
722
+ --no-wait Do not wait for space to be ready.
646
723
  --profile=<value> [default: default] User profile.
647
- --timeout=<value> [default: 30] Timeout in seconds.
724
+ --timeout=<value> [default: 60000] Timeout (ms).
648
725
 
649
726
  DESCRIPTION
650
727
  Import credential into HALO.
@@ -657,22 +734,58 @@ List HALO credentials.
657
734
  ```
658
735
  USAGE
659
736
  $ dx halo credential list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
660
- <value>] [--type <value>]
737
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
738
+ [--csv | --no-truncate]] [--no-header | ] [--type <value>]
661
739
 
662
740
  FLAGS
663
741
  -v, --verbose Verbose output
742
+ -x, --extended show extra columns
743
+ --columns=<value> only show provided columns (comma-separated)
664
744
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
745
+ --csv output is csv format [alias: --output=csv]
665
746
  --dry-run Dry run.
747
+ --filter=<value> filter property by partial string matching, ex: name=foo
666
748
  --json Output as JSON.
667
- --no-agent Auto-start agent.
749
+ --no-agent Run command without agent.
750
+ --no-header hide table header from output
751
+ --no-truncate do not truncate output to fit screen
752
+ --no-wait Do not wait for space to be ready.
753
+ --output=<option> output in a more machine friendly format
754
+ <options: csv|json|yaml>
668
755
  --profile=<value> [default: default] User profile.
669
- --timeout=<value> [default: 30] Timeout in seconds.
756
+ --sort=<value> property to sort by (prepend '-' for descending)
757
+ --timeout=<value> [default: 60000] Timeout (ms).
670
758
  --type=<value> Type
671
759
 
672
760
  DESCRIPTION
673
761
  List HALO credentials.
674
762
  ```
675
763
 
764
+ ## `dx halo identity`
765
+
766
+ Show HALO identity.
767
+
768
+ ```
769
+ USAGE
770
+ $ dx halo identity [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
771
+ <value>] [--no-wait]
772
+
773
+ FLAGS
774
+ -v, --verbose Verbose output
775
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
776
+ --dry-run Dry run.
777
+ --no-agent Run command without agent.
778
+ --no-wait Do not wait for space to be ready.
779
+ --profile=<value> [default: default] User profile.
780
+ --timeout=<value> [default: 60000] Timeout (ms).
781
+
782
+ GLOBAL FLAGS
783
+ --json Format output as json.
784
+
785
+ DESCRIPTION
786
+ Show HALO identity.
787
+ ```
788
+
676
789
  ## `dx halo join`
677
790
 
678
791
  Join HALO (device) invitation.
@@ -680,7 +793,7 @@ Join HALO (device) invitation.
680
793
  ```
681
794
  USAGE
682
795
  $ dx halo join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
683
- <value>] [--invitation <value>]
796
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
684
797
 
685
798
  FLAGS
686
799
  -v, --verbose Verbose output
@@ -688,9 +801,11 @@ FLAGS
688
801
  --dry-run Dry run.
689
802
  --invitation=<value> Invitation code
690
803
  --json Output as JSON.
691
- --no-agent Auto-start agent.
804
+ --no-agent Run command without agent.
805
+ --no-wait Do not wait for space to be ready.
692
806
  --profile=<value> [default: default] User profile.
693
- --timeout=<value> [default: 30] Timeout in seconds.
807
+ --secret=<value> Invitation secret
808
+ --timeout=<value> [default: 60000] Timeout (ms).
694
809
 
695
810
  DESCRIPTION
696
811
  Join HALO (device) invitation.
@@ -703,16 +818,17 @@ Create HALO (device) invitation.
703
818
  ```
704
819
  USAGE
705
820
  $ dx halo share [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
706
- <value>] [--noCode]
821
+ <value>] [--no-wait] [--noCode]
707
822
 
708
823
  FLAGS
709
824
  -v, --verbose Verbose output
710
825
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
711
826
  --dry-run Dry run.
712
- --no-agent Auto-start agent.
827
+ --no-agent Run command without agent.
828
+ --no-wait Do not wait for space to be ready.
713
829
  --noCode Flag that specifies if secret auth code is not required
714
830
  --profile=<value> [default: default] User profile.
715
- --timeout=<value> [default: 30] Timeout in seconds.
831
+ --timeout=<value> [default: 60000] Timeout (ms).
716
832
 
717
833
  GLOBAL FLAGS
718
834
  --json Format output as json.
@@ -747,15 +863,17 @@ Authenticate with KUBE.
747
863
 
748
864
  ```
749
865
  USAGE
750
- $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
866
+ $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
867
+ <value>] [--no-wait]
751
868
 
752
869
  FLAGS
753
870
  -v, --verbose Verbose output
754
871
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
755
872
  --dry-run Dry run.
756
- --no-agent Auto-start agent.
873
+ --no-agent Run command without agent.
874
+ --no-wait Do not wait for space to be ready.
757
875
  --profile=<value> [default: default] User profile.
758
- --timeout=<value> [default: 30] Timeout in seconds.
876
+ --timeout=<value> [default: 60000] Timeout (ms).
759
877
 
760
878
  GLOBAL FLAGS
761
879
  --json Format output as json.
@@ -771,7 +889,7 @@ Deploy KUBE.
771
889
  ```
772
890
  USAGE
773
891
  $ dx kube deploy --hostname <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
774
- [--timeout <value>] [--provider <value>] [--accessToken <value>] [--dev]
892
+ [--timeout <value>] [--no-wait] [--provider <value>] [--accessToken <value>] [--dev]
775
893
 
776
894
  FLAGS
777
895
  -v, --verbose Verbose output
@@ -781,10 +899,11 @@ FLAGS
781
899
  --dry-run Dry run.
782
900
  --hostname=<value> (required) Hostname
783
901
  --json Output as JSON.
784
- --no-agent Auto-start agent.
902
+ --no-agent Run command without agent.
903
+ --no-wait Do not wait for space to be ready.
785
904
  --profile=<value> [default: default] User profile.
786
905
  --provider=<value> [default: digitalocean] Cloud Provider
787
- --timeout=<value> [default: 30] Timeout in seconds.
906
+ --timeout=<value> [default: 60000] Timeout (ms).
788
907
 
789
908
  DESCRIPTION
790
909
  Deploy KUBE.
@@ -1033,7 +1152,7 @@ Reset user data.
1033
1152
  ```
1034
1153
  USAGE
1035
1154
  $ dx reset [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1036
- <value>] [--force]
1155
+ <value>] [--no-wait] [--force]
1037
1156
 
1038
1157
  FLAGS
1039
1158
  -v, --verbose Verbose output
@@ -1041,9 +1160,10 @@ FLAGS
1041
1160
  --dry-run Dry run.
1042
1161
  --force Force delete.
1043
1162
  --json Output as JSON.
1044
- --no-agent Auto-start agent.
1163
+ --no-agent Run command without agent.
1164
+ --no-wait Do not wait for space to be ready.
1045
1165
  --profile=<value> [default: default] User profile.
1046
- --timeout=<value> [default: 30] Timeout in seconds.
1166
+ --timeout=<value> [default: 60000] Timeout (ms).
1047
1167
 
1048
1168
  DESCRIPTION
1049
1169
  Reset user data.
@@ -1055,42 +1175,23 @@ Interactive shell.
1055
1175
 
1056
1176
  ```
1057
1177
  USAGE
1058
- $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1178
+ $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1179
+ <value>] [--no-wait]
1059
1180
 
1060
1181
  FLAGS
1061
1182
  -v, --verbose Verbose output
1062
1183
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1063
1184
  --dry-run Dry run.
1064
1185
  --json Output as JSON.
1065
- --no-agent Auto-start agent.
1186
+ --no-agent Run command without agent.
1187
+ --no-wait Do not wait for space to be ready.
1066
1188
  --profile=<value> [default: default] User profile.
1067
- --timeout=<value> [default: 30] Timeout in seconds.
1189
+ --timeout=<value> [default: 60000] Timeout (ms).
1068
1190
 
1069
1191
  DESCRIPTION
1070
1192
  Interactive shell.
1071
1193
  ```
1072
1194
 
1073
- ## `dx space`
1074
-
1075
- List spaces.
1076
-
1077
- ```
1078
- USAGE
1079
- $ dx space [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1080
-
1081
- FLAGS
1082
- -v, --verbose Verbose output
1083
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1084
- --dry-run Dry run.
1085
- --json Output as JSON.
1086
- --no-agent Auto-start agent.
1087
- --profile=<value> [default: default] User profile.
1088
- --timeout=<value> [default: 30] Timeout in seconds.
1089
-
1090
- DESCRIPTION
1091
- List spaces.
1092
- ```
1093
-
1094
1195
  ## `dx space create [NAME]`
1095
1196
 
1096
1197
  Create space.
@@ -1098,15 +1199,16 @@ Create space.
1098
1199
  ```
1099
1200
  USAGE
1100
1201
  $ dx space create [NAME] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1101
- <value>]
1202
+ <value>] [--no-wait]
1102
1203
 
1103
1204
  FLAGS
1104
1205
  -v, --verbose Verbose output
1105
1206
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1106
1207
  --dry-run Dry run.
1107
- --no-agent Auto-start agent.
1208
+ --no-agent Run command without agent.
1209
+ --no-wait Do not wait for space to be ready.
1108
1210
  --profile=<value> [default: default] User profile.
1109
- --timeout=<value> [default: 30] Timeout in seconds.
1211
+ --timeout=<value> [default: 60000] Timeout (ms).
1110
1212
 
1111
1213
  GLOBAL FLAGS
1112
1214
  --json Format output as json.
@@ -1122,54 +1224,25 @@ Create new epoch.
1122
1224
  ```
1123
1225
  USAGE
1124
1226
  $ dx space epoch [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1125
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1126
- --no-truncate]] [--no-header | ]
1227
+ <value>] [--no-wait]
1127
1228
 
1128
1229
  ARGUMENTS
1129
1230
  KEY Space key head in hex.
1130
1231
 
1131
1232
  FLAGS
1132
1233
  -v, --verbose Verbose output
1133
- -x, --extended show extra columns
1134
- --columns=<value> only show provided columns (comma-separated)
1135
1234
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1136
- --csv output is csv format [alias: --output=csv]
1137
1235
  --dry-run Dry run.
1138
- --filter=<value> filter property by partial string matching, ex: name=foo
1139
- --json Output as JSON.
1140
- --no-agent Auto-start agent.
1141
- --no-header hide table header from output
1142
- --no-truncate do not truncate output to fit screen
1143
- --output=<option> output in a more machine friendly format
1144
- <options: csv|json|yaml>
1236
+ --no-agent Run command without agent.
1237
+ --no-wait Do not wait for space to be ready.
1145
1238
  --profile=<value> [default: default] User profile.
1146
- --sort=<value> property to sort by (prepend '-' for descending)
1147
- --timeout=<value> [default: 30] Timeout in seconds.
1239
+ --timeout=<value> [default: 60000] Timeout (ms).
1148
1240
 
1149
- DESCRIPTION
1150
- Create new epoch.
1151
- ```
1152
-
1153
- ## `dx space invite KEY`
1154
-
1155
- Create space invitation.
1156
-
1157
- ```
1158
- USAGE
1159
- $ dx space invite KEY [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1160
- <value>]
1161
-
1162
- FLAGS
1163
- -v, --verbose Verbose output
1164
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1165
- --dry-run Dry run.
1166
- --json Output as JSON.
1167
- --no-agent Auto-start agent.
1168
- --profile=<value> [default: default] User profile.
1169
- --timeout=<value> [default: 30] Timeout in seconds.
1241
+ GLOBAL FLAGS
1242
+ --json Format output as json.
1170
1243
 
1171
1244
  DESCRIPTION
1172
- Create space invitation.
1245
+ Create new epoch.
1173
1246
  ```
1174
1247
 
1175
1248
  ## `dx space join`
@@ -1179,7 +1252,7 @@ Join space invitation
1179
1252
  ```
1180
1253
  USAGE
1181
1254
  $ dx space join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1182
- <value>] [--invitation <value>] [--secret <value>]
1255
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
1183
1256
 
1184
1257
  FLAGS
1185
1258
  -v, --verbose Verbose output
@@ -1187,10 +1260,11 @@ FLAGS
1187
1260
  --dry-run Dry run.
1188
1261
  --invitation=<value> Invitation code
1189
1262
  --json Output as JSON.
1190
- --no-agent Auto-start agent.
1263
+ --no-agent Run command without agent.
1264
+ --no-wait Do not wait for space to be ready.
1191
1265
  --profile=<value> [default: default] User profile.
1192
1266
  --secret=<value> Invitation secret
1193
- --timeout=<value> [default: 30] Timeout in seconds.
1267
+ --timeout=<value> [default: 60000] Timeout (ms).
1194
1268
 
1195
1269
  DESCRIPTION
1196
1270
  Join space invitation
@@ -1203,8 +1277,8 @@ List spaces.
1203
1277
  ```
1204
1278
  USAGE
1205
1279
  $ dx space list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1206
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1207
- --no-truncate]] [--no-header | ]
1280
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1281
+ [--csv | --no-truncate]] [--no-header | ] [--live]
1208
1282
 
1209
1283
  FLAGS
1210
1284
  -v, --verbose Verbose output
@@ -1215,14 +1289,16 @@ FLAGS
1215
1289
  --dry-run Dry run.
1216
1290
  --filter=<value> filter property by partial string matching, ex: name=foo
1217
1291
  --json Output as JSON.
1218
- --no-agent Auto-start agent.
1292
+ --live Live update.
1293
+ --no-agent Run command without agent.
1219
1294
  --no-header hide table header from output
1220
1295
  --no-truncate do not truncate output to fit screen
1296
+ --no-wait Do not wait for space to be ready.
1221
1297
  --output=<option> output in a more machine friendly format
1222
1298
  <options: csv|json|yaml>
1223
1299
  --profile=<value> [default: default] User profile.
1224
1300
  --sort=<value> property to sort by (prepend '-' for descending)
1225
- --timeout=<value> [default: 30] Timeout in seconds.
1301
+ --timeout=<value> [default: 60000] Timeout (ms).
1226
1302
 
1227
1303
  DESCRIPTION
1228
1304
  List spaces.
@@ -1235,8 +1311,8 @@ List space members.
1235
1311
  ```
1236
1312
  USAGE
1237
1313
  $ dx space members [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1238
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1239
- --no-truncate]] [--no-header | ]
1314
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1315
+ [--csv | --no-truncate]] [--no-header | ]
1240
1316
 
1241
1317
  ARGUMENTS
1242
1318
  KEY Space key head in hex.
@@ -1250,34 +1326,93 @@ FLAGS
1250
1326
  --dry-run Dry run.
1251
1327
  --filter=<value> filter property by partial string matching, ex: name=foo
1252
1328
  --json Output as JSON.
1253
- --no-agent Auto-start agent.
1329
+ --no-agent Run command without agent.
1254
1330
  --no-header hide table header from output
1255
1331
  --no-truncate do not truncate output to fit screen
1332
+ --no-wait Do not wait for space to be ready.
1256
1333
  --output=<option> output in a more machine friendly format
1257
1334
  <options: csv|json|yaml>
1258
1335
  --profile=<value> [default: default] User profile.
1259
1336
  --sort=<value> property to sort by (prepend '-' for descending)
1260
- --timeout=<value> [default: 30] Timeout in seconds.
1337
+ --timeout=<value> [default: 60000] Timeout (ms).
1261
1338
 
1262
1339
  DESCRIPTION
1263
1340
  List space members.
1264
1341
  ```
1265
1342
 
1343
+ ## `dx space query [KEY]`
1344
+
1345
+ Query database.
1346
+
1347
+ ```
1348
+ USAGE
1349
+ $ dx space query [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1350
+ <value>] [--no-wait]
1351
+
1352
+ ARGUMENTS
1353
+ KEY Space key head in hex.
1354
+
1355
+ FLAGS
1356
+ -v, --verbose Verbose output
1357
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1358
+ --dry-run Dry run.
1359
+ --no-agent Run command without agent.
1360
+ --no-wait Do not wait for space to be ready.
1361
+ --profile=<value> [default: default] User profile.
1362
+ --timeout=<value> [default: 60000] Timeout (ms).
1363
+
1364
+ GLOBAL FLAGS
1365
+ --json Format output as json.
1366
+
1367
+ DESCRIPTION
1368
+ Query database.
1369
+ ```
1370
+
1371
+ ## `dx space share [KEY]`
1372
+
1373
+ Create space invitation.
1374
+
1375
+ ```
1376
+ USAGE
1377
+ $ dx space share [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1378
+ <value>] [--no-wait] [--multiple] [--no-auth]
1379
+
1380
+ ARGUMENTS
1381
+ KEY Space key head in hex.
1382
+
1383
+ FLAGS
1384
+ -v, --verbose Verbose output
1385
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1386
+ --dry-run Dry run.
1387
+ --json Output as JSON.
1388
+ --multiple Multiple use.
1389
+ --no-agent Run command without agent.
1390
+ --no-auth Skip authentication challenge.
1391
+ --no-wait Do not wait for space to be ready.
1392
+ --profile=<value> [default: default] User profile.
1393
+ --timeout=<value> [default: 5000] Timeout in milliseconds.
1394
+
1395
+ DESCRIPTION
1396
+ Create space invitation.
1397
+ ```
1398
+
1266
1399
  ## `dx tunnel list`
1267
1400
 
1268
1401
  List tunnels.
1269
1402
 
1270
1403
  ```
1271
1404
  USAGE
1272
- $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1405
+ $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1406
+ <value>] [--no-wait]
1273
1407
 
1274
1408
  FLAGS
1275
1409
  -v, --verbose Verbose output
1276
1410
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1277
1411
  --dry-run Dry run.
1278
- --no-agent Auto-start agent.
1412
+ --no-agent Run command without agent.
1413
+ --no-wait Do not wait for space to be ready.
1279
1414
  --profile=<value> [default: default] User profile.
1280
- --timeout=<value> [default: 30] Timeout in seconds.
1415
+ --timeout=<value> [default: 60000] Timeout (ms).
1281
1416
 
1282
1417
  GLOBAL FLAGS
1283
1418
  --json Format output as json.
@@ -1293,7 +1428,7 @@ Enable or disable tunnel.
1293
1428
  ```
1294
1429
  USAGE
1295
1430
  $ dx tunnel set --app <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
1296
- [--timeout <value>] [--enabled] [--disabled]
1431
+ [--timeout <value>] [--no-wait] [--enabled] [--disabled]
1297
1432
 
1298
1433
  FLAGS
1299
1434
  -v, --verbose Verbose output
@@ -1303,9 +1438,10 @@ FLAGS
1303
1438
  --dry-run Dry run.
1304
1439
  --enabled Enable tunnel.
1305
1440
  --json Output as JSON.
1306
- --no-agent Auto-start agent.
1441
+ --no-agent Run command without agent.
1442
+ --no-wait Do not wait for space to be ready.
1307
1443
  --profile=<value> [default: default] User profile.
1308
- --timeout=<value> [default: 30] Timeout in seconds.
1444
+ --timeout=<value> [default: 60000] Timeout (ms).
1309
1445
 
1310
1446
  DESCRIPTION
1311
1447
  Enable or disable tunnel.