Skip to content

Commit dc99816

Browse files
chore: regenerate SKILL.md
1 parent 86a7ca1 commit dc99816

File tree

1 file changed

+4
-0
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+4
-0
lines changed

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ Refresh your authentication token
8787
```bash
8888
sentry auth refresh
8989

90+
# Read the current access token
9091
sqlite3 ~/.sentry/cli.db "SELECT token FROM auth WHERE id = 1;"
92+
93+
# Check token expiry
94+
sqlite3 ~/.sentry/cli.db "SELECT datetime(expires_at / 1000, 'unixepoch') FROM auth WHERE id = 1;"
9195
```
9296

9397
#### `sentry auth status`

0 commit comments

Comments
 (0)