Skip to content

Commit

Permalink
Merge pull request #7 from opalsecurity/andrewsy-remote-openapi
Browse files Browse the repository at this point in the history
[COR-1976] Add Makefile command to pull remote openapi spec
  • Loading branch information
andrewsy-opal authored Nov 26, 2024
2 parents 484e23b + 90bdee3 commit 814603d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ OPENAPI_GEN=openapi-generator generate --enable-post-process-file -i api/openapi

gen-openapi:
$(OPENAPI_GEN)
gen-openapi-remote:
curl https://app.opal.dev/openapi.yaml > api/openapi.yaml
$(OPENAPI_GEN)

0 comments on commit 814603d

Please sign in to comment.