From 2518d9e023c1014172c5b4295d0420c4eac0362c Mon Sep 17 00:00:00 2001 From: quexeky Date: Sun, 25 Jan 2026 12:14:39 +1100 Subject: [PATCH] chore: Update spec.md --- cli/spec.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/spec.md b/cli/spec.md index 83285320..e5401750 100644 --- a/cli/spec.md +++ b/cli/spec.md @@ -5,7 +5,6 @@ - connect [name] - connects to an s3 endpoint and saves the endpoint to some sort of credentials file. Name is either as provided or the hostname of the endpoint - upload - uploads game as described before. Should fail if depot isn't initialized with new from above - copy - copies between two depots -- mark-exists - modifies depot's manifest.json to show content exists without copying (for third party copies) - maybe throw in checking one or two checks to see if they exist? -- mark-absent - the same as above, but the reverse +- mark [exists/absent] - modifies depot's manifest.json to show content exists or is absent without copying (for third party copies) - rename - renames an endpoint [NEEDS API ROUTES - can't do yet] - delete - delete an endpoint [NEEDS API ROUTES - can't do yet]