@@ -640,7 +640,7 @@ $ hf cache verify [OPTIONS] REPO_ID
640640
641641** Arguments** :
642642
643- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
643+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
644644
645645** Options** :
646646
@@ -1112,7 +1112,7 @@ $ hf discussions close [OPTIONS] REPO_ID NUM
11121112
11131113** Arguments** :
11141114
1115- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1115+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
11161116* ` NUM ` : The discussion or pull request number. [ required]
11171117
11181118** Options** :
@@ -1144,7 +1144,7 @@ $ hf discussions comment [OPTIONS] REPO_ID NUM
11441144
11451145** Arguments** :
11461146
1147- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1147+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
11481148* ` NUM ` : The discussion or pull request number. [ required]
11491149
11501150** Options** :
@@ -1176,7 +1176,7 @@ $ hf discussions create [OPTIONS] REPO_ID
11761176
11771177** Arguments** :
11781178
1179- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1179+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
11801180
11811181** Options** :
11821182
@@ -1211,7 +1211,7 @@ $ hf discussions diff [OPTIONS] REPO_ID NUM
12111211
12121212** Arguments** :
12131213
1214- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1214+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
12151215* ` NUM ` : The discussion or pull request number. [ required]
12161216
12171217** Options** :
@@ -1240,7 +1240,7 @@ $ hf discussions info [OPTIONS] REPO_ID NUM
12401240
12411241** Arguments** :
12421242
1243- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1243+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
12441244* ` NUM ` : The discussion or pull request number. [ required]
12451245
12461246** Options** :
@@ -1276,7 +1276,7 @@ $ hf discussions list [OPTIONS] REPO_ID
12761276
12771277** Arguments** :
12781278
1279- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1279+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
12801280
12811281** Options** :
12821282
@@ -1313,7 +1313,7 @@ $ hf discussions merge [OPTIONS] REPO_ID NUM
13131313
13141314** Arguments** :
13151315
1316- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1316+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
13171317* ` NUM ` : The discussion or pull request number. [ required]
13181318
13191319** Options** :
@@ -1345,7 +1345,7 @@ $ hf discussions rename [OPTIONS] REPO_ID NUM NEW_TITLE
13451345
13461346** Arguments** :
13471347
1348- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1348+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
13491349* ` NUM ` : The discussion or pull request number. [ required]
13501350* ` NEW_TITLE ` : The new title. [ required]
13511351
@@ -1375,7 +1375,7 @@ $ hf discussions reopen [OPTIONS] REPO_ID NUM
13751375
13761376** Arguments** :
13771377
1378- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1378+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
13791379* ` NUM ` : The discussion or pull request number. [ required]
13801380
13811381** Options** :
@@ -1407,7 +1407,7 @@ $ hf download [OPTIONS] REPO_ID [FILENAMES]...
14071407
14081408** Arguments** :
14091409
1410- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
1410+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
14111411* ` [FILENAMES]... ` : Files to download (e.g. ` config.json ` , ` data/metadata.jsonl ` ).
14121412
14131413** Options** :
@@ -2848,7 +2848,7 @@ $ hf repos branch create [OPTIONS] REPO_ID BRANCH
28482848
28492849** Arguments** :
28502850
2851- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
2851+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
28522852* ` BRANCH ` : The name of the branch to create. [ required]
28532853
28542854** Options** :
@@ -2880,7 +2880,7 @@ $ hf repos branch delete [OPTIONS] REPO_ID BRANCH
28802880
28812881** Arguments** :
28822882
2883- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
2883+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
28842884* ` BRANCH ` : The name of the branch to delete. [ required]
28852885
28862886** Options** :
@@ -2909,7 +2909,7 @@ $ hf repos create [OPTIONS] REPO_ID
29092909
29102910** Arguments** :
29112911
2912- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
2912+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
29132913
29142914** Options** :
29152915
@@ -2952,7 +2952,7 @@ $ hf repos delete [OPTIONS] REPO_ID
29522952
29532953** Arguments** :
29542954
2955- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
2955+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
29562956
29572957** Options** :
29582958
@@ -2981,7 +2981,7 @@ $ hf repos delete-files [OPTIONS] REPO_ID PATTERNS...
29812981
29822982** Arguments** :
29832983
2984- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
2984+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
29852985* ` PATTERNS... ` : Glob patterns to match files to delete. Based on fnmatch, '* ' matches files recursively. [ required]
29862986
29872987** Options** :
@@ -3016,7 +3016,7 @@ $ hf repos duplicate [OPTIONS] FROM_ID [TO_ID]
30163016
30173017** Arguments** :
30183018
3019- * ` FROM_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3019+ * ` FROM_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
30203020* ` [TO_ID] ` : Destination repo ID (e.g. ` myorg/my-copy ` ). Defaults to your namespace with the same repo name.
30213021
30223022** Options** :
@@ -3057,8 +3057,8 @@ $ hf repos move [OPTIONS] FROM_ID TO_ID
30573057
30583058** Arguments** :
30593059
3060- * ` FROM_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3061- * ` TO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3060+ * ` FROM_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
3061+ * ` TO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
30623062
30633063** Options** :
30643064
@@ -3086,7 +3086,7 @@ $ hf repos settings [OPTIONS] REPO_ID
30863086
30873087** Arguments** :
30883088
3089- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3089+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
30903090
30913091** Options** :
30923092
@@ -3140,7 +3140,7 @@ $ hf repos tag create [OPTIONS] REPO_ID TAG
31403140
31413141** Arguments** :
31423142
3143- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3143+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
31443144* ` TAG ` : The name of the tag to create. [ required]
31453145
31463146** Options** :
@@ -3172,7 +3172,7 @@ $ hf repos tag delete [OPTIONS] REPO_ID TAG
31723172
31733173** Arguments** :
31743174
3175- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3175+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
31763176* ` TAG ` : The name of the tag to delete. [ required]
31773177
31783178** Options** :
@@ -3202,7 +3202,7 @@ $ hf repos tag list [OPTIONS] REPO_ID
32023202
32033203** Arguments** :
32043204
3205- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3205+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
32063206
32073207** Options** :
32083208
@@ -3494,7 +3494,7 @@ $ hf upload [OPTIONS] REPO_ID [LOCAL_PATH] [PATH_IN_REPO]
34943494
34953495** Arguments** :
34963496
3497- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3497+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
34983498* ` [LOCAL_PATH] ` : Local path to the file or folder to upload. Wildcard patterns are supported. Defaults to current directory.
34993499* ` [PATH_IN_REPO] ` : Path of the file or folder in the repo. Defaults to the relative path of the file or folder.
35003500
@@ -3538,7 +3538,7 @@ $ hf upload-large-folder [OPTIONS] REPO_ID LOCAL_PATH
35383538
35393539** Arguments** :
35403540
3541- * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` ). [ required]
3541+ * ` REPO_ID ` : The ID of the repo (e.g. ` username/repo-name ` or ` spaces/username/repo-name ` ). [ required]
35423542* ` LOCAL_PATH ` : Local path to the folder to upload. [ required]
35433543
35443544** Options** :
0 commit comments