@dxos/cli 0.1.31 → 0.1.32-next.86f5578

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 (64) hide show
  1. package/README.md +61 -53
  2. package/config/config-local.yml +13 -6
  3. package/dist/src/base-command.d.ts +3 -3
  4. package/dist/src/base-command.d.ts.map +1 -1
  5. package/dist/src/base-command.js +14 -9
  6. package/dist/src/base-command.js.map +1 -1
  7. package/dist/src/commands/app/create.d.ts +6 -8
  8. package/dist/src/commands/app/create.d.ts.map +1 -1
  9. package/dist/src/commands/app/create.js +3 -7
  10. package/dist/src/commands/app/create.js.map +1 -1
  11. package/dist/src/commands/app/publish-workflow.test.d.ts +2 -0
  12. package/dist/src/commands/app/publish-workflow.test.d.ts.map +1 -0
  13. package/dist/src/commands/app/publish-workflow.test.js +56 -0
  14. package/dist/src/commands/app/publish-workflow.test.js.map +1 -0
  15. package/dist/src/commands/app/publish.d.ts +5 -5
  16. package/dist/src/commands/halo/create.d.ts +2 -2
  17. package/dist/src/commands/halo/create.d.ts.map +1 -1
  18. package/dist/src/commands/halo/create.js +7 -8
  19. package/dist/src/commands/halo/create.js.map +1 -1
  20. package/dist/src/commands/halo/index.js +1 -1
  21. package/dist/src/commands/halo/index.js.map +1 -1
  22. package/dist/src/commands/halo/join.d.ts +3 -3
  23. package/dist/src/commands/halo/join.d.ts.map +1 -1
  24. package/dist/src/commands/halo/join.js +12 -6
  25. package/dist/src/commands/halo/join.js.map +1 -1
  26. package/dist/src/commands/halo/share.js +2 -2
  27. package/dist/src/commands/halo/share.js.map +1 -1
  28. package/dist/src/commands/kube/deploy.d.ts +5 -5
  29. package/dist/src/commands/shell/index.js +1 -1
  30. package/dist/src/commands/shell/index.js.map +1 -1
  31. package/dist/src/commands/space/create.d.ts +2 -2
  32. package/dist/src/commands/space/create.d.ts.map +1 -1
  33. package/dist/src/commands/space/create.js +3 -6
  34. package/dist/src/commands/space/create.js.map +1 -1
  35. package/dist/src/commands/space/invite.d.ts +2 -2
  36. package/dist/src/commands/space/invite.d.ts.map +1 -1
  37. package/dist/src/commands/space/invite.js +3 -6
  38. package/dist/src/commands/space/invite.js.map +1 -1
  39. package/dist/src/commands/space/join.d.ts +4 -4
  40. package/dist/src/commands/space/join.js +7 -7
  41. package/dist/src/commands/space/join.js.map +1 -1
  42. package/dist/src/commands/space/list.d.ts +6 -6
  43. package/dist/src/commands/space/list.js +2 -2
  44. package/dist/src/commands/space/list.js.map +1 -1
  45. package/dist/src/commands/space/members.d.ts +8 -8
  46. package/dist/src/commands/space/members.d.ts.map +1 -1
  47. package/dist/src/commands/space/members.js +4 -8
  48. package/dist/src/commands/space/members.js.map +1 -1
  49. package/dist/src/commands/tunnel/set.d.ts +3 -3
  50. package/dist/src/util/exec.js +7 -7
  51. package/dist/src/util/exec.js.map +1 -1
  52. package/dist/src/util/provider/provider.js +1 -1
  53. package/dist/src/util/provider/provider.js.map +1 -1
  54. package/dist/src/util/publish/common.js +2 -2
  55. package/dist/src/util/publish/common.js.map +1 -1
  56. package/dist/src/util/telemetryrc.json +2 -2
  57. package/dist/src/util/util.js +2 -2
  58. package/dist/src/util/util.js.map +1 -1
  59. package/oclif.manifest.json +1062 -1
  60. package/package.json +24 -23
  61. package/dist/src/commands/halo/recover.d.ts +0 -10
  62. package/dist/src/commands/halo/recover.d.ts.map +0 -1
  63. package/dist/src/commands/halo/recover.js +0 -35
  64. package/dist/src/commands/halo/recover.js.map +0 -1
@@ -1 +1,1062 @@
1
- {"version":"0.1.31","commands":{"app:create":{"id":"app:create","description":"Create a DXOS project.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"tag":{"name":"tag","type":"option","description":"Git tag or branch of the DXOS repo to checkout.","multiple":false},"template":{"name":"template","type":"option","char":"t","description":"Template to use when creating the project.","multiple":false,"options":["hello","bare","tasks"],"default":"hello"},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"Customize app template options via interactive prompt","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"Name of the project","required":true}]},"app:list":{"id":"app:list","description":"List apps.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"app:publish":{"id":"app:publish","description":"Publish apps.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"configPath":{"name":"configPath","type":"option","description":"Path to dx.yml","multiple":false},"accessToken":{"name":"accessToken","type":"option","description":"Access token for publishing","multiple":false},"skipExisting":{"name":"skipExisting","type":"boolean","description":"Do not update content on KUBE if version already exists","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"Verbose output","allowNo":false},"version":{"name":"version","type":"option","description":"Version of modules to publish","multiple":false}},"args":[]},"config":{"id":"config","description":"Show config file.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"halo:create":{"id":"halo:create","description":"Create HALO.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[{"name":"displayName"}],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"halo":{"id":"halo","description":"Show HALO profile.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"halo:join":{"id":"halo:join","description":"Join HALO (device) invitation.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"invitation":{"name":"invitation","type":"option","description":"Invitation code","multiple":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"halo:recover":{"id":"halo:recover","description":"Recover HALO.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[{"name":"seedphrase"}],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"halo:share":{"id":"halo:share","description":"Create HALO (device) invitation.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"kube:auth":{"id":"kube:auth","description":"Authenticate with KUBE.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"kube:deploy":{"id":"kube:deploy","description":"Deploy KUBE.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"hostname":{"name":"hostname","type":"option","description":"Hostname","required":true,"multiple":false},"provider":{"name":"provider","type":"option","description":"Cloud Provider","multiple":false,"default":"digitalocean"},"accessToken":{"name":"accessToken","type":"option","description":"Access token for seeding admin identity","multiple":false},"dev":{"name":"dev","type":"boolean","description":"Deploy latest version from dev channel","allowNo":false}},"args":[]},"reset":{"id":"reset","description":"Reset all data.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30}},"args":[]},"shell":{"id":"shell","description":"Interactive shell.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30}},"args":[]},"space:create":{"id":"space:create","description":"Create space.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[{"name":"name"}],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"space":{"id":"space","description":"List spaces.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30}},"args":[]},"space:invite":{"id":"space:invite","description":"Create space invitation.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30}},"args":[{"name":"key"}]},"space:join":{"id":"space:join","description":"Join space invitation","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"invitation":{"name":"invitation","type":"option","description":"Invitation code","multiple":false},"secret":{"name":"secret","type":"option","description":"Invitation secret","multiple":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"space:list":{"id":"space:list","description":"List spaces.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"space:members":{"id":"space:members","description":"List space members.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"key"}],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"tunnel:list":{"id":"tunnel:list","description":"List tunnels.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}},"tunnel:set":{"id":"tunnel:set","description":"Enable or disable tunnel.","strict":true,"pluginName":"@dxos/cli","pluginAlias":"@dxos/cli","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"Specify config file","multiple":false},"timeout":{"name":"timeout","type":"option","description":"Timeout in seconds","multiple":false,"default":30},"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"app":{"name":"app","type":"option","description":"Application name","required":true,"multiple":false},"enabled":{"name":"enabled","type":"boolean","description":"Enable tunnel.","allowNo":false},"disabled":{"name":"disabled","type":"boolean","description":"Disable tunnel.","allowNo":false}},"args":[],"_enableJsonFlag":true,"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}}}}
1
+ {
2
+ "version": "0.1.32-next.86f5578",
3
+ "commands": {
4
+ "app:create": {
5
+ "id": "app:create",
6
+ "description": "Create a DXOS project.",
7
+ "strict": true,
8
+ "pluginName": "@dxos/cli",
9
+ "pluginAlias": "@dxos/cli",
10
+ "pluginType": "core",
11
+ "aliases": [],
12
+ "flags": {
13
+ "json": {
14
+ "name": "json",
15
+ "type": "boolean",
16
+ "description": "Format output as json.",
17
+ "helpGroup": "GLOBAL",
18
+ "allowNo": false
19
+ },
20
+ "config": {
21
+ "name": "config",
22
+ "type": "option",
23
+ "description": "Specify config file",
24
+ "multiple": false,
25
+ "aliases": [
26
+ "c"
27
+ ]
28
+ },
29
+ "timeout": {
30
+ "name": "timeout",
31
+ "type": "option",
32
+ "description": "Timeout in seconds",
33
+ "multiple": false,
34
+ "default": 30,
35
+ "aliases": [
36
+ "t"
37
+ ]
38
+ },
39
+ "tag": {
40
+ "name": "tag",
41
+ "type": "option",
42
+ "description": "Git tag or branch of the DXOS repo to checkout.",
43
+ "multiple": false
44
+ },
45
+ "template": {
46
+ "name": "template",
47
+ "type": "option",
48
+ "char": "t",
49
+ "description": "Template to use when creating the project.",
50
+ "multiple": false,
51
+ "options": [
52
+ "hello",
53
+ "bare",
54
+ "tasks"
55
+ ],
56
+ "default": "hello"
57
+ },
58
+ "interactive": {
59
+ "name": "interactive",
60
+ "type": "boolean",
61
+ "char": "i",
62
+ "description": "Customize app template options via interactive prompt",
63
+ "allowNo": false
64
+ },
65
+ "verbose": {
66
+ "name": "verbose",
67
+ "type": "boolean",
68
+ "char": "v",
69
+ "description": "Verbose output",
70
+ "allowNo": false
71
+ }
72
+ },
73
+ "args": {
74
+ "name": {
75
+ "name": "name",
76
+ "description": "Name of the project",
77
+ "required": true
78
+ }
79
+ }
80
+ },
81
+ "app:list": {
82
+ "id": "app:list",
83
+ "description": "List apps.",
84
+ "strict": true,
85
+ "pluginName": "@dxos/cli",
86
+ "pluginAlias": "@dxos/cli",
87
+ "pluginType": "core",
88
+ "aliases": [],
89
+ "flags": {
90
+ "json": {
91
+ "name": "json",
92
+ "type": "boolean",
93
+ "description": "Format output as json.",
94
+ "helpGroup": "GLOBAL",
95
+ "allowNo": false
96
+ },
97
+ "config": {
98
+ "name": "config",
99
+ "type": "option",
100
+ "description": "Specify config file",
101
+ "multiple": false,
102
+ "aliases": [
103
+ "c"
104
+ ]
105
+ },
106
+ "timeout": {
107
+ "name": "timeout",
108
+ "type": "option",
109
+ "description": "Timeout in seconds",
110
+ "multiple": false,
111
+ "default": 30,
112
+ "aliases": [
113
+ "t"
114
+ ]
115
+ }
116
+ },
117
+ "args": {}
118
+ },
119
+ "app:publish": {
120
+ "id": "app:publish",
121
+ "description": "Publish apps.",
122
+ "strict": true,
123
+ "pluginName": "@dxos/cli",
124
+ "pluginAlias": "@dxos/cli",
125
+ "pluginType": "core",
126
+ "aliases": [],
127
+ "flags": {
128
+ "json": {
129
+ "name": "json",
130
+ "type": "boolean",
131
+ "description": "Format output as json.",
132
+ "helpGroup": "GLOBAL",
133
+ "allowNo": false
134
+ },
135
+ "config": {
136
+ "name": "config",
137
+ "type": "option",
138
+ "description": "Specify config file",
139
+ "multiple": false,
140
+ "aliases": [
141
+ "c"
142
+ ]
143
+ },
144
+ "timeout": {
145
+ "name": "timeout",
146
+ "type": "option",
147
+ "description": "Timeout in seconds",
148
+ "multiple": false,
149
+ "default": 30,
150
+ "aliases": [
151
+ "t"
152
+ ]
153
+ },
154
+ "configPath": {
155
+ "name": "configPath",
156
+ "type": "option",
157
+ "description": "Path to dx.yml",
158
+ "multiple": false
159
+ },
160
+ "accessToken": {
161
+ "name": "accessToken",
162
+ "type": "option",
163
+ "description": "Access token for publishing",
164
+ "multiple": false
165
+ },
166
+ "skipExisting": {
167
+ "name": "skipExisting",
168
+ "type": "boolean",
169
+ "description": "Do not update content on KUBE if version already exists",
170
+ "allowNo": false
171
+ },
172
+ "verbose": {
173
+ "name": "verbose",
174
+ "type": "boolean",
175
+ "description": "Verbose output",
176
+ "allowNo": false
177
+ },
178
+ "version": {
179
+ "name": "version",
180
+ "type": "option",
181
+ "description": "Version of modules to publish",
182
+ "multiple": false
183
+ }
184
+ },
185
+ "args": {}
186
+ },
187
+ "config": {
188
+ "id": "config",
189
+ "description": "Show config file.",
190
+ "strict": true,
191
+ "pluginName": "@dxos/cli",
192
+ "pluginAlias": "@dxos/cli",
193
+ "pluginType": "core",
194
+ "aliases": [],
195
+ "flags": {
196
+ "json": {
197
+ "name": "json",
198
+ "type": "boolean",
199
+ "description": "Format output as json.",
200
+ "helpGroup": "GLOBAL",
201
+ "allowNo": false
202
+ },
203
+ "config": {
204
+ "name": "config",
205
+ "type": "option",
206
+ "description": "Specify config file",
207
+ "multiple": false,
208
+ "aliases": [
209
+ "c"
210
+ ]
211
+ },
212
+ "timeout": {
213
+ "name": "timeout",
214
+ "type": "option",
215
+ "description": "Timeout in seconds",
216
+ "multiple": false,
217
+ "default": 30,
218
+ "aliases": [
219
+ "t"
220
+ ]
221
+ }
222
+ },
223
+ "args": {}
224
+ },
225
+ "halo:create": {
226
+ "id": "halo:create",
227
+ "description": "Create HALO.",
228
+ "strict": true,
229
+ "pluginName": "@dxos/cli",
230
+ "pluginAlias": "@dxos/cli",
231
+ "pluginType": "core",
232
+ "aliases": [],
233
+ "flags": {
234
+ "json": {
235
+ "name": "json",
236
+ "type": "boolean",
237
+ "description": "Format output as json.",
238
+ "helpGroup": "GLOBAL",
239
+ "allowNo": false
240
+ },
241
+ "config": {
242
+ "name": "config",
243
+ "type": "option",
244
+ "description": "Specify config file",
245
+ "multiple": false,
246
+ "aliases": [
247
+ "c"
248
+ ]
249
+ },
250
+ "timeout": {
251
+ "name": "timeout",
252
+ "type": "option",
253
+ "description": "Timeout in seconds",
254
+ "multiple": false,
255
+ "default": 30,
256
+ "aliases": [
257
+ "t"
258
+ ]
259
+ }
260
+ },
261
+ "args": {
262
+ "displayName": {
263
+ "name": "displayName",
264
+ "description": "Display name"
265
+ }
266
+ }
267
+ },
268
+ "halo": {
269
+ "id": "halo",
270
+ "description": "Show HALO profile.",
271
+ "strict": true,
272
+ "pluginName": "@dxos/cli",
273
+ "pluginAlias": "@dxos/cli",
274
+ "pluginType": "core",
275
+ "aliases": [],
276
+ "flags": {
277
+ "json": {
278
+ "name": "json",
279
+ "type": "boolean",
280
+ "description": "Format output as json.",
281
+ "helpGroup": "GLOBAL",
282
+ "allowNo": false
283
+ },
284
+ "config": {
285
+ "name": "config",
286
+ "type": "option",
287
+ "description": "Specify config file",
288
+ "multiple": false,
289
+ "aliases": [
290
+ "c"
291
+ ]
292
+ },
293
+ "timeout": {
294
+ "name": "timeout",
295
+ "type": "option",
296
+ "description": "Timeout in seconds",
297
+ "multiple": false,
298
+ "default": 30,
299
+ "aliases": [
300
+ "t"
301
+ ]
302
+ }
303
+ },
304
+ "args": {}
305
+ },
306
+ "halo:join": {
307
+ "id": "halo:join",
308
+ "description": "Join HALO (device) invitation.",
309
+ "strict": true,
310
+ "pluginName": "@dxos/cli",
311
+ "pluginAlias": "@dxos/cli",
312
+ "pluginType": "core",
313
+ "aliases": [],
314
+ "flags": {
315
+ "json": {
316
+ "name": "json",
317
+ "type": "boolean",
318
+ "description": "Format output as json.",
319
+ "helpGroup": "GLOBAL",
320
+ "allowNo": false
321
+ },
322
+ "config": {
323
+ "name": "config",
324
+ "type": "option",
325
+ "description": "Specify config file",
326
+ "multiple": false,
327
+ "aliases": [
328
+ "c"
329
+ ]
330
+ },
331
+ "timeout": {
332
+ "name": "timeout",
333
+ "type": "option",
334
+ "description": "Timeout in seconds",
335
+ "multiple": false,
336
+ "default": 30,
337
+ "aliases": [
338
+ "t"
339
+ ]
340
+ },
341
+ "invitation": {
342
+ "name": "invitation",
343
+ "type": "option",
344
+ "description": "Invitation code",
345
+ "multiple": false
346
+ }
347
+ },
348
+ "args": {}
349
+ },
350
+ "halo:share": {
351
+ "id": "halo:share",
352
+ "description": "Create HALO (device) invitation.",
353
+ "strict": true,
354
+ "pluginName": "@dxos/cli",
355
+ "pluginAlias": "@dxos/cli",
356
+ "pluginType": "core",
357
+ "aliases": [],
358
+ "flags": {
359
+ "json": {
360
+ "name": "json",
361
+ "type": "boolean",
362
+ "description": "Format output as json.",
363
+ "helpGroup": "GLOBAL",
364
+ "allowNo": false
365
+ },
366
+ "config": {
367
+ "name": "config",
368
+ "type": "option",
369
+ "description": "Specify config file",
370
+ "multiple": false,
371
+ "aliases": [
372
+ "c"
373
+ ]
374
+ },
375
+ "timeout": {
376
+ "name": "timeout",
377
+ "type": "option",
378
+ "description": "Timeout in seconds",
379
+ "multiple": false,
380
+ "default": 30,
381
+ "aliases": [
382
+ "t"
383
+ ]
384
+ }
385
+ },
386
+ "args": {}
387
+ },
388
+ "kube:auth": {
389
+ "id": "kube:auth",
390
+ "description": "Authenticate with KUBE.",
391
+ "strict": true,
392
+ "pluginName": "@dxos/cli",
393
+ "pluginAlias": "@dxos/cli",
394
+ "pluginType": "core",
395
+ "aliases": [],
396
+ "flags": {
397
+ "json": {
398
+ "name": "json",
399
+ "type": "boolean",
400
+ "description": "Format output as json.",
401
+ "helpGroup": "GLOBAL",
402
+ "allowNo": false
403
+ },
404
+ "config": {
405
+ "name": "config",
406
+ "type": "option",
407
+ "description": "Specify config file",
408
+ "multiple": false,
409
+ "aliases": [
410
+ "c"
411
+ ]
412
+ },
413
+ "timeout": {
414
+ "name": "timeout",
415
+ "type": "option",
416
+ "description": "Timeout in seconds",
417
+ "multiple": false,
418
+ "default": 30,
419
+ "aliases": [
420
+ "t"
421
+ ]
422
+ }
423
+ },
424
+ "args": {}
425
+ },
426
+ "kube:deploy": {
427
+ "id": "kube:deploy",
428
+ "description": "Deploy KUBE.",
429
+ "strict": true,
430
+ "pluginName": "@dxos/cli",
431
+ "pluginAlias": "@dxos/cli",
432
+ "pluginType": "core",
433
+ "aliases": [],
434
+ "flags": {
435
+ "json": {
436
+ "name": "json",
437
+ "type": "boolean",
438
+ "description": "Format output as json.",
439
+ "helpGroup": "GLOBAL",
440
+ "allowNo": false
441
+ },
442
+ "config": {
443
+ "name": "config",
444
+ "type": "option",
445
+ "description": "Specify config file",
446
+ "multiple": false,
447
+ "aliases": [
448
+ "c"
449
+ ]
450
+ },
451
+ "timeout": {
452
+ "name": "timeout",
453
+ "type": "option",
454
+ "description": "Timeout in seconds",
455
+ "multiple": false,
456
+ "default": 30,
457
+ "aliases": [
458
+ "t"
459
+ ]
460
+ },
461
+ "hostname": {
462
+ "name": "hostname",
463
+ "type": "option",
464
+ "description": "Hostname",
465
+ "required": true,
466
+ "multiple": false
467
+ },
468
+ "provider": {
469
+ "name": "provider",
470
+ "type": "option",
471
+ "description": "Cloud Provider",
472
+ "multiple": false,
473
+ "default": "digitalocean"
474
+ },
475
+ "accessToken": {
476
+ "name": "accessToken",
477
+ "type": "option",
478
+ "description": "Access token for seeding admin identity",
479
+ "multiple": false
480
+ },
481
+ "dev": {
482
+ "name": "dev",
483
+ "type": "boolean",
484
+ "description": "Deploy latest version from dev channel",
485
+ "allowNo": false
486
+ }
487
+ },
488
+ "args": {}
489
+ },
490
+ "reset": {
491
+ "id": "reset",
492
+ "description": "Reset all data.",
493
+ "strict": true,
494
+ "pluginName": "@dxos/cli",
495
+ "pluginAlias": "@dxos/cli",
496
+ "pluginType": "core",
497
+ "aliases": [],
498
+ "flags": {
499
+ "json": {
500
+ "name": "json",
501
+ "type": "boolean",
502
+ "description": "Format output as json.",
503
+ "helpGroup": "GLOBAL",
504
+ "allowNo": false
505
+ },
506
+ "config": {
507
+ "name": "config",
508
+ "type": "option",
509
+ "description": "Specify config file",
510
+ "multiple": false,
511
+ "aliases": [
512
+ "c"
513
+ ]
514
+ },
515
+ "timeout": {
516
+ "name": "timeout",
517
+ "type": "option",
518
+ "description": "Timeout in seconds",
519
+ "multiple": false,
520
+ "default": 30,
521
+ "aliases": [
522
+ "t"
523
+ ]
524
+ }
525
+ },
526
+ "args": {}
527
+ },
528
+ "shell": {
529
+ "id": "shell",
530
+ "description": "Interactive shell.",
531
+ "strict": true,
532
+ "pluginName": "@dxos/cli",
533
+ "pluginAlias": "@dxos/cli",
534
+ "pluginType": "core",
535
+ "aliases": [],
536
+ "flags": {
537
+ "json": {
538
+ "name": "json",
539
+ "type": "boolean",
540
+ "description": "Format output as json.",
541
+ "helpGroup": "GLOBAL",
542
+ "allowNo": false
543
+ },
544
+ "config": {
545
+ "name": "config",
546
+ "type": "option",
547
+ "description": "Specify config file",
548
+ "multiple": false,
549
+ "aliases": [
550
+ "c"
551
+ ]
552
+ },
553
+ "timeout": {
554
+ "name": "timeout",
555
+ "type": "option",
556
+ "description": "Timeout in seconds",
557
+ "multiple": false,
558
+ "default": 30,
559
+ "aliases": [
560
+ "t"
561
+ ]
562
+ }
563
+ },
564
+ "args": {}
565
+ },
566
+ "space:create": {
567
+ "id": "space:create",
568
+ "description": "Create space.",
569
+ "strict": true,
570
+ "pluginName": "@dxos/cli",
571
+ "pluginAlias": "@dxos/cli",
572
+ "pluginType": "core",
573
+ "aliases": [],
574
+ "flags": {
575
+ "json": {
576
+ "name": "json",
577
+ "type": "boolean",
578
+ "description": "Format output as json.",
579
+ "helpGroup": "GLOBAL",
580
+ "allowNo": false
581
+ },
582
+ "config": {
583
+ "name": "config",
584
+ "type": "option",
585
+ "description": "Specify config file",
586
+ "multiple": false,
587
+ "aliases": [
588
+ "c"
589
+ ]
590
+ },
591
+ "timeout": {
592
+ "name": "timeout",
593
+ "type": "option",
594
+ "description": "Timeout in seconds",
595
+ "multiple": false,
596
+ "default": 30,
597
+ "aliases": [
598
+ "t"
599
+ ]
600
+ }
601
+ },
602
+ "args": {
603
+ "name": {
604
+ "name": "name"
605
+ }
606
+ }
607
+ },
608
+ "space": {
609
+ "id": "space",
610
+ "description": "List spaces.",
611
+ "strict": true,
612
+ "pluginName": "@dxos/cli",
613
+ "pluginAlias": "@dxos/cli",
614
+ "pluginType": "core",
615
+ "aliases": [],
616
+ "flags": {
617
+ "json": {
618
+ "name": "json",
619
+ "type": "boolean",
620
+ "description": "Format output as json.",
621
+ "helpGroup": "GLOBAL",
622
+ "allowNo": false
623
+ },
624
+ "config": {
625
+ "name": "config",
626
+ "type": "option",
627
+ "description": "Specify config file",
628
+ "multiple": false,
629
+ "aliases": [
630
+ "c"
631
+ ]
632
+ },
633
+ "timeout": {
634
+ "name": "timeout",
635
+ "type": "option",
636
+ "description": "Timeout in seconds",
637
+ "multiple": false,
638
+ "default": 30,
639
+ "aliases": [
640
+ "t"
641
+ ]
642
+ }
643
+ },
644
+ "args": {}
645
+ },
646
+ "space:invite": {
647
+ "id": "space:invite",
648
+ "description": "Create space invitation.",
649
+ "strict": true,
650
+ "pluginName": "@dxos/cli",
651
+ "pluginAlias": "@dxos/cli",
652
+ "pluginType": "core",
653
+ "aliases": [],
654
+ "flags": {
655
+ "json": {
656
+ "name": "json",
657
+ "type": "boolean",
658
+ "description": "Format output as json.",
659
+ "helpGroup": "GLOBAL",
660
+ "allowNo": false
661
+ },
662
+ "config": {
663
+ "name": "config",
664
+ "type": "option",
665
+ "description": "Specify config file",
666
+ "multiple": false,
667
+ "aliases": [
668
+ "c"
669
+ ]
670
+ },
671
+ "timeout": {
672
+ "name": "timeout",
673
+ "type": "option",
674
+ "description": "Timeout in seconds",
675
+ "multiple": false,
676
+ "default": 30,
677
+ "aliases": [
678
+ "t"
679
+ ]
680
+ }
681
+ },
682
+ "args": {
683
+ "key": {
684
+ "name": "key",
685
+ "required": true
686
+ }
687
+ }
688
+ },
689
+ "space:join": {
690
+ "id": "space:join",
691
+ "description": "Join space invitation",
692
+ "strict": true,
693
+ "pluginName": "@dxos/cli",
694
+ "pluginAlias": "@dxos/cli",
695
+ "pluginType": "core",
696
+ "aliases": [],
697
+ "flags": {
698
+ "json": {
699
+ "name": "json",
700
+ "type": "boolean",
701
+ "description": "Format output as json.",
702
+ "helpGroup": "GLOBAL",
703
+ "allowNo": false
704
+ },
705
+ "config": {
706
+ "name": "config",
707
+ "type": "option",
708
+ "description": "Specify config file",
709
+ "multiple": false,
710
+ "aliases": [
711
+ "c"
712
+ ]
713
+ },
714
+ "timeout": {
715
+ "name": "timeout",
716
+ "type": "option",
717
+ "description": "Timeout in seconds",
718
+ "multiple": false,
719
+ "default": 30,
720
+ "aliases": [
721
+ "t"
722
+ ]
723
+ },
724
+ "invitation": {
725
+ "name": "invitation",
726
+ "type": "option",
727
+ "description": "Invitation code",
728
+ "multiple": false
729
+ },
730
+ "secret": {
731
+ "name": "secret",
732
+ "type": "option",
733
+ "description": "Invitation secret",
734
+ "multiple": false
735
+ }
736
+ },
737
+ "args": {}
738
+ },
739
+ "space:list": {
740
+ "id": "space:list",
741
+ "description": "List spaces.",
742
+ "strict": true,
743
+ "pluginName": "@dxos/cli",
744
+ "pluginAlias": "@dxos/cli",
745
+ "pluginType": "core",
746
+ "aliases": [],
747
+ "flags": {
748
+ "json": {
749
+ "name": "json",
750
+ "type": "boolean",
751
+ "description": "Format output as json.",
752
+ "helpGroup": "GLOBAL",
753
+ "allowNo": false
754
+ },
755
+ "config": {
756
+ "name": "config",
757
+ "type": "option",
758
+ "description": "Specify config file",
759
+ "multiple": false,
760
+ "aliases": [
761
+ "c"
762
+ ]
763
+ },
764
+ "timeout": {
765
+ "name": "timeout",
766
+ "type": "option",
767
+ "description": "Timeout in seconds",
768
+ "multiple": false,
769
+ "default": 30,
770
+ "aliases": [
771
+ "t"
772
+ ]
773
+ },
774
+ "columns": {
775
+ "name": "columns",
776
+ "type": "option",
777
+ "description": "only show provided columns (comma-separated)",
778
+ "multiple": false,
779
+ "exclusive": [
780
+ "extended"
781
+ ]
782
+ },
783
+ "sort": {
784
+ "name": "sort",
785
+ "type": "option",
786
+ "description": "property to sort by (prepend '-' for descending)",
787
+ "multiple": false
788
+ },
789
+ "filter": {
790
+ "name": "filter",
791
+ "type": "option",
792
+ "description": "filter property by partial string matching, ex: name=foo",
793
+ "multiple": false
794
+ },
795
+ "csv": {
796
+ "name": "csv",
797
+ "type": "boolean",
798
+ "description": "output is csv format [alias: --output=csv]",
799
+ "allowNo": false,
800
+ "exclusive": [
801
+ "no-truncate"
802
+ ]
803
+ },
804
+ "output": {
805
+ "name": "output",
806
+ "type": "option",
807
+ "description": "output in a more machine friendly format",
808
+ "multiple": false,
809
+ "options": [
810
+ "csv",
811
+ "json",
812
+ "yaml"
813
+ ],
814
+ "exclusive": [
815
+ "no-truncate",
816
+ "csv"
817
+ ]
818
+ },
819
+ "extended": {
820
+ "name": "extended",
821
+ "type": "boolean",
822
+ "char": "x",
823
+ "description": "show extra columns",
824
+ "allowNo": false,
825
+ "exclusive": [
826
+ "columns"
827
+ ]
828
+ },
829
+ "no-truncate": {
830
+ "name": "no-truncate",
831
+ "type": "boolean",
832
+ "description": "do not truncate output to fit screen",
833
+ "allowNo": false,
834
+ "exclusive": [
835
+ "csv"
836
+ ]
837
+ },
838
+ "no-header": {
839
+ "name": "no-header",
840
+ "type": "boolean",
841
+ "description": "hide table header from output",
842
+ "allowNo": false,
843
+ "exclusive": [
844
+ "csv"
845
+ ]
846
+ }
847
+ },
848
+ "args": {}
849
+ },
850
+ "space:members": {
851
+ "id": "space:members",
852
+ "description": "List space members.",
853
+ "strict": true,
854
+ "pluginName": "@dxos/cli",
855
+ "pluginAlias": "@dxos/cli",
856
+ "pluginType": "core",
857
+ "aliases": [],
858
+ "flags": {
859
+ "json": {
860
+ "name": "json",
861
+ "type": "boolean",
862
+ "description": "Format output as json.",
863
+ "helpGroup": "GLOBAL",
864
+ "allowNo": false
865
+ },
866
+ "config": {
867
+ "name": "config",
868
+ "type": "option",
869
+ "description": "Specify config file",
870
+ "multiple": false,
871
+ "aliases": [
872
+ "c"
873
+ ]
874
+ },
875
+ "timeout": {
876
+ "name": "timeout",
877
+ "type": "option",
878
+ "description": "Timeout in seconds",
879
+ "multiple": false,
880
+ "default": 30,
881
+ "aliases": [
882
+ "t"
883
+ ]
884
+ },
885
+ "columns": {
886
+ "name": "columns",
887
+ "type": "option",
888
+ "description": "only show provided columns (comma-separated)",
889
+ "multiple": false,
890
+ "exclusive": [
891
+ "extended"
892
+ ]
893
+ },
894
+ "sort": {
895
+ "name": "sort",
896
+ "type": "option",
897
+ "description": "property to sort by (prepend '-' for descending)",
898
+ "multiple": false
899
+ },
900
+ "filter": {
901
+ "name": "filter",
902
+ "type": "option",
903
+ "description": "filter property by partial string matching, ex: name=foo",
904
+ "multiple": false
905
+ },
906
+ "csv": {
907
+ "name": "csv",
908
+ "type": "boolean",
909
+ "description": "output is csv format [alias: --output=csv]",
910
+ "allowNo": false,
911
+ "exclusive": [
912
+ "no-truncate"
913
+ ]
914
+ },
915
+ "output": {
916
+ "name": "output",
917
+ "type": "option",
918
+ "description": "output in a more machine friendly format",
919
+ "multiple": false,
920
+ "options": [
921
+ "csv",
922
+ "json",
923
+ "yaml"
924
+ ],
925
+ "exclusive": [
926
+ "no-truncate",
927
+ "csv"
928
+ ]
929
+ },
930
+ "extended": {
931
+ "name": "extended",
932
+ "type": "boolean",
933
+ "char": "x",
934
+ "description": "show extra columns",
935
+ "allowNo": false,
936
+ "exclusive": [
937
+ "columns"
938
+ ]
939
+ },
940
+ "no-truncate": {
941
+ "name": "no-truncate",
942
+ "type": "boolean",
943
+ "description": "do not truncate output to fit screen",
944
+ "allowNo": false,
945
+ "exclusive": [
946
+ "csv"
947
+ ]
948
+ },
949
+ "no-header": {
950
+ "name": "no-header",
951
+ "type": "boolean",
952
+ "description": "hide table header from output",
953
+ "allowNo": false,
954
+ "exclusive": [
955
+ "csv"
956
+ ]
957
+ }
958
+ },
959
+ "args": {
960
+ "key": {
961
+ "name": "key",
962
+ "required": true
963
+ }
964
+ }
965
+ },
966
+ "tunnel:list": {
967
+ "id": "tunnel:list",
968
+ "description": "List tunnels.",
969
+ "strict": true,
970
+ "pluginName": "@dxos/cli",
971
+ "pluginAlias": "@dxos/cli",
972
+ "pluginType": "core",
973
+ "aliases": [],
974
+ "flags": {
975
+ "json": {
976
+ "name": "json",
977
+ "type": "boolean",
978
+ "description": "Format output as json.",
979
+ "helpGroup": "GLOBAL",
980
+ "allowNo": false
981
+ },
982
+ "config": {
983
+ "name": "config",
984
+ "type": "option",
985
+ "description": "Specify config file",
986
+ "multiple": false,
987
+ "aliases": [
988
+ "c"
989
+ ]
990
+ },
991
+ "timeout": {
992
+ "name": "timeout",
993
+ "type": "option",
994
+ "description": "Timeout in seconds",
995
+ "multiple": false,
996
+ "default": 30,
997
+ "aliases": [
998
+ "t"
999
+ ]
1000
+ }
1001
+ },
1002
+ "args": {}
1003
+ },
1004
+ "tunnel:set": {
1005
+ "id": "tunnel:set",
1006
+ "description": "Enable or disable tunnel.",
1007
+ "strict": true,
1008
+ "pluginName": "@dxos/cli",
1009
+ "pluginAlias": "@dxos/cli",
1010
+ "pluginType": "core",
1011
+ "aliases": [],
1012
+ "flags": {
1013
+ "json": {
1014
+ "name": "json",
1015
+ "type": "boolean",
1016
+ "description": "Format output as json.",
1017
+ "helpGroup": "GLOBAL",
1018
+ "allowNo": false
1019
+ },
1020
+ "config": {
1021
+ "name": "config",
1022
+ "type": "option",
1023
+ "description": "Specify config file",
1024
+ "multiple": false,
1025
+ "aliases": [
1026
+ "c"
1027
+ ]
1028
+ },
1029
+ "timeout": {
1030
+ "name": "timeout",
1031
+ "type": "option",
1032
+ "description": "Timeout in seconds",
1033
+ "multiple": false,
1034
+ "default": 30,
1035
+ "aliases": [
1036
+ "t"
1037
+ ]
1038
+ },
1039
+ "app": {
1040
+ "name": "app",
1041
+ "type": "option",
1042
+ "description": "Application name",
1043
+ "required": true,
1044
+ "multiple": false
1045
+ },
1046
+ "enabled": {
1047
+ "name": "enabled",
1048
+ "type": "boolean",
1049
+ "description": "Enable tunnel.",
1050
+ "allowNo": false
1051
+ },
1052
+ "disabled": {
1053
+ "name": "disabled",
1054
+ "type": "boolean",
1055
+ "description": "Disable tunnel.",
1056
+ "allowNo": false
1057
+ }
1058
+ },
1059
+ "args": {}
1060
+ }
1061
+ }
1062
+ }