docs: drop the setup-CLI promise from README — no CLI is planned

The 'a setup CLI ... is coming' line described a concept from the internal
auth design doc, not a planned deliverable. Neutral wording: ids are UUIDs;
tools work on the personal account without this file.
This commit is contained in:
2026-09-06 07:50:19 +03:00
parent 4ed2b70d81
commit c68d6fa33a
+1 -1
View File
@@ -39,7 +39,7 @@ Your UE5 project can have a `.spaghetti` file at its root:
} }
``` ```
Team and project ids are UUIDs; a setup CLI that fetches them and writes this file automatically is coming. Until then, all tools also work on your personal account without this file. The file is safe to commit to Git/Perforce (no secrets). Team and project ids are UUIDs. All tools also work on your personal account without this file. The file is safe to commit to Git/Perforce (no secrets).
## Structure ## Structure