krakenjs / generator-swaggerize

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.
Other
70 stars 34 forks source link

Support the missing `update` command for major swagger spec file changes #100

Open subeeshcbabu-zz opened 7 years ago

subeeshcbabu-zz commented 7 years ago

Add the update command to support following:

  1. add new operation to an existing path
  2. add new response to an existing path.
scorpiodawg commented 7 years ago

Hi @subeeshcbabu any ETA for this? It would be pretty useful to have. My workflow has been:

  1. design APIs
  2. translate a few to Swagger
  3. test it out by running the server
  4. make some changes to ensure this model works for me before committing to the tools
  5. fill in the rest of the Swagger spec, and
  6. regenerate the missing pieces

I'm stuck in #6 now, and found this issue.

Thanks for all the good work.