scaleway / scaleway-cli

Command Line Interface for Scaleway

Home Page:https://www.scaleway.com/en/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`scw inspect image` is broken

moul opened this issue · comments

$ scw images -a
...
Arch_Linux                  latest              716a2f85            3 weeks             fr-1                [arm]
...
$ scw inspect image:716a2f85
ERRO[0001] Unable to resolve identifier 716a2f85
[]
FATA[0001] cannot execute 'inspect': at least 1 item failed to be inspected

Seems fixed

$> scw images -f type=image 
...
GitLab              latest              27d55004            3 weeks             fr-1                [arm x86_64]
...
$> scw inspect image:27d55004
- e434a29e          image:gitlab        GitLab              x86_64
- e5417941          image:gitlab        GitLab              arm
FATA[0001] Too many candidates for image:27d55004 (2)