balena-cli/lib
Marios Balamatsias ac96616e4e osConfigure/localFlash: Add support for Node.js v14
* Replace old resin-image-fs with newer balena-image-fs
* package.json: Remove resin-image-fs package
* package: Install dependencies that work with node14
* Remove resin-image-fs typings
* Fix etcher-sdk related types
* local/flash: Add unmountOnSuccess, write, direct properties on flash
	Taken from https://github.com/balena-io-modules/etcher-sdk/blob/master/examples/multi-destination.ts
* tests/utils/eol-conversion: Remove ext2fs sample binary
	Specifically ext2fs/build/Release/bindings.node
	I removed it because the file doesn't exist
* tests/test-data/pkg: Add new expected warnings darwin/linux/windows
* os/configure: Remove windows check
* local/flash: Check if environment is WSL and show warning message
* Get tests to pass with certain Node v14 warning messages
* INSTALL-WINDOWS: Remove os configure warning

Improve push and logs support for Node.js v14 (bump 'net-keepalive')

Resolves: #2200
Resolves: #1990
Change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
2021-03-31 01:15:47 +03:00
..
auth Revert styling of "balena CLI" as "balenaCLI" 2020-10-21 00:07:46 +01:00
commands osConfigure/localFlash: Add support for Node.js v14 2021-03-31 01:15:47 +03:00
hooks push: Fix accidental rename of -e (emulated) option 2020-10-01 23:49:14 +00:00
utils push: Fix docker-compose.dev.yml serialization ("should be object,null" error) 2021-03-20 22:17:20 +00:00
app.ts Refactor initialization code (delete app-oclif.ts and app-common.ts) 2020-10-11 00:45:53 +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
errors.ts Fix handling of thrown strings 2021-01-15 16:45:01 +01:00
events.ts Add ability to disable analytics for performance testing 2020-11-26 13:47:48 +01: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 docs: Add references to the masterclasses in the CLI help and README 2020-11-19 18:13:45 +00:00
preparser.ts Remove need for hardcoded list of command ids 2020-10-27 10:36:49 +01:00