From 255f50399e373557c1a2271b641485f8f8a82607 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 27 Feb 2018 08:25:35 +0000 Subject: [PATCH] Initial stab at documenting the hassio commands --- source/hassio/index.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/hassio/index.markdown b/source/hassio/index.markdown index d1da527f06c..fdddad8dd39 100644 --- a/source/hassio/index.markdown +++ b/source/hassio/index.markdown @@ -54,3 +54,27 @@ Hass.io upgrade process from the SSH command line [ResinOS]: https://resinos.io/ [Docker]: https://www.docker.com/ [install]: /hassio/installation/ + +## {% linkable_title hassio command %} + +On the SSH command line tyou can use the `hassio` command to retrieve logs, check the details of connected hardware, and more. + +HomeAssistant: +``` $ hassio homeassistant logs + $ hassio homeassistant restart + $ hassio homeassistant stop + $ hassio homeassistant start + $ hassio homeassistant update + $ hassio homeassistant check``` + +Host: +``` $ hassio host hardware + $ hassio host reboot + $ hassio host shutdown + $ hassio host update``` + +Supervisor +``` $ hassio supervisor logs + $ hassio supervisor info + $ hassio supervisor reload + $ hassio supervisor update```