balena-cli/lib
Cameron Diver d3772386bf
Add ability to build and deploy image locally using resin-cli
Using `resin build` a user can now build an image on their own docker
daemon. The daemon can be accessed via a local socket, a remote host and
a remote host over a TLS socket. Project type resolution is supported.
Nocache and tagging of images is also supported.

Using `resin deploy` a user can now deploy an image to their fleet. The
image can either be built by `resin-cli`, plain Docker, or from a remote
source.

Change-type: minor
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-04-23 14:31:45 +01:00
..
actions Add ability to build and deploy image locally using resin-cli 2017-04-23 14:31:45 +01:00
utils Add ability to build and deploy image locally using resin-cli 2017-04-23 14:31:45 +01:00
app.coffee Add ability to build and deploy image locally using resin-cli 2017-04-23 14:31:45 +01:00
config.coffee Move sentry DSN to config 2017-03-23 13:10:15 +01:00
errors.coffee Add sentry error tracking 2017-03-23 12:59:42 +01:00
events.coffee use individual methods promisification instead of promisifyAll 2017-03-27 12:14:55 +03:00