From 82739872423022788e726f96aad3a5180f64d44b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:33:50 +0100 Subject: [PATCH] fix(ente): correct CLI steps in first-start notes --no-limit requires 'True' argument (string, not bool flag). Added missing 'ente account add' step before admin commands. --- json/ente.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/json/ente.json b/json/ente.json index 94e911ab..6539a689 100644 --- a/json/ente.json +++ b/json/ente.json @@ -41,11 +41,15 @@ "type": "warning" }, { - "text": "First-Start: After verifying, remove the subscription limit: `ente admin update-subscription -a -u --no-limit`", + "text": "First-Start: Add your account to the CLI: `ente account add` (server URL: http://localhost:8080)", "type": "warning" }, { - "text": "To use the Ente CLI to add/whitelist admins, follow the instructions at https://ente.io/help/self-hosting/administration/cli", + "text": "First-Start: Remove the subscription limit: `ente admin update-subscription -a -u --no-limit True`", + "type": "warning" + }, + { + "text": "For CLI admin docs see https://ente.io/help/self-hosting/administration/cli", "type": "info" }, {