@@ -950,7 +950,7 @@ $ hf datasets [OPTIONS] COMMAND [ARGS]...
950950
951951### ` hf datasets info `
952952
953- Get info about a dataset on the Hub. Output is in JSON format.
953+ Get info about a dataset on the Hub.
954954
955955** Usage** :
956956
@@ -966,6 +966,7 @@ $ hf datasets info [OPTIONS] DATASET_ID
966966
967967* ` --revision TEXT ` : Git revision id which can be a branch name, a tag, or a commit hash.
968968* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=downloads,likes,tags'. Valid: author, cardData, citation, createdAt, description, disabled, downloads, downloadsAllTime, gated, lastModified, likes, paperswithcode_id, private, resourceGroup, sha, siblings, tags, trendingScore, usedStorage.
969+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
969970* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
970971* ` --help ` : Show this message and exit.
971972
@@ -996,8 +997,7 @@ $ hf datasets list [OPTIONS]
996997* ` --sort [created_at|downloads|last_modified|likes|trending_score] ` : Sort results.
997998* ` --limit INTEGER ` : Limit the number of results. [ default: 10]
998999* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=downloads,likes,tags'. Valid: author, cardData, citation, createdAt, description, disabled, downloads, downloadsAllTime, gated, lastModified, likes, paperswithcode_id, private, resourceGroup, sha, siblings, tags, trendingScore, usedStorage.
999- * ` --format [table|json] ` : Output format (table or json). [ default: table]
1000- * ` -q, --quiet ` : Print only IDs (one per line).
1000+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
10011001* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
10021002* ` --help ` : Show this message and exit.
10031003
@@ -1029,8 +1029,7 @@ $ hf datasets parquet [OPTIONS] DATASET_ID
10291029
10301030* ` --subset TEXT ` : Filter parquet entries by subset/config.
10311031* ` --split TEXT ` : Filter parquet entries by split.
1032- * ` --format [table|json] ` : Output format (table or json). [ default: table]
1033- * ` -q, --quiet ` : Print only IDs (one per line).
1032+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
10341033* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
10351034* ` --help ` : Show this message and exit.
10361035
@@ -1061,7 +1060,7 @@ $ hf datasets sql [OPTIONS] SQL
10611060
10621061** Options** :
10631062
1064- * ` --format [table| json] ` : Output format (table or json) . [ default: table ]
1063+ * ` --format [agent|auto|human| json|quiet ] ` : Output format. [ default: auto ]
10651064* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
10661065* ` --help ` : Show this message and exit.
10671066
@@ -2593,7 +2592,7 @@ $ hf models [OPTIONS] COMMAND [ARGS]...
25932592
25942593### ` hf models info `
25952594
2596- Get info about a model on the Hub. Output is in JSON format.
2595+ Get info about a model on the Hub.
25972596
25982597** Usage** :
25992598
@@ -2609,6 +2608,7 @@ $ hf models info [OPTIONS] MODEL_ID
26092608
26102609* ` --revision TEXT ` : Git revision id which can be a branch name, a tag, or a commit hash.
26112610* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=downloads,likes,tags'. Valid: author, baseModels, cardData, childrenModelCount, config, createdAt, disabled, downloads, downloadsAllTime, evalResults, gated, gguf, inference, inferenceProviderMapping, lastModified, library_name, likes, mask_token, model-index, pipeline_tag, private, resourceGroup, safetensors, sha, siblings, spaces, tags, transformersInfo, trendingScore, usedStorage, widgetData.
2611+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
26122612* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
26132613* ` --help ` : Show this message and exit.
26142614
@@ -2640,8 +2640,7 @@ $ hf models list [OPTIONS]
26402640* ` --sort [created_at|downloads|last_modified|likes|trending_score] ` : Sort results.
26412641* ` --limit INTEGER ` : Limit the number of results. [ default: 10]
26422642* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=downloads,likes,tags'. Valid: author, baseModels, cardData, childrenModelCount, config, createdAt, disabled, downloads, downloadsAllTime, evalResults, gated, gguf, inference, inferenceProviderMapping, lastModified, library_name, likes, mask_token, model-index, pipeline_tag, private, resourceGroup, safetensors, sha, siblings, spaces, tags, transformersInfo, trendingScore, usedStorage, widgetData.
2643- * ` --format [table|json] ` : Output format (table or json). [ default: table]
2644- * ` -q, --quiet ` : Print only IDs (one per line).
2643+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
26452644* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
26462645* ` --help ` : Show this message and exit.
26472646
@@ -2678,7 +2677,7 @@ $ hf papers [OPTIONS] COMMAND [ARGS]...
26782677
26792678### ` hf papers info `
26802679
2681- Get info about a paper on the Hub. Output is in JSON format.
2680+ Get info about a paper on the Hub.
26822681
26832682** Usage** :
26842683
@@ -2692,6 +2691,7 @@ $ hf papers info [OPTIONS] PAPER_ID
26922691
26932692** Options** :
26942693
2694+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
26952695* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
26962696* ` --help ` : Show this message and exit.
26972697
@@ -2721,8 +2721,7 @@ $ hf papers list [OPTIONS]
27212721* ` --submitter TEXT ` : Filter by username of the submitter.
27222722* ` --sort [publishedAt|trending] ` : Sort results.
27232723* ` --limit INTEGER ` : Limit the number of results. [ default: 50]
2724- * ` --format [table|json] ` : Output format (table or json). [ default: table]
2725- * ` -q, --quiet ` : Print only IDs (one per line).
2724+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
27262725* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
27272726* ` --help ` : Show this message and exit.
27282727
@@ -2783,8 +2782,7 @@ $ hf papers search [OPTIONS] QUERY
27832782** Options** :
27842783
27852784* ` --limit INTEGER ` : Limit the number of results. [ default: 20]
2786- * ` --format [table|json] ` : Output format (table or json). [ default: table]
2787- * ` -q, --quiet ` : Print only IDs (one per line).
2785+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
27882786* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
27892787* ` --help ` : Show this message and exit.
27902788
@@ -3434,7 +3432,7 @@ Learn more
34343432
34353433### ` hf spaces info `
34363434
3437- Get info about a space on the Hub. Output is in JSON format.
3435+ Get info about a space on the Hub.
34383436
34393437** Usage** :
34403438
@@ -3450,6 +3448,7 @@ $ hf spaces info [OPTIONS] SPACE_ID
34503448
34513449* ` --revision TEXT ` : Git revision id which can be a branch name, a tag, or a commit hash.
34523450* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=likes,tags'. Valid: author, cardData, createdAt, datasets, disabled, lastModified, likes, models, private, resourceGroup, runtime, sdk, sha, siblings, subdomain, tags, trendingScore, usedStorage.
3451+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
34533452* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
34543453* ` --help ` : Show this message and exit.
34553454
@@ -3480,8 +3479,7 @@ $ hf spaces list [OPTIONS]
34803479* ` --sort [created_at|last_modified|likes|trending_score] ` : Sort results.
34813480* ` --limit INTEGER ` : Limit the number of results. [ default: 10]
34823481* ` --expand TEXT ` : Comma-separated properties to return. When used, only the listed properties (and id) are returned. Example: '--expand=likes,tags'. Valid: author, cardData, createdAt, datasets, disabled, lastModified, likes, models, private, resourceGroup, runtime, sdk, sha, siblings, subdomain, tags, trendingScore, usedStorage.
3483- * ` --format [table|json] ` : Output format (table or json). [ default: table]
3484- * ` -q, --quiet ` : Print only IDs (one per line).
3482+ * ` --format [agent|auto|human|json|quiet] ` : Output format. [ default: auto]
34853483* ` --token TEXT ` : A User Access Token generated from https://huggingface.co/settings/tokens .
34863484* ` --help ` : Show this message and exit.
34873485
0 commit comments