@codacy/verity-cli 0.28.0 → 0.28.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 -5
package/bin/verity.js
CHANGED
|
@@ -17463,7 +17463,7 @@ function registerTelemetryCommands(program2) {
|
|
|
17463
17463
|
}
|
|
17464
17464
|
|
|
17465
17465
|
// src/cli.ts
|
|
17466
|
-
program.name("verity").description("CLI for Verity quality gate service").version("0.28.
|
|
17466
|
+
program.name("verity").description("CLI for Verity quality gate service").version("0.28.1").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
|
|
17467
17467
|
registerAuthCommands(program);
|
|
17468
17468
|
registerLoginCommand(program);
|
|
17469
17469
|
registerHooksCommands(program);
|
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codacy/verity-cli",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
4
4
|
"description": "CLI for Verity quality gate service",
|
|
5
5
|
"homepage": "https://verity.md",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/codacy/verity.git"
|
|
9
|
-
},
|
|
10
6
|
"bugs": {
|
|
11
7
|
"url": "https://github.com/codacy/verity/issues"
|
|
12
8
|
},
|