vpctl configure command
Manage registry credentials for vpctl.
阅读时间1 分钟最后更新于 3 天前
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>