Compare commits

...

1 Commits

Author SHA1 Message Date
a-kenji
0a502ab242 pkgs/cli: Add facts deprecation warning to clan facts help output 2025-07-15 14:28:36 +02:00

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.