Skip to content

Commit

Permalink
[feat] 添加支持文档 (#000)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrone committed Jun 15, 2021
1 parent 0136da5 commit 855f8a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Automated deployment using webhook to automate project deployment and release wi
- `php bin/grace project create` Create Configuration
- `php bin/grace project modify project_name` Modify Configuration
- `php bin/grace project remove project_name` Remove Configuration
- `php bin/grace power id_rsa [repository [domain]]` Check whether the RSA is effective. Support gitee, GitHub and gitlab. Note that gitlab needs to fill in the detection domain
- `php bin/grace project check [project]` Check directory permissions

![img_3.png](img_3.png)
#### Instructions
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
- `php bin/grace project create` 创建配置
- `php bin/grace project modify project_name` 删除配置
- `php bin/grace project remove project_name` 修改配置
- `php bin/grace power id_rsa [repository [domain]]` 检查rsa是否有效,支持gitee、github和gitlab, 注意gitlab需要填写检测domain
- `php bin/grace project check [project]` 创建配置

![img_3.png](img_3.png)

Expand Down
2 changes: 1 addition & 1 deletion src/Command/PowerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function configure()
InputArgument::IS_ARRAY | InputArgument::REQUIRED,
<<<'DESC'
id_rsa [repository [domain]] 检查rsa是否有效,支持gitee、github和gitlab, 注意gitlab需要填写检测domain
check [project] 创建配置
check [project] 检查目录权限
DESC
);
}
Expand Down

0 comments on commit 855f8a9

Please sign in to comment.