From 79739369f0d8215e1d4d649c09e02c833752dacc Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 13 Jan 2026 20:42:37 -0400 Subject: [PATCH] Fix registry registration URL in CLI Update publish command to show correct registration URL (cmdforge.brrd.tech instead of gitea.brrd.tech) Co-Authored-By: Claude Opus 4.5 --- src/cmdforge/cli/registry_commands.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/cmdforge/cli/registry_commands.py b/src/cmdforge/cli/registry_commands.py index 5feae45..0fb9a5e 100644 --- a/src/cmdforge/cli/registry_commands.py +++ b/src/cmdforge/cli/registry_commands.py @@ -380,9 +380,11 @@ def _cmd_registry_publish(args): if not config.registry.token: print("No registry token configured.") print() - print("1. Register at: https://gitea.brrd.tech/registry/register") - print("2. Generate a token from your dashboard") - print("3. Enter your token below") + print("To publish tools, you need an account:") + print(" 1. Register at: https://cmdforge.brrd.tech/register") + print(" 2. Log in and go to Dashboard > Tokens") + print(" 3. Generate an API token") + print(" 4. Enter your token below (or run: cmdforge config set-token )") print() try: