# esp-rainmaker-cli **Repository Path**: esp-submodules/esp-rainmaker-cli ## Basic Information - **Project Name**: esp-rainmaker-cli - **Description**: synchronize esp-rainmaker-cli - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP RainMaker CLI [![PyPI version](https://img.shields.io/pypi/v/esp-rainmaker-cli)](https://pypi.org/project/esp-rainmaker-cli/) Welcome to the `esp-rainmaker-cli` repository! This repository contains the source of ESP RainMaker Command Line utility. ## About RainMaker [ESP RainMaker](https://github.com/espressif/esp-rainmaker) is an end-to-end solution offered by Espressif to enable remote control and monitoring for ESP32 based products without any configuration required in the Cloud. ## How to install [esp-rainmaker-cli](https://pypi.org/project/esp-rainmaker-cli) is available on Python Package Index (PyPI). It can be installed using pip. ``` python3 -m pip install esp-rainmaker-cli ``` ## Usage Please check the [CLI Usage guide](docs/README.md) for more information. For more help, you can also run the following command: ``` esp-rainmaker-cli --help ``` ## Development Guide Development mode allows you to run the latest version of esp-rainmaker-cli from the repository. If you are making any changes to the tool then in order to test the changes please follow the below steps. ``` python3 -m pip install -e . ``` This will install esp-rainmaker-cli's dependencies and create an executable script wrappers in the user's bin directory. The wrappers will run the scripts found in the git working directory directly, so any time the working directory contents change it will pick up the new versions.