@codacy/verity-cli 0.20.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/verity.js +1 -1
- package/package.json +1 -1
package/bin/verity.js
CHANGED
|
@@ -15779,7 +15779,7 @@ function registerRunCommand(program2) {
|
|
|
15779
15779
|
}
|
|
15780
15780
|
|
|
15781
15781
|
// src/cli.ts
|
|
15782
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.20.
|
|
15782
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.20.1").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
|
|
15783
15783
|
registerAuthCommands(program);
|
|
15784
15784
|
registerHooksCommands(program);
|
|
15785
15785
|
registerIntentCommands(program);
|