Skip to content

codity-ai/codity-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Codity CLI

Pre-built binaries for the Codity CLI. Download the appropriate archive for your platform from the Releases page.

Quick Install (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/codity-ai/codity-cli/main/install.sh | sh

To install a specific version:

curl -fsSL https://raw.githubusercontent.com/codity-ai/codity-cli/main/install.sh | sh -s 0.1.0

Manual Install

  1. Download the archive for your platform from Releases
  2. Extract and move to your PATH:
# macOS / Linux
tar -xzf codity_*_*.tar.gz
sudo mv codity /usr/local/bin/
# Windows
Expand-Archive codity_*_windows_*.zip -DestinationPath .
Move-Item codity.exe C:\Windows\System32\
  1. Verify:
codity --version

Platforms

OS Architecture File
macOS Apple Silicon (arm64) codity_*_darwin_arm64.tar.gz
macOS Intel (amd64) codity_*_darwin_amd64.tar.gz
Linux amd64 codity_*_linux_amd64.tar.gz
Linux arm64 codity_*_linux_arm64.tar.gz
Windows amd64 codity_*_windows_amd64.zip
Windows arm64 codity_*_windows_arm64.zip

Getting Started

codity login
codity review --staged

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages