Releases: runpod/runpodctl
Releases · runpod/runpodctl
v2.1.9
25 Mar 14:35
Compare
Sorry, something went wrong.
No results found
v2.1.8
24 Mar 21:49
Compare
Sorry, something went wrong.
No results found
Changelog
896f46c fix: use correct gpu id in pod create help examples (#260 )
v2.1.7
20 Mar 22:31
Compare
Sorry, something went wrong.
No results found
Changelog
bb227bc feat: add --network-volume-id flag to pod create and serverless create (#259 )
e244436 fix: bump release workflow go version to 1.25.8 to match go.mod (#255 )
aca1223 fix: update command handles archived releases and universal binaries (#254 )
v2.1.6
06 Mar 11:44
Compare
Sorry, something went wrong.
No results found
Changelog
400ac40 fix: remove unsupported body field from goreleaser PR config (#251 )
e6a9e90 fix: update both homebrew formula and cask on release (#250 )
v2.1.5
05 Mar 10:21
Compare
Sorry, something went wrong.
No results found
Changelog
ec640eb fix: switch homebrew from cask to formula (#248 )
d8786c1 fix: correct url in install script comment (#247 )
d8ca5a3 fix: trim agents.md to pitfalls and constraints only (#243 )
v2.1.4
03 Mar 10:17
Compare
Sorry, something went wrong.
No results found
Changelog
eb63246 fix: embed CA certificates for environments without system certs (#238 )
3c77632 fix: correct download URL pattern in install script (#235 )
v2.1.3
02 Mar 19:11
Compare
Sorry, something went wrong.
No results found
Changelog
712e0eb fix: configure homebrew cask pr without fork (#242 )
v2.1.2
26 Feb 16:57
Compare
Sorry, something went wrong.
No results found
Changelog
d68897d fix: use pull request for homebrew cask update (#239 )
v2.1.1
26 Feb 15:51
Compare
Sorry, something went wrong.
No results found
Changelog
86a3bc6 fix: use github app token for homebrew tap push (#237 )
v2.1.0
25 Feb 08:13
Compare
Sorry, something went wrong.
No results found
runpodctl v2.1.0
Smarter pod listing with filtering — see only what matters.
Highlights
Running pods by default : pod list now shows only running pods (like docker ps)
--all flag : use pod list --all to see everything including exited pods
--status filter : filter by desired status (e.g. --status exited)
--since filter : show pods created within a duration (e.g. --since 24h, --since 7d, --since 30m)
--created-after filter : show pods created after a date (e.g. --created-after 2025-01-15)
Slimmed output : pod list now shows essential fields only (id, name, status, image, gpu, cost)
Normalized timestamps : createdAt is now consistently formatted as RFC3339
Also includes
chore: AGENTS.md build guidance improvements
chore: CLAUDE.md symlinked to AGENTS.md (single source of truth)
Install / Upgrade
brew upgrade runpod/runpodctl/runpodctl
# or
curl -sL https://github.com/runpod/runpodctl/releases/latest/download/runpodctl-linux-amd64.tar.gz | tar xz -C ~ /.local/bin