@codacy/verity-cli 0.28.1-experimental.75fa242 → 0.28.1-experimental.89ee5db
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 +2 -2
- package/package.json +1 -1
package/bin/verity.js
CHANGED
|
@@ -16700,7 +16700,7 @@ function resolveTaskContext(opts) {
|
|
|
16700
16700
|
// src/lib/cli-version.ts
|
|
16701
16701
|
function cliVersion() {
|
|
16702
16702
|
try {
|
|
16703
|
-
return true ? "0.28.1-experimental.
|
|
16703
|
+
return true ? "0.28.1-experimental.89ee5db" : "dev";
|
|
16704
16704
|
} catch {
|
|
16705
16705
|
return "dev";
|
|
16706
16706
|
}
|
|
@@ -21127,7 +21127,7 @@ function registerTelemetryCommands(program2) {
|
|
|
21127
21127
|
}
|
|
21128
21128
|
|
|
21129
21129
|
// src/cli.ts
|
|
21130
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.28.1-experimental.
|
|
21130
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.28.1-experimental.89ee5db").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr").hook("preAction", async () => {
|
|
21131
21131
|
try {
|
|
21132
21132
|
await foldLegacyLocalCredential();
|
|
21133
21133
|
} catch {
|