Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 2b39b7f

Browse files
authored
Merge pull request #66 from codacy/IGFCoimbra-patch-1
Add available options
2 parents 83eb16c + b4c8786 commit 2b39b7f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,26 @@ To send coverage in the **enterprise** version you should specify your Codacy in
218218
}
219219
```
220220

221+
## Options
222+
223+
```bash
224+
Options:
225+
226+
-V, --version output the version number
227+
-f, --format [value] Coverage input format
228+
-t, --token [value] Codacy Project API Token
229+
-a, --accountToken [value] Codacy Account Token
230+
-u, --username [value] Codacy Username/Organization
231+
-n, --projectName [value] Codacy Project Name
232+
-c, --commit [value] Commit SHA hash
233+
-l, --language [value Project Language
234+
-e, --endpoint [value] Codacy API Endpoint
235+
-p, --prefix [value] Project path prefix
236+
-v, --verbose Display verbose output
237+
-d, --debug Display debug output
238+
-h, --help output usage information
239+
```
240+
221241
## License
222242
223243
[MIT](LICENSE)

0 commit comments

Comments
 (0)