coder-v1-cli
coder-v1-cli copied to clipboard
Refresh image tags with the CLI
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 👍