We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6645d commit 17898d0Copy full SHA for 17898d0
articles/dev-box/how-to-install-dev-box-cli.md
@@ -9,6 +9,7 @@ ms.topic: how-to
9
ms.author: rosemalcolm
10
author: RoseHJM
11
ms.date: 01/31/2025
12
+
13
#Customer intent: As a platform engineer, I want to install the Dev Box CLI extension so that I can create Dev Box resources from the command line.
14
---
15
@@ -31,9 +32,9 @@ az extension add --name devcenter
31
32
az extension list
33
```
34
### Update the devcenter extension
-You can update the devcenter extension if you already have it installed.
35
+You can update the devcenter extension if it's already installed.
36
-To update a version of the extension that's installed
37
+To update the extension:
38
``` azurecli
39
az extension update --name devcenter
40
0 commit comments