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: blog/2024-05-01-may-product-updates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Hey folks! There is a lot going on at Defang and we're excited to share our late
12
12
We know a lot of you are using Defang for the first time. To make it easier to get started, we've added a new way to install the Defang CLI. Now you can use npx to run the CLI without installing it globally. Just run:
13
13
14
14
```bash
15
-
npx defang
15
+
npx defang@latest
16
16
```
17
17
18
18
This will download the latest version of the Defang CLI and run it for you. No need to worry about installing or updating the CLI manually!
0 commit comments