Scripting the Arduino IoT Cloud with Cloud CLI
The Arduino Cloud Command-Line Interface (CLI) is an automation tool that is useful for scripting and creating devices, Things, and dashboards. It also provides the option to perform mass uploads (OTA), enabling the fleet management of deployed IoT nodes. This chapter will explore the advanced functionalities of the tool and propose some scenarios for its usage.
The Arduino Cloud CLI is a cross-platform tool that lets you perform bulk management and operations via the command line, which helps you to increase your productivity, and provides the option to automate Things via command-line scripts. In this chapter, we will explore all the commands and observe their context.
By the end of this chapter, you will understand how to interact with the Arduino IoT Cloud platform via a CLI to create, delete, or extract templates from devices, Things, and dashboards and send OTA updates to devices via the command line. This chapter will show...