puppetlabs/bolt

`bolt plan new -pp` generates a `.yaml` plan

Closed this issue · 1 comments

pop commented

Describe the Bug

bolt plan new -pp generates a yaml plan.

$ bolt plan new myproject::asdf -pp
$ ls ./plans
asdf.yaml

Expected Behavior

bolt plan new -pp generates a puppet language plan.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Run bolt plan new -pp asdf
  2. See a Puppet-language plan in the plans directory.

Environment

  • Version: 3.13.0
  • Platform: puppet/puppet-bolt docker container
pop commented

Oh my god. I was using -pp instead of --pp my bad.