v0.1.1
ft 0.1.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
- 79585fb: Show full UUIDs in list table, add
ft update(@Nattothemoon)