Releases: Nattothemoon/finetuning-cli
Releases · Nattothemoon/finetuning-cli
v0.2.1
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)
v0.2.0
ft 0.2.0
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
- 85f3fd9: feat: playlists and bulk operations (API v1.2) (@Nattothemoon)
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)
v0.1.0
ft 0.1.0
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
- faea4c8: Initial commit: ft CLI v0.1.0 (Nattothemoon nattaphorn.natt@gmail.com)