@codacy/verity-cli 0.29.0-experimental.9760196 → 0.29.1-experimental.197b751
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
|
@@ -16919,7 +16919,7 @@ function resolveTaskContext(opts) {
|
|
|
16919
16919
|
// src/lib/cli-version.ts
|
|
16920
16920
|
function cliVersion() {
|
|
16921
16921
|
try {
|
|
16922
|
-
return true ? "0.29.
|
|
16922
|
+
return true ? "0.29.1-experimental.197b751" : "dev";
|
|
16923
16923
|
} catch {
|
|
16924
16924
|
return "dev";
|
|
16925
16925
|
}
|
|
@@ -21518,7 +21518,7 @@ function registerTelemetryCommands(program2) {
|
|
|
21518
21518
|
}
|
|
21519
21519
|
|
|
21520
21520
|
// src/cli.ts
|
|
21521
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.29.
|
|
21521
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.29.1-experimental.197b751").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr").hook("preAction", async () => {
|
|
21522
21522
|
setUserNamedServiceUrl(program.opts().serviceUrl);
|
|
21523
21523
|
try {
|
|
21524
21524
|
await foldLegacyLocalCredential();
|
package/package.json
CHANGED