coder/coder-v1-cli

Refresh image tags with the CLI

descampsk opened this issue · 0 comments

Hello,

It seems that the coder sdk has already the possibility to refresh images tag :

https://github.com/cdr/coder-cli/blob/196a2552f5824194ca034ff417bf4976803445c9/coder-sdk/image.go#L99

But the cli doesn't have the command to do it : https://github.com/cdr/coder-cli/blob/master/internal/cmd/images.go

It has only the list image command.

How could we add the refresh image cmd ?

Thanks 👍