balena-cli/lib
Otavio Jacobi 03f0f11f8b Improve discover balena os across different networks
This is an improvement over the scan, join and leave commands removing flakiness when searching over different networks. In short, instead of leaving bonjour to search across all interfaces, we forcebly conduct a search on each interface, this requires mDNS binding any ipv4 interface (0.0.0.0), otherwise it would bind over the interface itself, which is not desired as it causes services to only be able to receive information over that interface, see [mafintosh/multicast-dns#53](https://github.com/mafintosh/multicast-dns/issues/53). This targeted approach enhances the reliability and accuracy of network searches, reducing instances of missed connections or network errors typically caused by flakiness when relying on bonjour's default behavior.

Change-type: patch
2024-07-16 19:01:53 -03:00
..
auth chore: lib/auth/utils.ts: Replace deprecated url.resolve, use async/await 2022-01-19 22:48:46 +00:00
commands deploy: Use the sdk's pine instance with balena-compose 2024-07-15 18:42:51 +03:00
framework Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
hooks Remove direct dependency to @oclif/config 2023-09-26 09:48:13 -03:00
utils Improve discover balena os across different networks 2024-07-16 19:01:53 -03:00
app.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
command.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
deprecation.ts Update balena-settings-storage to 8.1.0 2023-08-21 14:42:28 -03:00
errors.ts Bump oclif core & use default missing flag handler 2023-12-08 12:06:54 -03:00
events.ts Stop waiting for the analytics response 2022-10-21 19:07:39 +03:00
fast-boot.ts Use standard oclif run.js & dev.js 2024-03-14 09:21:11 -03:00
global.d.ts Fix occasional "CLI prints 'null' and exits" (replace old Raven/Sentry SDK) 2020-03-09 12:51:56 +00:00
help.ts Bump oclif-core to v3 2023-11-16 15:06:24 -03:00
preparser.ts Bump oclif-core to v3 2023-11-16 15:06:24 -03:00