rnelson0 / puppet-generate-puppetfile

Generate or update a Puppetfile for use with r10k or librarian-puppet. Optionally, create a fixtures file for rspec-puppet.
92 stars 22 forks source link

Add --silent flag #11

Closed rnelson0 closed 8 years ago

rnelson0 commented 8 years ago

When run in silent mode, a Puppetfile should be written to the current directory. This is useful for non-interactive usage. No output is generated to STDOUT except debug information when --debug is present. The option description should warn users of the impact of using both flags.