Releases: link-foundation/glab-setup-git-identity
Releases · link-foundation/glab-setup-git-identity
0.6.2
Fix --version showing 'unknown' and fix auth flow for unauthenticated users
- Fix --version to explicitly read version from package.json (yargs auto-detection fails when installed globally with bun)
- Fix isGlabAuthenticated to detect invalid/missing tokens even when glab auth status exits with code 0
- Suppress noisy glab auth status output by using mirror: false with capture: true in command-stream
- Add mirror: false to all captured command executions to prevent output leaking to terminal
Related Pull Request: #8
0.6.1
Fix Docker/server support and glab --jq compatibility
- Fix README.md manual commands to use pipe to jq instead of --jq flag
- Add "Authentication in Docker/Server Environments" section to README
- Enhance CLI with helpful headless auth instructions
- Fix src/index.js to parse JSON in JavaScript for better glab version compatibility
- Optimize getGitLabUserInfo to use a single API call
Related Pull Request: #6