chore: Update spec.md
This commit is contained in:
+1
-2
@@ -5,7 +5,6 @@
|
|||||||
- connect <s3 endpoint> <key> <secret> [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
|
- connect <s3 endpoint> <key> <secret> [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 <game id> <localpath> <path/s3 name> - uploads game as described before. Should fail if depot isn't initialized with new from above
|
- upload <game id> <localpath> <path/s3 name> - uploads game as described before. Should fail if depot isn't initialized with new from above
|
||||||
- copy <game id> <version id> <src path/s3 name> <dest path/s3 name> - copies between two depots
|
- copy <game id> <version id> <src path/s3 name> <dest path/s3 name> - copies between two depots
|
||||||
- mark-exists <game id> <version id> <path/s3 name> - 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 [exists/absent] <game id> <version id> <path/s3 name> - modifies depot's manifest.json to show content exists or is absent without copying (for third party copies)
|
||||||
- mark-absent <game id> <version id> <path/s3 name> - the same as above, but the reverse
|
|
||||||
- rename <public endpoint> <new public endpoint> - renames an endpoint [NEEDS API ROUTES - can't do yet]
|
- rename <public endpoint> <new public endpoint> - renames an endpoint [NEEDS API ROUTES - can't do yet]
|
||||||
- delete <public endpoint> - delete an endpoint [NEEDS API ROUTES - can't do yet]
|
- delete <public endpoint> - delete an endpoint [NEEDS API ROUTES - can't do yet]
|
||||||
|
|||||||
Reference in New Issue
Block a user