Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs #6

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ Available Commands:
run Starts the webhook server

Flags:
-h, --help help for server
-h, --help help for server
-p, --port int Server port (default 8080)
--request-changes When issue is found, mark PR as changes requested (default true)
-w, --workers int Workers count (default 30)

Use "sqpr server [command] --help" for more information about a command.
```
Expand Down Expand Up @@ -106,11 +109,12 @@ Available Commands:
run Process the given project and branch

Flags:
--branch string SCM branch name (default "my-branch")
-h, --help help for cli
--mark Mark the issue as published to avoid sending it again
--project string Sonarqube project name (default "my-project")
--publish Publish review in the SCM
--branch string SCM branch name (default "my-branch")
-h, --help help for cli
--mark Mark the issue as published to avoid sending it again
--project string Sonarqube project name (default "my-project")
--publish Publish review in the SCM
--request-changes When issue is found, mark PR as changes requested (default true)

Use "sqpr cli [command] --help" for more information about a command.
```
Expand Down