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