Conversation
hanouticelina
approved these changes
Apr 13, 2026
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
julien-c
reviewed
Apr 13, 2026
| * `SRC`: Source: local file, HF handle (hf://...), or - for stdin [required] | ||
| * `[DST]`: Destination: local path, HF handle (hf://...), or - for stdout | ||
| * `SRC`: Source: local file, model or dataset handle (hf://...), or - for stdin [required] | ||
| * `[DST]`: Destination: local path, model or dataset handle (hf://...), or - for stdout |
Member
There was a problem hiding this comment.
uuh i read too fast, the DST should be bucket handle (and the source should be any handle)
Contributor
Author
There was a problem hiding this comment.
arf thanks yes. I should stop editing code manually 😃
opened #4096 to fix it
julien-c
reviewed
Apr 13, 2026
Comment on lines
+940
to
+942
| src: Annotated[str, typer.Argument(help="Source: local file, model or dataset handle (hf://...), or - for stdin")], | ||
| dst: Annotated[ | ||
| str | None, typer.Argument(help="Destination: local path, HF handle (hf://...), or - for stdout") | ||
| str | None, typer.Argument(help="Destination: local path, model or dataset handle (hf://...), or - for stdout") |
Merged
Contributor
|
This PR has been shipped as part of the v1.11.0 release. |
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.
Small doc update.
hf buckets cpis not only for files, works also on remote folders.context (private DMs) https://huggingface.slack.com/archives/C07KX53FZTK/p1776090965972179
Note
Low Risk
Documentation/CLI help-text only changes; no functional behavior or security-sensitive logic is modified.
Overview
Updates
hf buckets cpdocumentation and help text to better reflect supported sources/destinations (local files plus model/datasethf://...handles, including folder-style paths for repo/bucket copies).Also tweaks wording in the CLI guide to remove the “single files” framing and clarifies that bucket-to-repo copy is not yet supported.
Reviewed by Cursor Bugbot for commit ed82a16. Bugbot is set up for automated code reviews on this repo. Configure here.