mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 04:55:42 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
17 lines
416 B
Markdown
17 lines
416 B
Markdown
# az upgrade
|
|
|
|
> Actualiza Azure CLI y sus extensiones.
|
|
> Parte de `azure-cli` (también conocido como `az`).
|
|
> Más información: <https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest#az-upgrade>.
|
|
|
|
- Actualiza Azure CLI:
|
|
|
|
`az upgrade`
|
|
|
|
- Actualiza Azure CLI y sus extensiones:
|
|
|
|
`az upgrade --all`
|
|
|
|
- Actualiza Azure CLI y sus extensiones sin solicitar confirmación:
|
|
|
|
`az version --all --yes`
|