@@ -44,19 +44,12 @@ docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:puppet8 \
4444
4545| Command | Description |
4646| ------- | ----------- |
47- | rake beaker | Run beaker acceptance tests |
48- | rake beaker: sets | List available beaker nodesets |
49- | rake beaker: ssh [ set,node] | Try to use vagrant to login to the Beaker node |
50- | rake build | Build puppet module package |
51- | rake build: pdk | Build Puppet module with PDK |
52- | rake build: pmt | Build Puppet module package with PMT (Puppet < 6.0.0 only) |
5347| rake check | Run static pre release checks |
5448| rake check: dot_underscore | Fails if any ._ files are present in directory |
5549| rake check: git_ignore | Fails if directories contain the files specified in .gitignore |
5650| rake check: symlinks | Fails if symlinks are present in directory |
5751| rake check: test_file | Fails if .pp files present in tests folder |
5852| rake check_for_spec_tests | Get spec test status |
59- | rake clean | Clean a built module package |
6053| rake compute_dev_version | Print development version of module |
6154| rake generate_fixtures | Writes a ` fixtures.yml ` file based on the Puppetfile / Generate Fixtures files for role/profile |
6255| rake generate_spec_tests | Generate spec tests for missing classes |
@@ -68,14 +61,18 @@ docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:puppet8 \
6861| rake parallel_spec_standalone | Parallel spec tests |
6962| rake pe_only_mods | Show PE Only Modules |
7063| rake r10k: dependencies | Print outdated forge modules |
64+ | rake r10k: deprecation | Validate that no forge modules are deprecated |
65+ | rake r10k: diff [ branch_a,branch_b] | Check for module differences between two branches of a Puppetfile |
7166| rake r10k: duplicates | Check Puppetfile for duplicates |
7267| rake r10k: install | Install modules specified in Puppetfile |
68+ | rake r10k: print_git_conversion | Convert and print forge modules to git format |
7369| rake r10k: solve_dependencies [ allow_major_bump] | Find missing or outdated module dependencies |
7470| rake r10k: syntax | Syntax check Puppetfile |
7571| rake r10k: validate | Validate the git urls and branches, refs, or tags |
7672| rake release_checks | Runs all necessary checks on a module in preparation for a release |
7773| rake rubocop | Run RuboCop |
78- | rake rubocop: auto_correct | Auto-correct RuboCop offenses |
74+ | rake rubocop: autocorrect | Autocorrect RuboCop offenses (only when it's safe) |
75+ | rake rubocop: autocorrect_all | Autocorrect RuboCop offenses (safe and unsafe) |
7976| rake run_tests | Run tests |
8077| rake spec | Run spec tests and clean the fixtures directory if successful |
8178| rake spec: simplecov | Run spec tests with ruby simplecov code coverage |
@@ -87,7 +84,8 @@ docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:puppet8 \
8784| rake strings: generate [ patterns,debug,backtrace,markup,json,markdown,yard_args] | Generate Puppet documentation with YARD |
8885| rake strings:generate: reference [ patterns,debug,backtrace] | Generate Puppet Reference documentation |
8986| rake strings:gh_pages: update | Update docs on the gh-pages branch and push to GitHub |
90- | rake syntax | Syntax check Puppet manifests and templates |
87+ | rake strings:validate: reference [ patterns,debug,backtrace] | Validate the reference is up to date |
88+ | rake syntax | Syntax check for Puppet manifests, templates and Hiera |
9189| rake syntax: hiera | Syntax check Hiera config files |
9290| rake syntax: manifests | Syntax check Puppet manifests |
9391| rake syntax: templates | Syntax check Puppet templates |
0 commit comments