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 <noreply@anthropic.com>
This commit is contained in:
parent
86d82fcd72
commit
79739369f0
|
|
@ -380,9 +380,11 @@ def _cmd_registry_publish(args):
|
||||||
if not config.registry.token:
|
if not config.registry.token:
|
||||||
print("No registry token configured.")
|
print("No registry token configured.")
|
||||||
print()
|
print()
|
||||||
print("1. Register at: https://gitea.brrd.tech/registry/register")
|
print("To publish tools, you need an account:")
|
||||||
print("2. Generate a token from your dashboard")
|
print(" 1. Register at: https://cmdforge.brrd.tech/register")
|
||||||
print("3. Enter your token below")
|
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 <token>)")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue