diff --git a/README.md b/README.md index 7eaa1fe..d13e7a5 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,26 @@ To send coverage in the **enterprise** version you should specify your Codacy in } ``` +## Options + +```bash +Options: + + -V, --version output the version number + -f, --format [value] Coverage input format + -t, --token [value] Codacy Project API Token + -a, --accountToken [value] Codacy Account Token + -u, --username [value] Codacy Username/Organization + -n, --projectName [value] Codacy Project Name + -c, --commit [value] Commit SHA hash + -l, --language [value Project Language + -e, --endpoint [value] Codacy API Endpoint + -p, --prefix [value] Project path prefix + -v, --verbose Display verbose output + -d, --debug Display debug output + -h, --help output usage information +``` + ## License [MIT](LICENSE)