Release v3.1.1
π Gitok 3.1.1
π Bug Fixes
- Replace token extraction with direct CLI authentication checks
π Other Changes
- π Bump version to v3.1.1
- π Bump version to v3.1.0
π¦ Installation Instructions
π§ Linux/Ubuntu/Debian:
curl -fsSL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh | bashπ macOS:
curl -fsSL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh | bashπͺ Windows (PowerShell):
irm https://raw.githubusercontent.com/okwareddevnest/gitok/main/install-windows.ps1 | iexπͺ Windows (Command Prompt):
curl -fsSL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install-windows.bat -o install-gitok.bat && install-gitok.batπ§ Windows Subsystem for Linux (WSL):
curl -fsSL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh | bashπ§ Git Bash (Windows):
curl -fsSL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh | bashπ Update Existing Installation:
gitok --updateπ After Installation
# Verify installation
gitok --version
# Authenticate with cloud services
deployauth
# Deploy your project
deployπ Update Existing Installation
gitok --updateFull Changelog: v3.1.0...v3.1.1