We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I found another one like #497.
Describe the bug When running container-registry credentials docker and not including a UUID
container-registry credentials docker
$ vultr-cli container-registry credentials docker panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/vultr/vultr-cli/v3/cmd/containerregistry.(*options).credentialsDocker(0xc00011a200?) github.com/vultr/vultr-cli/v3/cmd/containerregistry/containerregistry.go:713 +0x65 github.com/vultr/vultr-cli/v3/cmd/containerregistry.NewCmdContainerRegistry.func20(0xc000117808, {0xdf9840?, 0x4?, 0x98edea?}) github.com/vultr/vultr-cli/v3/cmd/containerregistry/containerregistry.go:597 +0x1bc github.com/spf13/cobra.(*Command).execute(0xc000117808, {0xdf9840, 0x0, 0x0}) github.com/spf13/cobra@v1.8.1/command.go:985 +0xaca github.com/spf13/cobra.(*Command).ExecuteC(0xd92f80) github.com/spf13/cobra@v1.8.1/command.go:1117 +0x3ff github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.8.1/command.go:1041 github.com/vultr/vultr-cli/v3/cmd.Execute() github.com/vultr/vultr-cli/v3/cmd/root.go:64 +0x1a main.main() github.com/vultr/vultr-cli/v3/main.go:7 +0xf
Expected behavior Make the UUID required
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I found another one like #497.
Describe the bug
When running
container-registry credentials docker
and not including a UUIDExpected behavior
Make the UUID required
The text was updated successfully, but these errors were encountered: