mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Fix CI build error (missing @types/mz)
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
parent
e6ecb0ec0b
commit
a4efc7c9c4
@ -1406,6 +1406,13 @@ Disables check for matching architecture in image and application
|
||||
|
||||
Pin the preloaded device (not application) to the preloaded release on provision
|
||||
|
||||
#### --add-certificate <certificate.crt>
|
||||
|
||||
Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.
|
||||
The file name must end with '.crt' and must not be already contained in the preloader's
|
||||
/etc/ssl/certs folder.
|
||||
Can be repeated to add multiple certificates.
|
||||
|
||||
#### --docker, -P <docker>
|
||||
|
||||
Path to a local docker socket (e.g. /var/run/docker.sock)
|
||||
|
@ -74,6 +74,7 @@
|
||||
"@types/lodash": "4.14.112",
|
||||
"@types/mixpanel": "2.14.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/net-keepalive": "^0.4.0",
|
||||
"@types/node": "6.14.2",
|
||||
"@types/prettyjson": "0.0.28",
|
||||
|
Loading…
Reference in New Issue
Block a user