@codacy/verity-cli 0.28.1-experimental.e910abc → 0.28.1-experimental.f9181dc
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/README.md +5 -0
- package/bin/verity.js +845 -116
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,6 +63,11 @@ No re-setup needed: your token, Standard, and run history all carry over.
|
|
|
63
63
|
| `verity token create --name <name>` | Mint a service token for CI (`--expires <days>` optional) |
|
|
64
64
|
| `verity token list` | List this repository's tokens (ids and metadata only) |
|
|
65
65
|
| `verity token revoke <id>` | Revoke a token by id |
|
|
66
|
+
| `verity sessions list` | List your logins — device, last use, expiry (logins expire after 90 days) |
|
|
67
|
+
| `verity sessions revoke <id>` | Revoke one login by session id |
|
|
68
|
+
| `verity logout` | Sign out on this machine |
|
|
69
|
+
| `verity logout --others` | Sign out every OTHER machine (e.g. a lost laptop) |
|
|
70
|
+
| `verity logout --all` | Sign out everywhere, including here |
|
|
66
71
|
| `verity hooks install` | Wire Claude Code hooks |
|
|
67
72
|
| `verity standard push` | Upload project Standard |
|
|
68
73
|
| **Knowledge** | |
|