You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-install-dev-box-cli.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
9
ms.author: rosemalcolm
10
10
author: RoseHJM
11
-
ms.date: 04/25/2023
11
+
ms.date: 01/31/2025
12
+
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.
13
14
---
14
15
@@ -31,9 +32,9 @@ az extension add --name devcenter
31
32
az extension list
32
33
```
33
34
### Update the devcenter extension
34
-
You can update the devcenter extension if you already have it installed.
35
+
You can update the devcenter extension if it's already installed.
35
36
36
-
To update a version of the extension that's installed
37
+
To update the extension:
37
38
```azurecli
38
39
az extension update --name devcenter
39
40
```
@@ -72,6 +73,6 @@ You might find the following commands useful as you work with Dev Box.
72
73
az devcenter admin --help
73
74
```
74
75
75
-
## Next steps
76
+
## Related content
76
77
77
78
For complete command listings, refer to the [Microsoft Dev Box and Azure Deployment Environments Azure CLI documentation](https://aka.ms/CLI-reference).
0 commit comments