balena-cli/lib
Felipe Lalanne cd19845b6b Use valid release uuid for local releases
On local push, the CLI uses `localrelease` as the `commit` property for
the development application. This is not a valid uuid and will not be
read properly by the supervisor, as seen in

https://github.com/balena-os/balena-supervisor/blob/master/src/compose/service.ts#L652

While this is not a problem right now, the commit is becoming the main
way to identify a service release (replacing `releaseId` and `imageId`),
and the invalid release uuid could cause update issues when pushing a
local release on when using some API endpoints.

Change-type: patch
Relates-to: balena-os/balena-supervisor#2136
2023-05-03 15:08:19 -04:00
..
auth chore: lib/auth/utils.ts: Replace deprecated url.resolve, use async/await 2022-01-19 22:48:46 +00:00
commands Improve type checking by using the satisfies operator 2023-03-27 16:39:09 +03:00
framework v13 preparations: Standardize command data output 2021-12-08 12:10:08 +01:00
hooks Replace mixpanel dependency with simple GET request 2021-09-30 01:12:17 +01:00
utils Use valid release uuid for local releases 2023-05-03 15:08:19 -04:00
app.ts Improve UX for offline usage 2021-11-25 15:14:39 +00:00
command.ts v13 preparations: Standardize command data output 2021-12-08 12:10:08 +01:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
deprecation.ts Use https for the npm deprecation check, avoiding a redirect 2023-01-18 13:11:31 +00:00
errors.ts Fix surfacing incompatible device type errors as not recognized 2022-11-10 16:52:14 -08:00
events.ts Stop waiting for the analytics response 2022-10-21 19:07:39 +03:00
fast-boot.ts chore: Update @types/node to v12.20.42 2022-01-19 22:48:46 +00: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 Improve type checking by using the satisfies operator 2023-03-27 16:39:09 +03:00
preparser.ts Add tips for removed commands 2021-12-23 18:40:05 +00:00