mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
299bc0db13
New version is 3.1.0. The updated version is not backwards compatible as it removes all *Async methods that are in wide use in the CLI. The workaround for now is to manually promisify the client and replace all `new Docker()` calls with a shared function that returns a promisified client. |
||
---|---|---|
.. | ||
config.ts | ||
docker.coffee | ||
helpers.ts | ||
logger.ts | ||
messages.ts | ||
normalization.ts | ||
patterns.ts | ||
streams.ts | ||
update.ts | ||
validation.ts |