From 0a502ab242f0174ad7a8f094885f62caa6756597 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 13 Jul 2025 21:23:58 +0200 Subject: [PATCH] pkgs/cli: Add facts deprecation warning to `clan facts` help output --- pkgs/clan-cli/clan_cli/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/clan-cli/clan_cli/cli.py b/pkgs/clan-cli/clan_cli/cli.py index dfe24e179..2d1936bf3 100644 --- a/pkgs/clan-cli/clan_cli/cli.py +++ b/pkgs/clan-cli/clan_cli/cli.py @@ -297,6 +297,8 @@ For more detailed information, visit: {help_hyperlink("secrets", "https://docs.c description="Manage facts", epilog=( f""" +Note: Facts are being deprecated, please use Vars instead. +For a migration guide visit: {help_hyperlink("vars", "https://docs.clan.lol/guides/migrations/migration-facts-vars")} This subcommand provides an interface to facts of clan machines. Facts are artifacts that a service can generate.