@dxos/cli 0.1.55-main.81f7c81 → 0.1.55-main.afab830

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 (204) hide show
  1. package/README.md +358 -146
  2. package/bin/dev +1 -2
  3. package/dist/src/base-command.d.ts +14 -0
  4. package/dist/src/base-command.d.ts.map +1 -1
  5. package/dist/src/base-command.js +51 -9
  6. package/dist/src/base-command.js.map +1 -1
  7. package/dist/src/commands/agent/list.d.ts +19 -1
  8. package/dist/src/commands/agent/list.d.ts.map +1 -1
  9. package/dist/src/commands/agent/list.js +25 -39
  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 +3 -8
  14. package/dist/src/commands/agent/restart.js.map +1 -1
  15. package/dist/src/commands/agent/start.d.ts +4 -2
  16. package/dist/src/commands/agent/start.d.ts.map +1 -1
  17. package/dist/src/commands/agent/start.js +18 -10
  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/app/create.d.ts +1 -0
  22. package/dist/src/commands/app/create.d.ts.map +1 -1
  23. package/dist/src/commands/app/open.d.ts +1 -0
  24. package/dist/src/commands/app/open.d.ts.map +1 -1
  25. package/dist/src/commands/app/publish.d.ts +1 -0
  26. package/dist/src/commands/app/publish.d.ts.map +1 -1
  27. package/dist/src/commands/debug/diagnostics.d.ts +6 -4
  28. package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
  29. package/dist/src/commands/debug/diagnostics.js +20 -18
  30. package/dist/src/commands/debug/diagnostics.js.map +1 -1
  31. package/dist/src/commands/debug/generate.d.ts +4 -1
  32. package/dist/src/commands/debug/generate.d.ts.map +1 -1
  33. package/dist/src/commands/debug/generate.js +25 -18
  34. package/dist/src/commands/debug/generate.js.map +1 -1
  35. package/dist/src/commands/debug/metrics.d.ts +10 -0
  36. package/dist/src/commands/debug/metrics.d.ts.map +1 -0
  37. package/dist/src/commands/debug/metrics.js +43 -0
  38. package/dist/src/commands/debug/metrics.js.map +1 -0
  39. package/dist/src/commands/{tunnel/set.d.ts → debug/status.d.ts} +4 -5
  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/function/dev-server.js +3 -3
  50. package/dist/src/commands/function/dev-server.js.map +1 -1
  51. package/dist/src/commands/halo/credential/list.d.ts +9 -0
  52. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  53. package/dist/src/commands/halo/credential/list.js +7 -7
  54. package/dist/src/commands/halo/credential/list.js.map +1 -1
  55. package/dist/src/commands/halo/{index.d.ts → identity.d.ts} +2 -2
  56. package/dist/src/commands/halo/identity.d.ts.map +1 -0
  57. package/dist/src/commands/halo/{index.js → identity.js} +5 -5
  58. package/dist/src/commands/halo/identity.js.map +1 -0
  59. package/dist/src/commands/halo/join.d.ts +2 -0
  60. package/dist/src/commands/halo/join.d.ts.map +1 -1
  61. package/dist/src/commands/halo/join.js +20 -12
  62. package/dist/src/commands/halo/join.js.map +1 -1
  63. package/dist/src/commands/halo/share.d.ts +1 -0
  64. package/dist/src/commands/halo/share.d.ts.map +1 -1
  65. package/dist/src/commands/halo/share.js +1 -2
  66. package/dist/src/commands/halo/share.js.map +1 -1
  67. package/dist/src/commands/kube/auth.js +1 -1
  68. package/dist/src/commands/kube/auth.js.map +1 -1
  69. package/dist/src/commands/kube/deploy.d.ts +1 -0
  70. package/dist/src/commands/kube/deploy.d.ts.map +1 -1
  71. package/dist/src/commands/kube/deploy.js +16 -25
  72. package/dist/src/commands/kube/deploy.js.map +1 -1
  73. package/dist/src/commands/reset/index.d.ts +1 -0
  74. package/dist/src/commands/reset/index.d.ts.map +1 -1
  75. package/dist/src/commands/reset/index.js +4 -5
  76. package/dist/src/commands/reset/index.js.map +1 -1
  77. package/dist/src/commands/space/close.d.ts +9 -0
  78. package/dist/src/commands/space/close.d.ts.map +1 -0
  79. package/dist/src/commands/space/close.js +21 -0
  80. package/dist/src/commands/space/close.js.map +1 -0
  81. package/dist/src/commands/space/create.d.ts.map +1 -1
  82. package/dist/src/commands/space/create.js +8 -5
  83. package/dist/src/commands/space/create.js.map +1 -1
  84. package/dist/src/commands/space/epoch.d.ts +0 -17
  85. package/dist/src/commands/space/epoch.d.ts.map +1 -1
  86. package/dist/src/commands/space/epoch.js +2 -15
  87. package/dist/src/commands/space/epoch.js.map +1 -1
  88. package/dist/src/commands/space/info.d.ts +10 -0
  89. package/dist/src/commands/space/info.d.ts.map +1 -0
  90. package/dist/src/commands/space/info.js +29 -0
  91. package/dist/src/commands/space/info.js.map +1 -0
  92. package/dist/src/commands/space/join.d.ts +1 -0
  93. package/dist/src/commands/space/join.d.ts.map +1 -1
  94. package/dist/src/commands/space/join.js +20 -14
  95. package/dist/src/commands/space/join.js.map +1 -1
  96. package/dist/src/commands/space/list.d.ts +4 -0
  97. package/dist/src/commands/space/list.d.ts.map +1 -1
  98. package/dist/src/commands/space/list.js +48 -5
  99. package/dist/src/commands/space/list.js.map +1 -1
  100. package/dist/src/commands/space/members.d.ts +4 -3
  101. package/dist/src/commands/space/members.d.ts.map +1 -1
  102. package/dist/src/commands/space/members.js +6 -13
  103. package/dist/src/commands/space/members.js.map +1 -1
  104. package/dist/src/commands/space/open.d.ts +9 -0
  105. package/dist/src/commands/space/open.d.ts.map +1 -0
  106. package/dist/src/commands/space/open.js +20 -0
  107. package/dist/src/commands/space/open.js.map +1 -0
  108. package/dist/src/commands/space/query.d.ts.map +1 -1
  109. package/dist/src/commands/space/query.js +3 -12
  110. package/dist/src/commands/space/query.js.map +1 -1
  111. package/dist/src/commands/space/share.d.ts +12 -0
  112. package/dist/src/commands/space/share.d.ts.map +1 -1
  113. package/dist/src/commands/space/share.js +28 -14
  114. package/dist/src/commands/space/share.js.map +1 -1
  115. package/dist/src/commands/tunnel/index.d.ts +21 -0
  116. package/dist/src/commands/tunnel/index.d.ts.map +1 -0
  117. package/dist/src/commands/tunnel/index.js +41 -0
  118. package/dist/src/commands/tunnel/index.js.map +1 -0
  119. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  120. package/dist/src/commands/tunnel/list.js +3 -4
  121. package/dist/src/commands/tunnel/list.js.map +1 -1
  122. package/dist/src/components/App.d.ts +10 -0
  123. package/dist/src/components/App.d.ts.map +1 -0
  124. package/dist/src/components/App.js +38 -0
  125. package/dist/src/components/App.js.map +1 -0
  126. package/dist/src/components/SpaceTable.d.ts +10 -0
  127. package/dist/src/components/SpaceTable.d.ts.map +1 -0
  128. package/dist/src/components/SpaceTable.js +60 -0
  129. package/dist/src/components/SpaceTable.js.map +1 -0
  130. package/dist/src/components/SystemTable.d.ts +8 -0
  131. package/dist/src/components/SystemTable.d.ts.map +1 -0
  132. package/dist/src/components/SystemTable.js +87 -0
  133. package/dist/src/components/SystemTable.js.map +1 -0
  134. package/dist/src/components/index.d.ts +4 -0
  135. package/dist/src/components/index.d.ts.map +1 -0
  136. package/dist/src/components/index.js +23 -0
  137. package/dist/src/components/index.js.map +1 -0
  138. package/dist/src/errors.d.ts +1 -1
  139. package/dist/src/errors.d.ts.map +1 -1
  140. package/dist/src/errors.js +2 -2
  141. package/dist/src/errors.js.map +1 -1
  142. package/dist/src/help.d.ts.map +1 -1
  143. package/dist/src/help.js +9 -1
  144. package/dist/src/help.js.map +1 -1
  145. package/dist/src/timeouts.d.ts +1 -1
  146. package/dist/src/timeouts.d.ts.map +1 -1
  147. package/dist/src/timeouts.js +2 -1
  148. package/dist/src/timeouts.js.map +1 -1
  149. package/dist/src/util/agents.d.ts +3 -0
  150. package/dist/src/util/agents.d.ts.map +1 -0
  151. package/dist/src/util/agents.js +44 -0
  152. package/dist/src/util/agents.js.map +1 -0
  153. package/dist/src/util/credentials.d.ts +11 -0
  154. package/dist/src/util/credentials.d.ts.map +1 -0
  155. package/dist/src/util/credentials.js +63 -0
  156. package/dist/src/util/credentials.js.map +1 -0
  157. package/dist/src/util/devices.d.ts +7 -0
  158. package/dist/src/util/devices.d.ts.map +1 -0
  159. package/dist/src/util/devices.js +29 -0
  160. package/dist/src/util/devices.js.map +1 -0
  161. package/dist/src/util/index.d.ts +7 -5
  162. package/dist/src/util/index.d.ts.map +1 -1
  163. package/dist/src/util/index.js +7 -5
  164. package/dist/src/util/index.js.map +1 -1
  165. package/dist/src/util/{invitation.d.ts → invitations.d.ts} +1 -1
  166. package/dist/src/util/invitations.d.ts.map +1 -0
  167. package/dist/src/util/{invitation.js → invitations.js} +2 -2
  168. package/dist/src/util/invitations.js.map +1 -0
  169. package/dist/src/util/spaces.d.ts +29 -0
  170. package/dist/src/util/spaces.d.ts.map +1 -0
  171. package/dist/src/util/spaces.js +173 -0
  172. package/dist/src/util/spaces.js.map +1 -0
  173. package/dist/src/util/telemetryrc.json +1 -1
  174. package/dist/src/util/{test-util.d.ts → testing.d.ts} +1 -1
  175. package/dist/src/util/testing.d.ts.map +1 -0
  176. package/dist/src/util/{test-util.js → testing.js} +1 -1
  177. package/dist/src/util/testing.js.map +1 -0
  178. package/dist/src/util/types.d.ts +4 -0
  179. package/dist/src/util/types.d.ts.map +1 -0
  180. package/dist/src/util/types.js +20 -0
  181. package/dist/src/util/types.js.map +1 -0
  182. package/oclif.manifest.json +1077 -268
  183. package/package.json +21 -25
  184. package/dist/src/commands/halo/index.d.ts.map +0 -1
  185. package/dist/src/commands/halo/index.js.map +0 -1
  186. package/dist/src/commands/tunnel/set.d.ts.map +0 -1
  187. package/dist/src/commands/tunnel/set.js +0 -42
  188. package/dist/src/commands/tunnel/set.js.map +0 -1
  189. package/dist/src/util/credential.d.ts +0 -4
  190. package/dist/src/util/credential.d.ts.map +0 -1
  191. package/dist/src/util/credential.js +0 -33
  192. package/dist/src/util/credential.js.map +0 -1
  193. package/dist/src/util/invitation.d.ts.map +0 -1
  194. package/dist/src/util/invitation.js.map +0 -1
  195. package/dist/src/util/print.d.ts +0 -26
  196. package/dist/src/util/print.d.ts.map +0 -1
  197. package/dist/src/util/print.js +0 -118
  198. package/dist/src/util/print.js.map +0 -1
  199. package/dist/src/util/test-util.d.ts.map +0 -1
  200. package/dist/src/util/test-util.js.map +0 -1
  201. package/dist/src/util/util.d.ts +0 -7
  202. package/dist/src/util/util.d.ts.map +0 -1
  203. package/dist/src/util/util.js +0 -61
  204. package/dist/src/util/util.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.55-main.81f7c81 linux-x64 node-v18.17.0
83
+ @dxos/cli/0.1.55-main.afab830 linux-x64 node-v18.17.0
84
84
  $ dx --help [COMMAND]
85
85
  USAGE
86
86
  $ dx COMMAND
@@ -102,6 +102,8 @@ USAGE
102
102
  * [`dx config`](#dx-config)
103
103
  * [`dx debug diagnostics`](#dx-debug-diagnostics)
104
104
  * [`dx debug generate [KEY]`](#dx-debug-generate-key)
105
+ * [`dx debug metrics [COMMAND]`](#dx-debug-metrics-command)
106
+ * [`dx debug status`](#dx-debug-status)
105
107
  * [`dx device`](#dx-device)
106
108
  * [`dx device list`](#dx-device-list)
107
109
  * [`dx function dev`](#dx-function-dev)
@@ -109,10 +111,10 @@ USAGE
109
111
  * [`dx function exec NAME`](#dx-function-exec-name)
110
112
  * [`dx function list`](#dx-function-list)
111
113
  * [`dx function logs NAME`](#dx-function-logs-name)
112
- * [`dx halo`](#dx-halo)
113
114
  * [`dx halo create DISPLAYNAME`](#dx-halo-create-displayname)
114
115
  * [`dx halo credential add [CREDENTIAL]`](#dx-halo-credential-add-credential)
115
116
  * [`dx halo credential list`](#dx-halo-credential-list)
117
+ * [`dx halo identity`](#dx-halo-identity)
116
118
  * [`dx halo join`](#dx-halo-join)
117
119
  * [`dx halo share`](#dx-halo-share)
118
120
  * [`dx help [COMMANDS]`](#dx-help-commands)
@@ -129,15 +131,18 @@ USAGE
129
131
  * [`dx plugins update`](#dx-plugins-update)
130
132
  * [`dx reset`](#dx-reset)
131
133
  * [`dx shell`](#dx-shell)
134
+ * [`dx space close [KEY]`](#dx-space-close-key)
132
135
  * [`dx space create [NAME]`](#dx-space-create-name)
133
136
  * [`dx space epoch [KEY]`](#dx-space-epoch-key)
137
+ * [`dx space info [KEY]`](#dx-space-info-key)
134
138
  * [`dx space join`](#dx-space-join)
135
139
  * [`dx space list`](#dx-space-list)
136
140
  * [`dx space members [KEY]`](#dx-space-members-key)
141
+ * [`dx space open [KEY]`](#dx-space-open-key)
137
142
  * [`dx space query [KEY]`](#dx-space-query-key)
138
143
  * [`dx space share [KEY]`](#dx-space-share-key)
144
+ * [`dx tunnel COMMAND`](#dx-tunnel-command)
139
145
  * [`dx tunnel list`](#dx-tunnel-list)
140
- * [`dx tunnel set`](#dx-tunnel-set)
141
146
 
142
147
  ## `dx agent list`
143
148
 
@@ -145,18 +150,29 @@ List agents.
145
150
 
146
151
  ```
147
152
  USAGE
148
- $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
153
+ $ dx agent list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
154
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
155
+ [--csv | --no-truncate]] [--no-header | ] [--live]
149
156
 
150
157
  FLAGS
151
158
  -v, --verbose Verbose output
159
+ -x, --extended show extra columns
160
+ --columns=<value> only show provided columns (comma-separated)
152
161
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
162
+ --csv output is csv format [alias: --output=csv]
153
163
  --dry-run Dry run.
164
+ --filter=<value> filter property by partial string matching, ex: name=foo
165
+ --json Output as JSON.
166
+ --live Live update.
154
167
  --no-agent Run command without agent.
168
+ --no-header hide table header from output
169
+ --no-truncate do not truncate output to fit screen
170
+ --no-wait Do not wait for space to be ready.
171
+ --output=<option> output in a more machine friendly format
172
+ <options: csv|json|yaml>
155
173
  --profile=<value> [default: default] User profile.
156
- --timeout=<value> [default: 30] Timeout in seconds.
157
-
158
- GLOBAL FLAGS
159
- --json Format output as json.
174
+ --sort=<value> property to sort by (prepend '-' for descending)
175
+ --timeout=<value> [default: 60000] Timeout (ms).
160
176
 
161
177
  DESCRIPTION
162
178
  List agents.
@@ -169,7 +185,7 @@ Restart agent daemon.
169
185
  ```
170
186
  USAGE
171
187
  $ dx agent restart [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
172
- <value>] [--force]
188
+ <value>] [--no-wait] [--force]
173
189
 
174
190
  FLAGS
175
191
  -v, --verbose Verbose output
@@ -178,8 +194,9 @@ FLAGS
178
194
  --force Force restart.
179
195
  --json Output as JSON.
180
196
  --no-agent Run command without agent.
197
+ --no-wait Do not wait for space to be ready.
181
198
  --profile=<value> [default: default] User profile.
182
- --timeout=<value> [default: 30] Timeout in seconds.
199
+ --timeout=<value> [default: 60000] Timeout (ms).
183
200
 
184
201
  DESCRIPTION
185
202
  Restart agent daemon.
@@ -192,7 +209,7 @@ Starts the agent.
192
209
  ```
193
210
  USAGE
194
211
  $ dx agent start [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
195
- <value>] [-f] [--web-socket <value>] [--echo <value>] [--monitor]
212
+ <value>] [--no-wait] [-f] [--ws <value>] [--echo <value>] [--monitor] [--metrics]
196
213
 
197
214
  FLAGS
198
215
  -f, --foreground Run in foreground.
@@ -201,11 +218,13 @@ FLAGS
201
218
  --dry-run Dry run.
202
219
  --echo=port Expose ECHO REST API.
203
220
  --json Output as JSON.
221
+ --metrics Start metrics recording.
204
222
  --monitor Run epoch monitoring.
205
223
  --no-agent Run command without agent.
224
+ --no-wait Do not wait for space to be ready.
206
225
  --profile=<value> [default: default] User profile.
207
- --timeout=<value> [default: 30] Timeout in seconds.
208
- --web-socket=port Expose web socket port.
226
+ --timeout=<value> [default: 60000] Timeout (ms).
227
+ --ws=port Expose web socket port.
209
228
 
210
229
  DESCRIPTION
211
230
  Starts the agent.
@@ -218,7 +237,7 @@ Stop agent daemon.
218
237
  ```
219
238
  USAGE
220
239
  $ dx agent stop [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
221
- <value>] [--all] [--force]
240
+ <value>] [--no-wait] [--all] [--force]
222
241
 
223
242
  FLAGS
224
243
  -v, --verbose Verbose output
@@ -228,8 +247,9 @@ FLAGS
228
247
  --force Force stop.
229
248
  --json Output as JSON.
230
249
  --no-agent Run command without agent.
250
+ --no-wait Do not wait for space to be ready.
231
251
  --profile=<value> [default: default] User profile.
232
- --timeout=<value> [default: 30] Timeout in seconds.
252
+ --timeout=<value> [default: 60000] Timeout (ms).
233
253
 
234
254
  DESCRIPTION
235
255
  Stop agent daemon.
@@ -242,7 +262,7 @@ Manage applications.
242
262
  ```
243
263
  USAGE
244
264
  $ dx app create NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
245
- <value>] [--tag <value>] [-t hello|bare|tasks] [-i]
265
+ <value>] [--no-wait] [--tag <value>] [-t hello|bare|tasks] [-i]
246
266
 
247
267
  ARGUMENTS
248
268
  NAME App name.
@@ -256,9 +276,10 @@ FLAGS
256
276
  --dry-run Dry run.
257
277
  --json Output as JSON.
258
278
  --no-agent Run command without agent.
279
+ --no-wait Do not wait for space to be ready.
259
280
  --profile=<value> [default: default] User profile.
260
281
  --tag=<value> Git tag or branch of the DXOS repo to checkout.
261
- --timeout=<value> [default: 30] Timeout in seconds.
282
+ --timeout=<value> [default: 60000] Timeout (ms).
262
283
 
263
284
  DESCRIPTION
264
285
  Manage applications.
@@ -270,15 +291,17 @@ List apps.
270
291
 
271
292
  ```
272
293
  USAGE
273
- $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
294
+ $ dx app list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
295
+ <value>] [--no-wait]
274
296
 
275
297
  FLAGS
276
298
  -v, --verbose Verbose output
277
299
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
278
300
  --dry-run Dry run.
279
301
  --no-agent Run command without agent.
302
+ --no-wait Do not wait for space to be ready.
280
303
  --profile=<value> [default: default] User profile.
281
- --timeout=<value> [default: 30] Timeout in seconds.
304
+ --timeout=<value> [default: 60000] Timeout (ms).
282
305
 
283
306
  GLOBAL FLAGS
284
307
  --json Format output as json.
@@ -294,7 +317,7 @@ Opens app with provided url and process device invitation.
294
317
  ```
295
318
  USAGE
296
319
  $ dx app open URL [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
297
- <value>] [--instances <value>] [--invite]
320
+ <value>] [--no-wait] [--instances <value>] [--invite]
298
321
 
299
322
  ARGUMENTS
300
323
  URL App URL.
@@ -306,8 +329,9 @@ FLAGS
306
329
  --instances=<value> [default: 1] Amount of test instances.
307
330
  --invite If `true` proceed device invitation for all instances.
308
331
  --no-agent Run command without agent.
332
+ --no-wait Do not wait for space to be ready.
309
333
  --profile=<value> [default: default] User profile.
310
- --timeout=<value> [default: 30] Timeout in seconds.
334
+ --timeout=<value> [default: 60000] Timeout (ms).
311
335
 
312
336
  GLOBAL FLAGS
313
337
  --json Format output as json.
@@ -323,7 +347,7 @@ Publish apps.
323
347
  ```
324
348
  USAGE
325
349
  $ dx app publish [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
326
- <value>] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
350
+ <value>] [--no-wait] [--configPath <value>] [--accessToken <value>] [--skipExisting] [--version <value>]
327
351
 
328
352
  FLAGS
329
353
  -v, --verbose Verbose output
@@ -333,9 +357,10 @@ FLAGS
333
357
  --dry-run Dry run.
334
358
  --json Output as JSON.
335
359
  --no-agent Run command without agent.
360
+ --no-wait Do not wait for space to be ready.
336
361
  --profile=<value> [default: default] User profile.
337
362
  --skipExisting Do not update content on KUBE if version already exists.
338
- --timeout=<value> [default: 30] Timeout in seconds.
363
+ --timeout=<value> [default: 60000] Timeout (ms).
339
364
  --version=<value> Version of modules to publish.
340
365
 
341
366
  DESCRIPTION
@@ -348,15 +373,17 @@ Show config file.
348
373
 
349
374
  ```
350
375
  USAGE
351
- $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
376
+ $ dx config [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
377
+ <value>] [--no-wait]
352
378
 
353
379
  FLAGS
354
380
  -v, --verbose Verbose output
355
381
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
356
382
  --dry-run Dry run.
357
383
  --no-agent Run command without agent.
384
+ --no-wait Do not wait for space to be ready.
358
385
  --profile=<value> [default: default] User profile.
359
- --timeout=<value> [default: 30] Timeout in seconds.
386
+ --timeout=<value> [default: 60000] Timeout (ms).
360
387
 
361
388
  GLOBAL FLAGS
362
389
  --json Format output as json.
@@ -367,26 +394,36 @@ DESCRIPTION
367
394
 
368
395
  ## `dx debug diagnostics`
369
396
 
370
- Output debug diagnostics.
397
+ Create diagnostics report.
371
398
 
372
399
  ```
373
400
  USAGE
374
- $ dx debug diagnostics [--json] [--dry-run] [--verbose] [--config <value> --profile <value>] [--no-agent] [--timeout
375
- <value>] [--humanize] [--truncate]
401
+ $ dx debug diagnostics [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
402
+ <value>] [--no-wait] [--humanize] [--truncate]
376
403
 
377
404
  FLAGS
405
+ -v, --verbose Verbose output
378
406
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
379
407
  --dry-run Dry run.
380
- --humanize Humanized keys.
408
+ --humanize Humanize keys.
381
409
  --json Output as JSON.
382
410
  --no-agent Run command without agent.
411
+ --no-wait Do not wait for space to be ready.
383
412
  --profile=<value> [default: default] User profile.
384
- --timeout=<value> [default: 30] Timeout in seconds.
413
+ --timeout=<value> [default: 60000] Timeout (ms).
385
414
  --truncate Truncate keys.
386
- --verbose Verbose output.
387
415
 
388
416
  DESCRIPTION
389
- Output debug diagnostics.
417
+ Create diagnostics report.
418
+
419
+ EXAMPLES
420
+ Inspect diagnostics.
421
+
422
+ $ dx debug diagnostics --json --truncate | jq -r '.metrics'
423
+
424
+ Upload diagnostics to GitHub.
425
+
426
+ $ dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json
390
427
  ```
391
428
 
392
429
  ## `dx debug generate [KEY]`
@@ -396,42 +433,100 @@ Generate test data.
396
433
  ```
397
434
  USAGE
398
435
  $ dx debug generate [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
399
- <value>] [--objects <value>] [--mutations <value>] [--mutationsPerEpoch <value>]
436
+ <value>] [--no-wait] [--interval <value>] [--jitter <value>] [--objects <value>] [--mutations <value>] [--epoch
437
+ <value>]
400
438
 
401
439
  ARGUMENTS
402
440
  KEY Space key head in hex.
403
441
 
404
442
  FLAGS
405
- -v, --verbose Verbose output
406
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
407
- --dry-run Dry run.
408
- --json Output as JSON.
409
- --mutations=<value> Number of mutations.
410
- --mutationsPerEpoch=<value> Number of mutations per epoch.
411
- --no-agent Run command without agent.
412
- --objects=<value> Number of objects.
413
- --profile=<value> [default: default] User profile.
414
- --timeout=<value> [default: 30] Timeout in seconds.
443
+ -v, --verbose Verbose output
444
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
445
+ --dry-run Dry run.
446
+ --epoch=<value> Number of mutations per epoch.
447
+ --interval=<value> Interval between mutations (ms).
448
+ --jitter=<value> Inverval variance (ms).
449
+ --json Output as JSON.
450
+ --mutations=<value> Number of mutations.
451
+ --no-agent Run command without agent.
452
+ --no-wait Do not wait for space to be ready.
453
+ --objects=<value> Number of objects.
454
+ --profile=<value> [default: default] User profile.
455
+ --timeout=<value> [default: 60000] Timeout (ms).
415
456
 
416
457
  DESCRIPTION
417
458
  Generate test data.
418
459
  ```
419
460
 
461
+ ## `dx debug metrics [COMMAND]`
462
+
463
+ Control metrics.
464
+
465
+ ```
466
+ USAGE
467
+ $ dx debug metrics [COMMAND] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
468
+ [--timeout <value>] [--no-wait]
469
+
470
+ ARGUMENTS
471
+ COMMAND Control metrics recording.
472
+
473
+ FLAGS
474
+ -v, --verbose Verbose output
475
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
476
+ --dry-run Dry run.
477
+ --no-agent Run command without agent.
478
+ --no-wait Do not wait for space to be ready.
479
+ --profile=<value> [default: default] User profile.
480
+ --timeout=<value> [default: 60000] Timeout (ms).
481
+
482
+ GLOBAL FLAGS
483
+ --json Format output as json.
484
+
485
+ DESCRIPTION
486
+ Control metrics.
487
+ ```
488
+
489
+ ## `dx debug status`
490
+
491
+ Display status.
492
+
493
+ ```
494
+ USAGE
495
+ $ dx debug status [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
496
+ <value>] [--no-wait] [--interval <value>]
497
+
498
+ FLAGS
499
+ -v, --verbose Verbose output
500
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
501
+ --dry-run Dry run.
502
+ --interval=<value> [default: 1000] Update interval (ms).
503
+ --json Output as JSON.
504
+ --no-agent Run command without agent.
505
+ --no-wait Do not wait for space to be ready.
506
+ --profile=<value> [default: default] User profile.
507
+ --timeout=<value> [default: 60000] Timeout (ms).
508
+
509
+ DESCRIPTION
510
+ Display status.
511
+ ```
512
+
420
513
  ## `dx device`
421
514
 
422
515
  Show device info.
423
516
 
424
517
  ```
425
518
  USAGE
426
- $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
519
+ $ dx device [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
520
+ <value>] [--no-wait]
427
521
 
428
522
  FLAGS
429
523
  -v, --verbose Verbose output
430
524
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
431
525
  --dry-run Dry run.
432
526
  --no-agent Run command without agent.
527
+ --no-wait Do not wait for space to be ready.
433
528
  --profile=<value> [default: default] User profile.
434
- --timeout=<value> [default: 30] Timeout in seconds.
529
+ --timeout=<value> [default: 60000] Timeout (ms).
435
530
 
436
531
  GLOBAL FLAGS
437
532
  --json Format output as json.
@@ -446,18 +541,28 @@ Show device info.
446
541
 
447
542
  ```
448
543
  USAGE
449
- $ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
544
+ $ dx device list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
545
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
546
+ [--csv | --no-truncate]] [--no-header | ]
450
547
 
451
548
  FLAGS
452
549
  -v, --verbose Verbose output
550
+ -x, --extended show extra columns
551
+ --columns=<value> only show provided columns (comma-separated)
453
552
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
553
+ --csv output is csv format [alias: --output=csv]
454
554
  --dry-run Dry run.
555
+ --filter=<value> filter property by partial string matching, ex: name=foo
556
+ --json Output as JSON.
455
557
  --no-agent Run command without agent.
558
+ --no-header hide table header from output
559
+ --no-truncate do not truncate output to fit screen
560
+ --no-wait Do not wait for space to be ready.
561
+ --output=<option> output in a more machine friendly format
562
+ <options: csv|json|yaml>
456
563
  --profile=<value> [default: default] User profile.
457
- --timeout=<value> [default: 30] Timeout in seconds.
458
-
459
- GLOBAL FLAGS
460
- --json Format output as json.
564
+ --sort=<value> property to sort by (prepend '-' for descending)
565
+ --timeout=<value> [default: 60000] Timeout (ms).
461
566
 
462
567
  DESCRIPTION
463
568
  Show device info.
@@ -470,7 +575,7 @@ Development server.
470
575
  ```
471
576
  USAGE
472
577
  $ dx function dev [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
473
- <value>] [--require <value>] [--manifest <value>]
578
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
474
579
 
475
580
  FLAGS
476
581
  -v, --verbose Verbose output
@@ -479,9 +584,10 @@ FLAGS
479
584
  --json Output as JSON.
480
585
  --manifest=<value> [default: functions.yml]
481
586
  --no-agent Run command without agent.
587
+ --no-wait Do not wait for space to be ready.
482
588
  --profile=<value> [default: default] User profile.
483
589
  --require=<value>... [default: ts-node/register]
484
- --timeout=<value> [default: 30] Timeout in seconds.
590
+ --timeout=<value> [default: 60000] Timeout (ms).
485
591
 
486
592
  DESCRIPTION
487
593
  Development server.
@@ -502,7 +608,7 @@ Development server.
502
608
  ```
503
609
  USAGE
504
610
  $ dx function dev-server [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
505
- <value>] [--require <value>] [--manifest <value>]
611
+ <value>] [--no-wait] [--require <value>] [--manifest <value>]
506
612
 
507
613
  FLAGS
508
614
  -v, --verbose Verbose output
@@ -511,9 +617,10 @@ FLAGS
511
617
  --json Output as JSON.
512
618
  --manifest=<value> [default: functions.yml]
513
619
  --no-agent Run command without agent.
620
+ --no-wait Do not wait for space to be ready.
514
621
  --profile=<value> [default: default] User profile.
515
622
  --require=<value>... [default: ts-node/register]
516
- --timeout=<value> [default: 30] Timeout in seconds.
623
+ --timeout=<value> [default: 60000] Timeout (ms).
517
624
 
518
625
  DESCRIPTION
519
626
  Development server.
@@ -534,7 +641,7 @@ Invoke function.
534
641
  ```
535
642
  USAGE
536
643
  $ dx function exec NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
537
- <value>]
644
+ <value>] [--no-wait]
538
645
 
539
646
  ARGUMENTS
540
647
  NAME Function name.
@@ -544,8 +651,9 @@ FLAGS
544
651
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
545
652
  --dry-run Dry run.
546
653
  --no-agent Run command without agent.
654
+ --no-wait Do not wait for space to be ready.
547
655
  --profile=<value> [default: default] User profile.
548
- --timeout=<value> [default: 30] Timeout in seconds.
656
+ --timeout=<value> [default: 60000] Timeout (ms).
549
657
 
550
658
  GLOBAL FLAGS
551
659
  --json Format output as json.
@@ -560,15 +668,17 @@ List functions.
560
668
 
561
669
  ```
562
670
  USAGE
563
- $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
671
+ $ dx function list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
672
+ <value>] [--no-wait]
564
673
 
565
674
  FLAGS
566
675
  -v, --verbose Verbose output
567
676
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
568
677
  --dry-run Dry run.
569
678
  --no-agent Run command without agent.
679
+ --no-wait Do not wait for space to be ready.
570
680
  --profile=<value> [default: default] User profile.
571
- --timeout=<value> [default: 30] Timeout in seconds.
681
+ --timeout=<value> [default: 60000] Timeout (ms).
572
682
 
573
683
  GLOBAL FLAGS
574
684
  --json Format output as json.
@@ -584,7 +694,7 @@ Get function logs.
584
694
  ```
585
695
  USAGE
586
696
  $ dx function logs NAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
587
- <value>]
697
+ <value>] [--no-wait]
588
698
 
589
699
  ARGUMENTS
590
700
  NAME Function name.
@@ -594,8 +704,9 @@ FLAGS
594
704
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
595
705
  --dry-run Dry run.
596
706
  --no-agent Run command without agent.
707
+ --no-wait Do not wait for space to be ready.
597
708
  --profile=<value> [default: default] User profile.
598
- --timeout=<value> [default: 30] Timeout in seconds.
709
+ --timeout=<value> [default: 60000] Timeout (ms).
599
710
 
600
711
  GLOBAL FLAGS
601
712
  --json Format output as json.
@@ -604,29 +715,6 @@ DESCRIPTION
604
715
  Get function logs.
605
716
  ```
606
717
 
607
- ## `dx halo`
608
-
609
- Show HALO profile.
610
-
611
- ```
612
- USAGE
613
- $ dx halo [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
614
-
615
- FLAGS
616
- -v, --verbose Verbose output
617
- --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
618
- --dry-run Dry run.
619
- --no-agent Run command without agent.
620
- --profile=<value> [default: default] User profile.
621
- --timeout=<value> [default: 30] Timeout in seconds.
622
-
623
- GLOBAL FLAGS
624
- --json Format output as json.
625
-
626
- DESCRIPTION
627
- Show HALO profile.
628
- ```
629
-
630
718
  ## `dx halo create DISPLAYNAME`
631
719
 
632
720
  Create HALO.
@@ -634,7 +722,7 @@ Create HALO.
634
722
  ```
635
723
  USAGE
636
724
  $ dx halo create DISPLAYNAME [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
637
- [--timeout <value>]
725
+ [--timeout <value>] [--no-wait]
638
726
 
639
727
  ARGUMENTS
640
728
  DISPLAYNAME Display name
@@ -644,8 +732,9 @@ FLAGS
644
732
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
645
733
  --dry-run Dry run.
646
734
  --no-agent Run command without agent.
735
+ --no-wait Do not wait for space to be ready.
647
736
  --profile=<value> [default: default] User profile.
648
- --timeout=<value> [default: 30] Timeout in seconds.
737
+ --timeout=<value> [default: 60000] Timeout (ms).
649
738
 
650
739
  GLOBAL FLAGS
651
740
  --json Format output as json.
@@ -661,7 +750,7 @@ Import credential into HALO.
661
750
  ```
662
751
  USAGE
663
752
  $ dx halo credential add [CREDENTIAL] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
664
- [--timeout <value>]
753
+ [--timeout <value>] [--no-wait]
665
754
 
666
755
  ARGUMENTS
667
756
  CREDENTIAL credential
@@ -672,8 +761,9 @@ FLAGS
672
761
  --dry-run Dry run.
673
762
  --json Output as JSON.
674
763
  --no-agent Run command without agent.
764
+ --no-wait Do not wait for space to be ready.
675
765
  --profile=<value> [default: default] User profile.
676
- --timeout=<value> [default: 30] Timeout in seconds.
766
+ --timeout=<value> [default: 60000] Timeout (ms).
677
767
 
678
768
  DESCRIPTION
679
769
  Import credential into HALO.
@@ -686,22 +776,58 @@ List HALO credentials.
686
776
  ```
687
777
  USAGE
688
778
  $ dx halo credential list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
689
- <value>] [--type <value>]
779
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
780
+ [--csv | --no-truncate]] [--no-header | ] [--type <value>]
690
781
 
691
782
  FLAGS
692
783
  -v, --verbose Verbose output
784
+ -x, --extended show extra columns
785
+ --columns=<value> only show provided columns (comma-separated)
693
786
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
787
+ --csv output is csv format [alias: --output=csv]
694
788
  --dry-run Dry run.
789
+ --filter=<value> filter property by partial string matching, ex: name=foo
695
790
  --json Output as JSON.
696
791
  --no-agent Run command without agent.
792
+ --no-header hide table header from output
793
+ --no-truncate do not truncate output to fit screen
794
+ --no-wait Do not wait for space to be ready.
795
+ --output=<option> output in a more machine friendly format
796
+ <options: csv|json|yaml>
697
797
  --profile=<value> [default: default] User profile.
698
- --timeout=<value> [default: 30] Timeout in seconds.
798
+ --sort=<value> property to sort by (prepend '-' for descending)
799
+ --timeout=<value> [default: 60000] Timeout (ms).
699
800
  --type=<value> Type
700
801
 
701
802
  DESCRIPTION
702
803
  List HALO credentials.
703
804
  ```
704
805
 
806
+ ## `dx halo identity`
807
+
808
+ Show HALO identity.
809
+
810
+ ```
811
+ USAGE
812
+ $ dx halo identity [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
813
+ <value>] [--no-wait]
814
+
815
+ FLAGS
816
+ -v, --verbose Verbose output
817
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
818
+ --dry-run Dry run.
819
+ --no-agent Run command without agent.
820
+ --no-wait Do not wait for space to be ready.
821
+ --profile=<value> [default: default] User profile.
822
+ --timeout=<value> [default: 60000] Timeout (ms).
823
+
824
+ GLOBAL FLAGS
825
+ --json Format output as json.
826
+
827
+ DESCRIPTION
828
+ Show HALO identity.
829
+ ```
830
+
705
831
  ## `dx halo join`
706
832
 
707
833
  Join HALO (device) invitation.
@@ -709,7 +835,7 @@ Join HALO (device) invitation.
709
835
  ```
710
836
  USAGE
711
837
  $ dx halo join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
712
- <value>] [--invitation <value>]
838
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
713
839
 
714
840
  FLAGS
715
841
  -v, --verbose Verbose output
@@ -718,8 +844,10 @@ FLAGS
718
844
  --invitation=<value> Invitation code
719
845
  --json Output as JSON.
720
846
  --no-agent Run command without agent.
847
+ --no-wait Do not wait for space to be ready.
721
848
  --profile=<value> [default: default] User profile.
722
- --timeout=<value> [default: 30] Timeout in seconds.
849
+ --secret=<value> Invitation secret
850
+ --timeout=<value> [default: 60000] Timeout (ms).
723
851
 
724
852
  DESCRIPTION
725
853
  Join HALO (device) invitation.
@@ -732,16 +860,17 @@ Create HALO (device) invitation.
732
860
  ```
733
861
  USAGE
734
862
  $ dx halo share [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
735
- <value>] [--noCode]
863
+ <value>] [--no-wait] [--noCode]
736
864
 
737
865
  FLAGS
738
866
  -v, --verbose Verbose output
739
867
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
740
868
  --dry-run Dry run.
741
869
  --no-agent Run command without agent.
870
+ --no-wait Do not wait for space to be ready.
742
871
  --noCode Flag that specifies if secret auth code is not required
743
872
  --profile=<value> [default: default] User profile.
744
- --timeout=<value> [default: 30] Timeout in seconds.
873
+ --timeout=<value> [default: 60000] Timeout (ms).
745
874
 
746
875
  GLOBAL FLAGS
747
876
  --json Format output as json.
@@ -776,15 +905,17 @@ Authenticate with KUBE.
776
905
 
777
906
  ```
778
907
  USAGE
779
- $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
908
+ $ dx kube auth [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
909
+ <value>] [--no-wait]
780
910
 
781
911
  FLAGS
782
912
  -v, --verbose Verbose output
783
913
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
784
914
  --dry-run Dry run.
785
915
  --no-agent Run command without agent.
916
+ --no-wait Do not wait for space to be ready.
786
917
  --profile=<value> [default: default] User profile.
787
- --timeout=<value> [default: 30] Timeout in seconds.
918
+ --timeout=<value> [default: 60000] Timeout (ms).
788
919
 
789
920
  GLOBAL FLAGS
790
921
  --json Format output as json.
@@ -800,7 +931,7 @@ Deploy KUBE.
800
931
  ```
801
932
  USAGE
802
933
  $ dx kube deploy --hostname <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
803
- [--timeout <value>] [--provider <value>] [--accessToken <value>] [--dev]
934
+ [--timeout <value>] [--no-wait] [--provider <value>] [--accessToken <value>] [--dev]
804
935
 
805
936
  FLAGS
806
937
  -v, --verbose Verbose output
@@ -811,9 +942,10 @@ FLAGS
811
942
  --hostname=<value> (required) Hostname
812
943
  --json Output as JSON.
813
944
  --no-agent Run command without agent.
945
+ --no-wait Do not wait for space to be ready.
814
946
  --profile=<value> [default: default] User profile.
815
947
  --provider=<value> [default: digitalocean] Cloud Provider
816
- --timeout=<value> [default: 30] Timeout in seconds.
948
+ --timeout=<value> [default: 60000] Timeout (ms).
817
949
 
818
950
  DESCRIPTION
819
951
  Deploy KUBE.
@@ -1062,7 +1194,7 @@ Reset user data.
1062
1194
  ```
1063
1195
  USAGE
1064
1196
  $ dx reset [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1065
- <value>] [--force]
1197
+ <value>] [--no-wait] [--force]
1066
1198
 
1067
1199
  FLAGS
1068
1200
  -v, --verbose Verbose output
@@ -1071,8 +1203,9 @@ FLAGS
1071
1203
  --force Force delete.
1072
1204
  --json Output as JSON.
1073
1205
  --no-agent Run command without agent.
1206
+ --no-wait Do not wait for space to be ready.
1074
1207
  --profile=<value> [default: default] User profile.
1075
- --timeout=<value> [default: 30] Timeout in seconds.
1208
+ --timeout=<value> [default: 60000] Timeout (ms).
1076
1209
 
1077
1210
  DESCRIPTION
1078
1211
  Reset user data.
@@ -1084,7 +1217,8 @@ Interactive shell.
1084
1217
 
1085
1218
  ```
1086
1219
  USAGE
1087
- $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1220
+ $ dx shell [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1221
+ <value>] [--no-wait]
1088
1222
 
1089
1223
  FLAGS
1090
1224
  -v, --verbose Verbose output
@@ -1092,13 +1226,37 @@ FLAGS
1092
1226
  --dry-run Dry run.
1093
1227
  --json Output as JSON.
1094
1228
  --no-agent Run command without agent.
1229
+ --no-wait Do not wait for space to be ready.
1095
1230
  --profile=<value> [default: default] User profile.
1096
- --timeout=<value> [default: 30] Timeout in seconds.
1231
+ --timeout=<value> [default: 60000] Timeout (ms).
1097
1232
 
1098
1233
  DESCRIPTION
1099
1234
  Interactive shell.
1100
1235
  ```
1101
1236
 
1237
+ ## `dx space close [KEY]`
1238
+
1239
+ Close space.
1240
+
1241
+ ```
1242
+ USAGE
1243
+ $ dx space close [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1244
+ <value>] [--no-wait]
1245
+
1246
+ FLAGS
1247
+ -v, --verbose Verbose output
1248
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1249
+ --dry-run Dry run.
1250
+ --json Output as JSON.
1251
+ --no-agent Run command without agent.
1252
+ --no-wait Do not wait for space to be ready.
1253
+ --profile=<value> [default: default] User profile.
1254
+ --timeout=<value> [default: 60000] Timeout (ms).
1255
+
1256
+ DESCRIPTION
1257
+ Close space.
1258
+ ```
1259
+
1102
1260
  ## `dx space create [NAME]`
1103
1261
 
1104
1262
  Create space.
@@ -1106,15 +1264,16 @@ Create space.
1106
1264
  ```
1107
1265
  USAGE
1108
1266
  $ dx space create [NAME] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1109
- <value>]
1267
+ <value>] [--no-wait]
1110
1268
 
1111
1269
  FLAGS
1112
1270
  -v, --verbose Verbose output
1113
1271
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1114
1272
  --dry-run Dry run.
1115
1273
  --no-agent Run command without agent.
1274
+ --no-wait Do not wait for space to be ready.
1116
1275
  --profile=<value> [default: default] User profile.
1117
- --timeout=<value> [default: 30] Timeout in seconds.
1276
+ --timeout=<value> [default: 60000] Timeout (ms).
1118
1277
 
1119
1278
  GLOBAL FLAGS
1120
1279
  --json Format output as json.
@@ -1130,34 +1289,52 @@ Create new epoch.
1130
1289
  ```
1131
1290
  USAGE
1132
1291
  $ dx space epoch [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1133
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1134
- --no-truncate]] [--no-header | ]
1292
+ <value>] [--no-wait]
1135
1293
 
1136
1294
  ARGUMENTS
1137
1295
  KEY Space key head in hex.
1138
1296
 
1139
1297
  FLAGS
1140
1298
  -v, --verbose Verbose output
1141
- -x, --extended show extra columns
1142
- --columns=<value> only show provided columns (comma-separated)
1143
1299
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1144
- --csv output is csv format [alias: --output=csv]
1145
1300
  --dry-run Dry run.
1146
- --filter=<value> filter property by partial string matching, ex: name=foo
1147
- --json Output as JSON.
1148
1301
  --no-agent Run command without agent.
1149
- --no-header hide table header from output
1150
- --no-truncate do not truncate output to fit screen
1151
- --output=<option> output in a more machine friendly format
1152
- <options: csv|json|yaml>
1302
+ --no-wait Do not wait for space to be ready.
1153
1303
  --profile=<value> [default: default] User profile.
1154
- --sort=<value> property to sort by (prepend '-' for descending)
1155
- --timeout=<value> [default: 30] Timeout in seconds.
1304
+ --timeout=<value> [default: 60000] Timeout (ms).
1305
+
1306
+ GLOBAL FLAGS
1307
+ --json Format output as json.
1156
1308
 
1157
1309
  DESCRIPTION
1158
1310
  Create new epoch.
1159
1311
  ```
1160
1312
 
1313
+ ## `dx space info [KEY]`
1314
+
1315
+ Show space info.
1316
+
1317
+ ```
1318
+ USAGE
1319
+ $ dx space info [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1320
+ <value>] [--no-wait]
1321
+
1322
+ FLAGS
1323
+ -v, --verbose Verbose output
1324
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1325
+ --dry-run Dry run.
1326
+ --no-agent Run command without agent.
1327
+ --no-wait Do not wait for space to be ready.
1328
+ --profile=<value> [default: default] User profile.
1329
+ --timeout=<value> [default: 60000] Timeout (ms).
1330
+
1331
+ GLOBAL FLAGS
1332
+ --json Format output as json.
1333
+
1334
+ DESCRIPTION
1335
+ Show space info.
1336
+ ```
1337
+
1161
1338
  ## `dx space join`
1162
1339
 
1163
1340
  Join space invitation
@@ -1165,7 +1342,7 @@ Join space invitation
1165
1342
  ```
1166
1343
  USAGE
1167
1344
  $ dx space join [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1168
- <value>] [--invitation <value>] [--secret <value>]
1345
+ <value>] [--no-wait] [--invitation <value>] [--secret <value>]
1169
1346
 
1170
1347
  FLAGS
1171
1348
  -v, --verbose Verbose output
@@ -1174,9 +1351,10 @@ FLAGS
1174
1351
  --invitation=<value> Invitation code
1175
1352
  --json Output as JSON.
1176
1353
  --no-agent Run command without agent.
1354
+ --no-wait Do not wait for space to be ready.
1177
1355
  --profile=<value> [default: default] User profile.
1178
1356
  --secret=<value> Invitation secret
1179
- --timeout=<value> [default: 30] Timeout in seconds.
1357
+ --timeout=<value> [default: 60000] Timeout (ms).
1180
1358
 
1181
1359
  DESCRIPTION
1182
1360
  Join space invitation
@@ -1189,8 +1367,8 @@ List spaces.
1189
1367
  ```
1190
1368
  USAGE
1191
1369
  $ dx space list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1192
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1193
- --no-truncate]] [--no-header | ]
1370
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1371
+ [--csv | --no-truncate]] [--no-header | ] [--live]
1194
1372
 
1195
1373
  FLAGS
1196
1374
  -v, --verbose Verbose output
@@ -1201,14 +1379,16 @@ FLAGS
1201
1379
  --dry-run Dry run.
1202
1380
  --filter=<value> filter property by partial string matching, ex: name=foo
1203
1381
  --json Output as JSON.
1382
+ --live Live update.
1204
1383
  --no-agent Run command without agent.
1205
1384
  --no-header hide table header from output
1206
1385
  --no-truncate do not truncate output to fit screen
1386
+ --no-wait Do not wait for space to be ready.
1207
1387
  --output=<option> output in a more machine friendly format
1208
1388
  <options: csv|json|yaml>
1209
1389
  --profile=<value> [default: default] User profile.
1210
1390
  --sort=<value> property to sort by (prepend '-' for descending)
1211
- --timeout=<value> [default: 30] Timeout in seconds.
1391
+ --timeout=<value> [default: 60000] Timeout (ms).
1212
1392
 
1213
1393
  DESCRIPTION
1214
1394
  List spaces.
@@ -1221,8 +1401,8 @@ List space members.
1221
1401
  ```
1222
1402
  USAGE
1223
1403
  $ dx space members [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1224
- <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv |
1225
- --no-truncate]] [--no-header | ]
1404
+ <value>] [--no-wait] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1405
+ [--csv | --no-truncate]] [--no-header | ]
1226
1406
 
1227
1407
  ARGUMENTS
1228
1408
  KEY Space key head in hex.
@@ -1239,16 +1419,40 @@ FLAGS
1239
1419
  --no-agent Run command without agent.
1240
1420
  --no-header hide table header from output
1241
1421
  --no-truncate do not truncate output to fit screen
1422
+ --no-wait Do not wait for space to be ready.
1242
1423
  --output=<option> output in a more machine friendly format
1243
1424
  <options: csv|json|yaml>
1244
1425
  --profile=<value> [default: default] User profile.
1245
1426
  --sort=<value> property to sort by (prepend '-' for descending)
1246
- --timeout=<value> [default: 30] Timeout in seconds.
1427
+ --timeout=<value> [default: 60000] Timeout (ms).
1247
1428
 
1248
1429
  DESCRIPTION
1249
1430
  List space members.
1250
1431
  ```
1251
1432
 
1433
+ ## `dx space open [KEY]`
1434
+
1435
+ Open space.
1436
+
1437
+ ```
1438
+ USAGE
1439
+ $ dx space open [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1440
+ <value>] [--no-wait]
1441
+
1442
+ FLAGS
1443
+ -v, --verbose Verbose output
1444
+ --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1445
+ --dry-run Dry run.
1446
+ --json Output as JSON.
1447
+ --no-agent Run command without agent.
1448
+ --no-wait Do not wait for space to be ready.
1449
+ --profile=<value> [default: default] User profile.
1450
+ --timeout=<value> [default: 60000] Timeout (ms).
1451
+
1452
+ DESCRIPTION
1453
+ Open space.
1454
+ ```
1455
+
1252
1456
  ## `dx space query [KEY]`
1253
1457
 
1254
1458
  Query database.
@@ -1256,7 +1460,7 @@ Query database.
1256
1460
  ```
1257
1461
  USAGE
1258
1462
  $ dx space query [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1259
- <value>]
1463
+ <value>] [--no-wait]
1260
1464
 
1261
1465
  ARGUMENTS
1262
1466
  KEY Space key head in hex.
@@ -1266,8 +1470,9 @@ FLAGS
1266
1470
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1267
1471
  --dry-run Dry run.
1268
1472
  --no-agent Run command without agent.
1473
+ --no-wait Do not wait for space to be ready.
1269
1474
  --profile=<value> [default: default] User profile.
1270
- --timeout=<value> [default: 30] Timeout in seconds.
1475
+ --timeout=<value> [default: 60000] Timeout (ms).
1271
1476
 
1272
1477
  GLOBAL FLAGS
1273
1478
  --json Format output as json.
@@ -1283,7 +1488,7 @@ Create space invitation.
1283
1488
  ```
1284
1489
  USAGE
1285
1490
  $ dx space share [KEY] [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1286
- <value>]
1491
+ <value>] [--no-wait] [--multiple] [--no-auth]
1287
1492
 
1288
1493
  ARGUMENTS
1289
1494
  KEY Space key head in hex.
@@ -1293,59 +1498,66 @@ FLAGS
1293
1498
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1294
1499
  --dry-run Dry run.
1295
1500
  --json Output as JSON.
1501
+ --multiple Multiple use.
1296
1502
  --no-agent Run command without agent.
1503
+ --no-auth Skip authentication challenge.
1504
+ --no-wait Do not wait for space to be ready.
1297
1505
  --profile=<value> [default: default] User profile.
1298
- --timeout=<value> [default: 30] Timeout in seconds.
1506
+ --timeout=<value> [default: 5000] Timeout in milliseconds.
1299
1507
 
1300
1508
  DESCRIPTION
1301
1509
  Create space invitation.
1302
1510
  ```
1303
1511
 
1304
- ## `dx tunnel list`
1512
+ ## `dx tunnel COMMAND`
1305
1513
 
1306
- List tunnels.
1514
+ Enable or disable tunnel.
1307
1515
 
1308
1516
  ```
1309
1517
  USAGE
1310
- $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout <value>]
1518
+ $ dx tunnel COMMAND [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1519
+ <value>] [--no-wait] [--name <value>]
1520
+
1521
+ ARGUMENTS
1522
+ COMMAND Start.
1311
1523
 
1312
1524
  FLAGS
1313
1525
  -v, --verbose Verbose output
1314
1526
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1315
1527
  --dry-run Dry run.
1528
+ --json Output as JSON.
1529
+ --name=<value> [default: vegan-emma-blossom-arkansas] Tunnel name
1316
1530
  --no-agent Run command without agent.
1531
+ --no-wait Do not wait for space to be ready.
1317
1532
  --profile=<value> [default: default] User profile.
1318
- --timeout=<value> [default: 30] Timeout in seconds.
1319
-
1320
- GLOBAL FLAGS
1321
- --json Format output as json.
1533
+ --timeout=<value> [default: 60000] Timeout (ms).
1322
1534
 
1323
1535
  DESCRIPTION
1324
- List tunnels.
1536
+ Enable or disable tunnel.
1325
1537
  ```
1326
1538
 
1327
- ## `dx tunnel set`
1539
+ ## `dx tunnel list`
1328
1540
 
1329
- Enable or disable tunnel.
1541
+ List tunnels.
1330
1542
 
1331
1543
  ```
1332
1544
  USAGE
1333
- $ dx tunnel set --app <value> [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent]
1334
- [--timeout <value>] [--enabled] [--disabled]
1545
+ $ dx tunnel list [--json] [--dry-run] [-v] [--config <value> --profile <value>] [--no-agent] [--timeout
1546
+ <value>] [--no-wait]
1335
1547
 
1336
1548
  FLAGS
1337
1549
  -v, --verbose Verbose output
1338
- --app=<value> (required) Application name
1339
1550
  --config=path [default: /home/runner/.config/dx/profile/default.yml] Config file.
1340
- --disabled Disable tunnel.
1341
1551
  --dry-run Dry run.
1342
- --enabled Enable tunnel.
1343
- --json Output as JSON.
1344
1552
  --no-agent Run command without agent.
1553
+ --no-wait Do not wait for space to be ready.
1345
1554
  --profile=<value> [default: default] User profile.
1346
- --timeout=<value> [default: 30] Timeout in seconds.
1555
+ --timeout=<value> [default: 60000] Timeout (ms).
1556
+
1557
+ GLOBAL FLAGS
1558
+ --json Format output as json.
1347
1559
 
1348
1560
  DESCRIPTION
1349
- Enable or disable tunnel.
1561
+ List tunnels.
1350
1562
  ```
1351
1563
  <!-- commandsstop -->