How can I run a command that emits a open-api.json schema file? #820
Answered
by
vitalik
madhavgharmalkar
asked this question in
Q&A
-
👋🏾 - thanks for this awesome project! I'd like to be able to run a command in the CLI that will generate and automatically output a open-api.json schema file. I would like to hopefully fun this file in my CI. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
vitalik
Aug 11, 2023
Replies: 1 comment 1 reply
-
you just add ninja to installed apps: INSTALLED_APPS = [
...
'ninja',
] and then you should be able to get it like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
madhavgharmalkar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@madhavgharmalkar
you just add ninja to installed apps:
and then you should be able to get it like this: