Releases: vibe-coding-labs/xx-cli-to-api-server
Releases · vibe-coding-labs/xx-cli-to-api-server
xx-cli-to-api-server v0.1
xx-cli-to-api-server v0.1
Changelog
功能更新
Bug修复
- 5955883 fix: update GoReleaser action to use v2 to match config file
其他变更
Changelog
功能更新
Bug修复
- 5955883 fix: update GoReleaser action to use v2 to match config file
其他变更
安装说明
Linux
# 下载对应架构的文件
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_linux_amd64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_linux_amd64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api servemacOS
# Intel
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_darwin_amd64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_darwin_amd64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api serve
# Apple Silicon
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_darwin_arm64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_darwin_arm64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api serveWindows
下载 xx-cli-to-api-server_0.1_windows_amd64.zip,解压后运行 xx-cli-to-api.exe serve