token list --all -F json still returns inactive tokens
Checklist
-
I'm using the latest version of the extension (Run
glab --version)1.82.0
-
Operating system and version
Amazon Linux 2023, x86
- [] Gitlab.com or self-managed instance? gitlab.com/self-managed instance/both
self-managed
-
GitLab version (if self-managed) GitLab version here
18.6.2-ee -
I have performed
glab auth statusto check for authentication issues -
Run the command in debug mode (like
DEBUG=true glab mr list) and attach any useful output
Summary
$ glab token list -U @me -a -F json | jq '[.[]|select(.active == false)]|length'
14
should be 0
Environment
- OS: Linux 6.1.129-138.220.amzn2023.x86_64 x86_64
- SHELL: /bin/bash
- TERM: xterm-256color
- GLAB: glab 1.82.0 (b932a8d8)
Other:
Steps to reproduce
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs and/or screenshots
Possible fixes
Edited by justin