From 1626d179a0840ebbafbfab9b73a5bd3b8b53851e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 30 Jul 2025 09:37:04 +0200 Subject: [PATCH] run_machine_update: document missing flag --- pkgs/clan-cli/clan_lib/machines/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/clan-cli/clan_lib/machines/update.py b/pkgs/clan-cli/clan_lib/machines/update.py index c7a904ca1..f5334448f 100644 --- a/pkgs/clan-cli/clan_lib/machines/update.py +++ b/pkgs/clan-cli/clan_lib/machines/update.py @@ -117,6 +117,7 @@ def run_machine_update( machine: The Machine instance to deploy. target_host: Remote object representing the target host for deployment. build_host: Optional Remote object representing the build host. + force_fetch_local: Whether to fetch flake inputs locally before uploading. Raises: ClanError: If the machine is not found in the inventory or if there are issues with generating facts or variables.