vpctl configure command
Manage registry credentials for vpctl.
읽는 시간 1분최근 업데이트: 하루 전
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>