vultr / vultr-cli

Official command line tool for Vultr services
Apache License 2.0
469 stars 75 forks source link

[BUG] - read_write isn't being passed on Docker Credentials Create #394

Closed biondizzle closed 7 months ago

biondizzle commented 7 months ago

Describe the bug If you use --read-write=true in vultr-cli container-registry credentials docker --read-write=true the credentials are not getting the push access.

fix If you look here, it wants the flag --read-write

But if you look here it's using a flag the cli doesnt accept --write-access

Just switch that line to grab read-write