As a bolt user, I need the ability to call up a list of the modules available in my workspace. This will allow me to determine the names and versions of available modules along with their order of precedence.
Desired Outcome
A command similar to puppet module list that displays each module available in the Bolt environment.
A {{bolt puppetfile show-modules}} command has been added that lists out the modules available in the current Boltdir along with their version numbers.
I'm not sure the "Common Bolt commands" table is the best place to document this new command. It seems like a different type of thing? Also/alternatively, we could add a very short topic, "Viewing installed modules" to this page.
(If the table is an appropriate place to mention the new command, we should probably also add `bolt puppetfile install`.)
As a bolt user, I need the ability to call up a list of the modules available in my workspace project. This will allow me to determine the names and versions of available modules along with their order of precedence.
h2. Desired Outcome
A command similar to {{puppet module list}} that displays each module available in the Bolt environment.