docs: correct ha backups list CLI note in HA runbook
ha backups list exists on this host; only ha host update is missing.
This commit is contained in:
@@ -301,10 +301,10 @@ host for exact syntax.
|
||||
## Docs vs actual CLI discrepancies
|
||||
|
||||
The [official HAOS common-tasks docs](https://www.home-assistant.io/common-tasks/os/)
|
||||
reference `ha backups list` and `ha host update`. **Neither exists in the
|
||||
installed CLI** (2026-08-14): backups are inspected with `ha backups info
|
||||
<slug>` (a slug is required) and `host` has no `update` subcommand. Trust the
|
||||
server CLI (`ha <cmd> --help`) over the docs.
|
||||
also mention `ha host update`, which **does not exist** in this CLI
|
||||
(2026-08-14). Backups: `ha backups` and `ha backups list` both list backups;
|
||||
`ha backups info <slug>` is per-backup (slug required). Trust the server CLI
|
||||
(`ha <cmd> --help`) over the docs.
|
||||
|
||||
This CLI's `ha core info` also has no `state:` field (verified 2026-08-14).
|
||||
Wait for a successful info dump after restart, not a `state: running` line.
|
||||
|
||||
Reference in New Issue
Block a user