balena-cli/lib
dfunckt 8e712ac910 Add support for YAML anchors and aliases in 'docker-compose.yml'
This allows project files to define services from generic fragments by leveraging YAML's anchors and aliases. See here for an example: 43f6537b2c/spec.md (fragments)

Removing the FAILSAFE_SCHEMA flag is not expected to break existing project files, since the default behaviour is more liberal, or cause problems down the road given we perform validation immediately after. Docs for the flag: https://github.com/nodeca/js-yaml#load-string---options-

Change-type: minor
2021-10-22 16:42:29 +03:00
..
auth Update 'devDependencies' in package.json 2021-07-09 21:34:09 +01:00
commands Error message when renaming a fleet now mentions the target name. 2021-10-05 17:01:07 +08:00
hooks Replace mixpanel dependency with simple GET request 2021-09-30 01:12:17 +01:00
utils Add support for YAML anchors and aliases in 'docker-compose.yml' 2021-10-22 16:42:29 +03:00
app.ts Update dependencies (@sentry/node error reporting) 2021-09-30 01:12:17 +01:00
command.ts Convert command build to typescript, oclif, and refactor 2020-07-30 15:53:55 +02:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
deprecation.ts Avoid NockMock warnings during standalone executable testing 2021-09-30 01:12:17 +01:00
errors.ts Improve error handling (remove most occurrences of process.exit()) 2021-08-27 00:53:21 +01:00
events.ts Replace mixpanel dependency with simple GET request 2021-09-30 01:12:17 +01:00
fast-boot.ts Fix fast-boot module caching with read-only installation folders 2021-05-27 00:23:36 +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 Add deprecation policy checker and --unsupported global flag 2021-08-19 23:17:31 +01:00
preparser.ts Add deprecation policy checker and --unsupported global flag 2021-08-19 23:17:31 +01:00