Add section on the CLI changes and the breaking change there (#1256)

This commit is contained in:
Jesse Hills 2021-06-17 11:59:12 +12:00 committed by GitHub
parent de4fbdf640
commit d068fd5eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,13 @@ Because of these new tools, the ESPHome dashboard has gotten a slight makeover w
You are now given the option to install directly via WebSerial to the ESP from the browser. No more plugging into the
server/VM running ESPHome and restarting container etc. It just works. (Provided you are using Chrome or Edge).
Command Line Interface
----------------------
Thanks to :ghuser:`oxan` for making some change to the ESPHome CLI. Instead of ``esphome config.yaml run``
we now have ``esphome run config.yaml``. The old format is still accepted and will be removed in a future release,
but there is a **breaking change** with this release which is the arguments ``--upload-port`` and ``--serial-port`` have been
combined and changed to ``--device``.
Full list of changes
--------------------