diff --git a/guides/cli.rst b/guides/cli.rst index b7c4540f6..8537d5a83 100644 --- a/guides/cli.rst +++ b/guides/cli.rst @@ -20,7 +20,18 @@ ESPHome's command line interface always has the following format .. code-block:: console - esphome livingroom.yaml kitchen.yaml run + esphome livingroom.yaml kitchen.yaml run + +``--help`` Option +-------------------- + +.. option:: -h|--help + + Output possible and [arguments]. + Note: you can also use ``--help`` for any command to get arguments specific to that command. +.. code-block:: console + + esphome --help ``--verbose`` Option -------------------- @@ -208,4 +219,3 @@ through a graphical user interface. If set, opens the dashboard UI in a browser once the server is up and running. - diff --git a/guides/getting_started_command_line.rst b/guides/getting_started_command_line.rst index f20eae1a9..506e8ae19 100644 --- a/guides/getting_started_command_line.rst +++ b/guides/getting_started_command_line.rst @@ -187,6 +187,7 @@ After that, you will be able to access the dashboard through ``localhost:6052``. See Also -------- +- :doc:`cli` - :doc:`ESPHome index ` - :doc:`getting_started_hassio` - :ghedit:`Edit`