Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Better formatting of options for the `empty-upload` command
  • Loading branch information
rohan-at-sentry authored Oct 10, 2024
1 parent a22eaf0 commit 97b1531
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,14 @@ are ignored by codecov (including README and configuration files)

`Usage: codecovcli empty-upload [OPTIONS]`

Options:
-C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
-Z, --fail-on-error Exit with non-zero code in case of error
--git-service [github|gitlab|bitbucket|github_enterprise|gitlab_enterprise|bitbucket_server]
-t, --token TEXT Codecov upload token
-r, --slug TEXT owner/repo slug used instead of the private
repo token in Self-hosted
-h, --help Show this message and exit.
| Options | Description | usage
| :---: | :---: | :---: |
| -C, --sha, --commit-sha TEXT |Commit SHA (with 40 chars) | Required
| -t, --token TEXT |Codecov upload token |Required
| -r, --slug TEXT | owner/repo slug used instead of the private repo token in Self-hosted | Optional
| -Z, --fail-on-error | Exit with non-zero code in case of error|Optional
| --git-service| Options: github, gitlab, bitbucket, github_enterprise, gitlab_enterprise, bitbucket_server | Optional
| -h, --help | Show this message and exit.|Optional

# How to Use Local Upload

Expand Down

0 comments on commit 97b1531

Please sign in to comment.