vpctl configure command
Manage registry credentials for vpctl.
Read time 1 minuteLast updated 11 hours ago
Use the
configureconfigure (interactive)
Set credentials interactively. The command prompts you for your username and password:By default, vpctl usesvpctl configure
uccmpprivatecloud.azurecr.iovpctl configure set <registry-url>configure get
View your current configuration:vpctl configure get
configure set
Set credentials non-interactively. The registry argument is positional and defaults touccmpprivatecloud.azurecr.iovpctl configure set <registry-url> --username <username> --password <password>
configure delete
Remove stored credentials. The registry argument is positional and defaults touccmpprivatecloud.azurecr.iovpctl configure delete <registry-url>