You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll be helpful if specs are distributed across multiple files.
Something like:
apisprout --watch /api-specs/*.yaml
The text was updated successfully, but these errors were encountered:
AbhimanyuG
changed the title
Add support for watching multiple files with --watch option
Add support for watching multiple files (or wildcard) with --watch option
Mar 28, 2019
Nice idea! This might also be possible by parsing the refs in the file, which would mean supporting watching files across different directories instead of assuming all the files are in one place.
Nice idea! This might also be possible by parsing the refs in the file, which would mean supporting watching files across different directories instead of assuming all the files are in one place.
Yea, that makes more sense.
For anyone looking for workaround right now, here's a pm2 wrapper Dockerfile and command:
Dockerfile:
FROM danielgtaylor/apisprout
RUN apk update && apk add nodejs npm && npm i -g pm2
It'll be helpful if specs are distributed across multiple files.
Something like:
The text was updated successfully, but these errors were encountered: