We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fc3db commit e35ccc7Copy full SHA for e35ccc7
1 file changed
update.sh
@@ -7,7 +7,7 @@ rm -rf docs/Model
7
rm -rf test/Api
8
rm -rf test/Model
9
10
-rm wget http://localhost:3001/js/swagger.json -O /tmp/fastcomments-openapi.json \
+wget http://localhost:3001/js/swagger.json -O /tmp/fastcomments-openapi.json \
11
&& openapi-generator-cli generate \
12
-i /tmp/fastcomments-openapi.json \
13
-g php \
0 commit comments