Releases: docker/hub-tool
Releases · docker/hub-tool
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
Improvements
- Added an optional argument to
account info
command to check status about an organization - Added a
--platform
flag totag inspect
command to inspect a specific platform if the image is a multi-arch image - Rewrite
tag inspect
command output if the image is a multi-arch image, to better fit with manifest output
Fixes
- Fixes some indentation issues #148
v0.2.0
Improvements
- Add Hub 2FA support, with new commands login and logout #120 #126 #123 #137 #139
- Assume latest if no tag specified on tag rm #113
- Better handle Ctrl+C #116
- Improve error message returned by server #117
- Added logging with --trace and --verbose flags #118
- Improved UX on tag/repo rm commands #119
- Prompt if username is empty on login #132
- Show current rate limiting with new command account rate-limiting #129