ft 0.2.1
Install:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/Nattothemoon/finetuning-cli/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/Nattothemoon/finetuning-cli/main/scripts/install.ps1 | iex
# Or directly with Go (once the repo moves to the finetuning org)
go install github.com/finetuning/cli/cmd/ft@latestChangelog
- 4b8437b: feat: ft playlist show (GET /v1/playlists/:id) (@Nattothemoon)