@dxos/cli 0.5.1-main.ad6ccc9 → 0.5.1-main.c37e119
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/bin/handle_invitation +2 -3
- package/dist/src/base-command.d.ts +0 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +5 -13
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +0 -1
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/list.d.ts +0 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +0 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +0 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +0 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +0 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +0 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +0 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +0 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +0 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/status.d.ts +0 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/list.d.ts +0 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +0 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +0 -1
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/halo/create.d.ts +0 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +0 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/join.d.ts +0 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +0 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/update.d.ts +0 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +0 -1
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/reset/index.d.ts +0 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/space/join.d.ts +0 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +0 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/members.d.ts +0 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/share.d.ts +0 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +0 -1
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/oclif.manifest.json +47 -417
- package/package.json +23 -23
- package/dist/src/commands/agent/status.d.ts +0 -21
- package/dist/src/commands/agent/status.d.ts.map +0 -1
- package/dist/src/commands/agent/status.js +0 -41
- package/dist/src/commands/agent/status.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"share.d.ts","sourceRoot":"","sources":["../../../../src/commands/space/share.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,WAAW,CAAC,OAAO,KAAK,CAAC;IAC1D,OAAgB,WAAW,SAA8B;IACzD,OAAgB,IAAI;;MAAmE;IACvF,OAAgB,KAAK
|
|
1
|
+
{"version":3,"file":"share.d.ts","sourceRoot":"","sources":["../../../../src/commands/space/share.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,WAAW,CAAC,OAAO,KAAK,CAAC;IAC1D,OAAgB,WAAW,SAA8B;IACzD,OAAgB,IAAI;;MAAmE;IACvF,OAAgB,KAAK;;;;;;;;;;;;;;;;;;MAgCnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAyC1B"}
|
|
@@ -14,7 +14,6 @@ export default class Tunnel extends BaseCommand<typeof Tunnel> {
|
|
|
14
14
|
config: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
15
15
|
target: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
16
16
|
'no-agent': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
17
|
-
'no-start-agent': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
18
17
|
timeout: import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
19
18
|
'no-wait': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
20
19
|
'json-log': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/tunnel/index.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,OAAgB,cAAc,UAAQ;IACtC,OAAgB,WAAW,SAA+B;IAC1D,OAAgB,IAAI;;MAElB;IAEF,OAAgB,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/tunnel/index.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,OAAgB,cAAc,UAAQ;IACtC,OAAgB,WAAW,SAA+B;IAC1D,OAAgB,IAAI;;MAElB;IAEF,OAAgB,KAAK;;;;;;;;;;;;;MAQnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAS1B"}
|