Install Loka CLI
Latest release: cli/v0.1.3.
macOS and Linux
Install the prebuilt binary with the shell installer:
LOKA_INSTALLER="https://github.com/zhanba/loka/releases/download/cli/v0.1.3/cli-installer.sh"curl --proto '=https' --tlsv1.2 -LsSf "$LOKA_INSTALLER" | shWindows
Install the prebuilt binary with PowerShell:
$installer = "https://github.com/zhanba/loka/releases/download/cli/v0.1.3/cli-installer.ps1"irm $installer | iexHomebrew
Install with Homebrew:
brew install zhanba/tap/lokaVerify
After installation, check that loka is available:
loka --help