Skip to content

Release v3.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 22:39

πŸš€ 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 --update

Full Changelog: v3.1.0...v3.1.1