# Functions
BootstrapUpdates.
BuildUpdates receives a status update from mist.go and determines what to do based on the status.
Connect is the same as stream however it go routines the stream internally and returns the client.
DeployUpdates.
ImageUpdates.
Listen connects a to mist, subscribes tags, and listens for 'model' updates.
PrintLogStream prints a message received as is.
ProcessLog takes a Logvac or Stormpack log and breaks it apart into pieces that are then reconstructed in a 'digestible' way, colorized, and output to the terminal.
ProcessLogStream processes a log before printing it; if the CLI is silenced don't process any logs.
Stream connects to mist, subscribes tags, and logs Messages.