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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ The Gradient CLI follows a standard [command] [--options] syntax
62
62
63
63
For example, to create a new Deployment use:
64
64
```
65
-
gradient deployments create [type] [--options]
65
+
gradient workflows create [type] [--options]
66
66
```
67
67
68
-
For a full list of available commands run `gradient deployments --help`. You can also view more info about Deployments in the [docs](https://docs.paperspace.com/gradient/explore-train-deploy/deployments).
68
+
For a full list of available commands run `gradient workflows --help`. You can also view more info about Deployments in the [docs](https://docs.paperspace.com/gradient/explore-train-deploy/workflows).
0 commit comments