@codacy/verity-cli 0.24.0-experimental.9a9e918 → 0.24.0-experimental.ae62726
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
|
@@ -16766,7 +16766,7 @@ function registerTelemetryCommands(program2) {
|
|
|
16766
16766
|
}
|
|
16767
16767
|
|
|
16768
16768
|
// src/cli.ts
|
|
16769
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.24.0-experimental.
|
|
16769
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.24.0-experimental.ae62726").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
|
|
16770
16770
|
registerAuthCommands(program);
|
|
16771
16771
|
registerHooksCommands(program);
|
|
16772
16772
|
registerIntentCommands(program);
|