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.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-27 15:33:50 +01:00
parent 3a554e246b
commit 8273987242

View File

@@ -41,11 +41,15 @@
"type": "warning"
},
{
"text": "First-Start: After verifying, remove the subscription limit: `ente admin update-subscription -a <email> -u <email> --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 <email> -u <email> --no-limit True`",
"type": "warning"
},
{
"text": "For CLI admin docs see https://ente.io/help/self-hosting/administration/cli",
"type": "info"
},
{