-
Notifications
You must be signed in to change notification settings - Fork 86
(PDOC-70) Always generate the JSON doc when running the rake task #72
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
(PDOC-70) Always generate the JSON doc when running the rake task #72
Conversation
Maybe we need to parse command line arguments in the rake task so we can control this easily when running from a CI (jenkins) server. |
@vStone I think this being configurable is a good idea, but I also think this is a better default until such a time as things are configurable. I don't at least see a downside of also outputting this file (locally or in a CI system) that can't be avoided by .gitignore or similar, but might be missing something. |
I missed this - is there a ticket for this? |
@hlindberg not that I created or am aware of. Happy to open one to discuss there if preferable. |
@garethr Please do file a ticket. Tickets and discussions there are far more visible and helps with priorities. |
@hlindberg done, opened https://tickets.puppetlabs.com/browse/PDOC-70 |
thanks @garethr |
@garethr Sorry to be pedantic, but could you also update the commit to reference the ticket? :) |
I'm super enthusiastic about the potential for folks to build things on top of the JSON output, we've had several related conversations at Config Management Camp and on puppet-dev recently. I think this is a sane default, and calling the file strings.json seems a nice reinforcement.
82c1807
to
9160e6f
Compare
@HAIL9000 no problem. Done. |
@garethr As per the discussion on the Jira ticket, could you quickly add a few sentences in the Rake Tasks section of the README explaining that a .json file will be generated? |
I'm gonna go ahead and merge this one, then I'll open another pull request to update the README before we release 0.4.0 |
I'm super enthusiastic about the potential for folks to build things on
top of the JSON output, we've had several related conversations at
Config Management Camp and on puppet-dev recently. I think this is a
sane default, and calling the file strings.json seems a nice
reinforcement.