Skip to content

Releases: link-foundation/glab-setup-git-identity

0.6.2

17 Mar 14:45

Choose a tag to compare

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


npm version

0.6.1

25 Jan 01:22

Choose a tag to compare

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


npm version