The SDB communicates its status and value updates via messages on stdout.
After receiving a command, the SDB CLI will process most of the commands asynchronously. This brings some advantages like no delay for the value updates.
There are three types of asynchronous messages (install, value and error), which are described in detail in this chapter.