feat(cli): add upload, download, and info client commands - #7
Merged
Conversation
- upload: resumable, --parallel, --metadata, --checksum, progress line - download: stream a completed upload to a file - info: HEAD an upload for offset/length/complete/metadata - tests, docs/operations/cli.md, and README updated
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:31
a384143 to
dd699a5
Compare
injaeryou
force-pushed
the
feat/cli-client
branch
from
July 22, 2026 10:31
635a271 to
43d7ff0
Compare
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:40
dd699a5 to
b2ec7dc
Compare
injaeryou
force-pushed
the
feat/cli-client
branch
2 times, most recently
from
July 22, 2026 10:50
6bf7101 to
cf71970
Compare
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:50
b2ec7dc to
7070638
Compare
injaeryou
force-pushed
the
feat/cli-client
branch
from
July 22, 2026 11:03
cf71970 to
1ef3ff9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Client-side CLI subcommands on the
resumable-uploadconsole script — no Python needed. Stacked onfeat/proxy-location.upload <file> --url(resumable, progress,--parallel,--metadata,--checksum)download <url> -o <out>(server GET endpoint)info <url>(HEAD: offset / length / complete / metadata)Docs:
docs/operations/cli.md+ README + README.ko + CHANGELOG.Test Plan
tests/test_cli.py::TestCLIClient— roundtrip, parallel, bad-metadata against an in-process servermake ciTest Result
pytest -vgreen;ruff+ty checkcleanChecklist
type(scope): ...)pytest -vpasses locallyruff check/ruff format --check/ty check resumable_uploadcleanTUS_COMPLIANCE.mdupdated