diff --git a/README.md b/README.md index 670808c..9899f1e 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,9 @@ gitlink-cli repo +list # View repository info gitlink-cli repo +info --owner Gitlink --repo forgeplus +# Read repository README +gitlink-cli repo +readme --owner Gitlink --repo forgeplus --ref master + # Create a repository gitlink-cli repo +create -n my-project -d "Project description" diff --git a/README.zh-CN.md b/README.zh-CN.md index f426948..496b0eb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -162,6 +162,9 @@ gitlink-cli repo +list # 查看仓库信息 gitlink-cli repo +info --owner Gitlink --repo forgeplus +# 读取仓库 README +gitlink-cli repo +readme --owner Gitlink --repo forgeplus --ref master + # 创建仓库 gitlink-cli repo +create -n my-project -d "项目描述"