From 8ba83b23dfdec7f3a66d3640b596c54311db856e Mon Sep 17 00:00:00 2001
From: Lunny Xiao <xiaolunwen@gmail.com>
Date: Thu, 3 Apr 2025 22:42:21 -0700
Subject: [PATCH] docs: add object-format flag documentation for repo create
 command

---
 docs/CLI.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/CLI.md b/docs/CLI.md
index d70c78c..b13ad0c 100644
--- a/docs/CLI.md
+++ b/docs/CLI.md
@@ -1089,6 +1089,8 @@ Create a repository
 
 **--name, -**="": name of new repo
 
+**--object-format**="": select git object format (sha1,sha256)
+
 **--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
 
 **--owner, -O**="": name of repo owner