提交 e1c61a64 编写于 作者: Z Zhangyifan 提交者: chenyanpan

I1U54H_readme-fix

上级 0badc26d
...@@ -186,11 +186,11 @@ pbkdf2:sha256:150000$w38eLeRm$ebb5069ba3b4dda39a698bd1d9d7f5f848af3bd93b11e0cde2 ...@@ -186,11 +186,11 @@ pbkdf2:sha256:150000$w38eLeRm$ebb5069ba3b4dda39a698bd1d9d7f5f848af3bd93b11e0cde2
--branch :需要进行跟踪的仓库的分支名称 \ --branch :需要进行跟踪的仓库的分支名称 \
--scm_repo :被跟踪的上游仓库的仓库名称,github格式:组织/仓库 \ --scm_repo :被跟踪的上游仓库的仓库名称,github格式:组织/仓库 \
--scm_branch: 被跟踪的上游仓库的仓库的分支 \ --scm_branch: 被跟踪的上游仓库的仓库的分支 \
--enable :是否自动跟踪该仓库 --enabled :是否自动跟踪该仓库
例如: 例如:
```shell script ```shell script
patch-tracking-cli add --server 127.0.0.1:5001 --user admin --password Test@123 --version_control github --repo testPatchTrack/testPatch1 --branch master --scm_repo BJMX/testPatch01 --scm_branch test --enable true patch-tracking-cli add --server 127.0.0.1:5001 --user admin --password Test@123 --version_control github --repo testPatchTrack/testPatch1 --branch master --scm_repo BJMX/testPatch01 --scm_branch test --enabled true
``` ```
### 指定文件添加 ### 指定文件添加
...@@ -224,7 +224,7 @@ scm_repo :被跟踪的上游仓库的仓库名称,github格式:组织/仓 ...@@ -224,7 +224,7 @@ scm_repo :被跟踪的上游仓库的仓库名称,github格式:组织/仓
scm_branch :被跟踪的上游仓库的仓库的分支 \ scm_branch :被跟踪的上游仓库的仓库的分支 \
repo :需要进行跟踪的仓库名称,格式:组织/仓库 \ repo :需要进行跟踪的仓库名称,格式:组织/仓库 \
branch :需要进行跟踪的仓库的分支名称 \ branch :需要进行跟踪的仓库的分支名称 \
enable :是否自动跟踪该仓库 enabled :是否自动跟踪该仓库
### 指定目录添加 ### 指定目录添加
...@@ -268,7 +268,7 @@ patch-tracking-cli query --server 127.0.0.1:5001 --table issue ...@@ -268,7 +268,7 @@ patch-tracking-cli query --server 127.0.0.1:5001 --table issue
## 删除跟踪项 ## 删除跟踪项
```shell script ```shell script
patch-tracking-cli delete --server SERVER --user USER --password PWD --table TABLE --repo REPO [--branch BRANCH] patch-tracking-cli delete --server SERVER --user USER --password PWD --repo REPO [--branch BRANCH]
``` ```
例如: 例如:
```shell script ```shell script
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册