-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Model generate command line option #1245
Comments
I think this would be good to add, especially as we add support for modeling inputs/outputs. Looking over our chalice CLI commands, we're not consistent with what we have now, but we should try to not make it any more inconsistent:
I hate to bikeshed over this, but it seems like we should stick to |
Updated for bikeshed. PR as well. |
Closing since the PR was merged. |
Is there any documentation for this generate-models functionality? |
Introduction
Proposal for #36
Proposed Interface
A new top level command
chalice generate-models
which will print out a model of the API to stdout.The format of the models will be OpenAPI, in the future a
--format
flag can be added to support multiple formats.Example
The text was updated successfully, but these errors were encountered: