pkgs/cli: Add facts deprecation warning to clan facts help output

This commit is contained in:
a-kenji
2025-07-13 21:23:58 +02:00
parent b2e424fa2e
commit 0a502ab242

View File

@@ -297,6 +297,8 @@ For more detailed information, visit: {help_hyperlink("secrets", "https://docs.c
description="Manage facts", description="Manage facts",
epilog=( epilog=(
f""" 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. This subcommand provides an interface to facts of clan machines.
Facts are artifacts that a service can generate. Facts are artifacts that a service can generate.