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
+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
@@ -78,7 +78,7 @@ You can now continue with [generating code](#generate-code).
78
78
79
79
### Console
80
80
81
-
> Tip: If you use Docker, run `make bash` before running any of these commands.
81
+
> Tip: If you use Docker, run `make cli` before running any of these commands.
82
82
83
83
Run `./yii gii/api` to generate your API code. The `--openApiPath` parameter specifies the path to your OpenAPI
84
84
spec file. The following example will generate API code for the [OpenAPI petstore example](https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/examples/v3.0/petstore-expanded.yaml).
0 commit comments