Part 5 CLI

 

The fifth and final part of the book implements a command-line interface (CLI) for Cube. The CLI replaces the main.go program that we’ve been using to operate Cube in previous parts of the book.

Chapter 12 implements commands for starting the manager and worker, starting and stopping tasks, and getting the status of tasks.

Chapter 13 provides a summary of what we’ve accomplished and provides some suggestions for where to go from here.