Skip to content

Commit 90bdee3

Browse files
committed
add Makefile command to pull remote openapi spec
1 parent 484e23b commit 90bdee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ OPENAPI_GEN=openapi-generator generate --enable-post-process-file -i api/openapi
55

66
gen-openapi:
77
$(OPENAPI_GEN)
8+
gen-openapi-remote:
9+
curl https://app.opal.dev/openapi.yaml > api/openapi.yaml
10+
$(OPENAPI_GEN)

0 commit comments

Comments
 (0)