@codacy/verity-cli 0.25.0-experimental.c961606 → 0.25.0-experimental.ed0c319
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
|
@@ -17034,7 +17034,7 @@ function registerTelemetryCommands(program2) {
|
|
|
17034
17034
|
}
|
|
17035
17035
|
|
|
17036
17036
|
// src/cli.ts
|
|
17037
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.25.0-experimental.
|
|
17037
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.25.0-experimental.ed0c319").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
|
|
17038
17038
|
registerAuthCommands(program);
|
|
17039
17039
|
registerHooksCommands(program);
|
|
17040
17040
|
registerIntentCommands(program);
|