Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
Needs Assessment
Description
With the changes put into the puppet-strings gem, we can now output type information into the reference file.
When all of the supported modules have been converted / updated to use the pdk.
**We should use pdksync to re-run the stringify command, and push pr's to all modules.
# edit managed_modules.yml
|
bundle exec rake git:clone_managed_modules
|
bundle exec rake 'run_a_command[bundle install --path .bundle/gems/ --jobs 4]' |
bundle exec rake 'run_a_command[bundle exec puppet strings generate --format markdown --out REFERENCE.md]' |
bundle exec rake 'git:create_commit[modules-9527, add types to reference.md]'bundle exec rake 'git:push_and_create_pr[(modules-9527) add types to reference.md]' |