All of the commands that are described in this book are run on a MacBook Pro using macOS Mojave but should be straightforward to modify so that they can be run on another platform such as Linux or Windows.
Technical requirements
Tool installation
To be able to execute the commands that are used in this chapter, you need to have the following tools installed on your computer:
- Git: Can be downloaded and installed from https://git-scm.com/downloads.
- Java: Can be downloaded and installed from https://www.oracle.com/technetwork/java/javase/downloads/index.html.
- curl: This command-line tool for testing HTTP-based APIs can be downloaded and installed from https://curl.haxx.se/download.html.
- jq: This command...