Files
2026-01-25 12:14:39 +11:00

969 B

Downpour CLI spec

downpour [command] --opts

Commands:

  • new <path/s3 name> - creates/initalizes a depot at the endpoint. Creates manifest.json and speedtest
  • 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 <path/s3 name> - uploads game as described before. Should fail if depot isn't initialized with new from above
  • copy <src path/s3 name> <dest path/s3 name> - copies between two depots
  • mark [exists/absent] <path/s3 name> - 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]