# OTA Command [![Component Registry](https://components.espressif.com/components/esp-qa/ota-cmd/badge.svg)](https://components.espressif.com/components/esp-qa/ota-cmd) This repository contains `ota` commands based esp-idf console. There is no GitHub repository for this component. Please report issues to [iperf-cmd repository](https://github.com/espressif/iperf-cmd/issues) instead. ## Documentation - Use `help` for overview of commands: ``` ota <action> [<url>] [--http-timeout=<int>] OTA upgrade command. <action> start, status, end <url> URL of server which hosts the firmware image. --http-timeout=<int> http[s] response timeout (ms). ``` ### Installation - To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file. ```yaml dependencies: esp-qa/ota-cmd: version: "^0.1.1" ``` - For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)
idf.py add-dependency "esp-qa/ota-cmd^0.1.1"