hub-tool icon indicating copy to clipboard operation
hub-tool copied to clipboard

🧪 Docker Hub experimental CLI tool

Results 61 hub-tool issues
Sort by recently updated
recently updated
newest added

Would be great to be able to check hub pull rate limits as both authenticated and anonymous.

I think we should provide API/SDK support for these operations too. cc @chris-crone

**Description** I am continually being prompted for 2FA when running the command `hub-tool account info`. I'm sure there are other commands, but this doesn't seem to be a token TTL,...

Put in place a Grafana dashboard to monitor hub-tool calls to the hub APIs, using the specific `User-Agent` for discrimination.

Provide some sort of message after a 429 (rate limited) to say how often the limit resets, and some way to contact someone if you need higher limits.

``` Error: bad status code "429 Too Many Requests" fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x2 addr=0xc0001501028 pc=0x11cc7ae] goroutine 824634023937 [running]: runtime.throw(0x1846d3e, 0x2a) runtime/panic.go:1116 +0x72...

**Description** **Steps to reproduce the issue:** ```console $ hub-tool tag ls nginx 1> /dev/null # no output ``` ```console $ hub-tool tag ls nginx 2> /dev/null TAG DIGEST STATUS LAST...

enhancement

**Description** This most likely was a bit of a "hack" to make authentication work, but I'm wondering what would be needed to make storing credentials **Steps to reproduce the issue:**...

enhancement

**Description** > **NOTE**: *I haven't given this a lot of thought (yet), but thought I should write down some thoughts* This started mostly because I was playing with `hub-tool tag...

enhancement

**Description** Alright, here are some findings after I installed the PR build of Docker Desktop that contains the `hub-tool` binary. **Steps to reproduce the issue:** 1. Install Docker Desktop 3.0.0...

bug