Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma

### Fixed

- Fix the command-line test workflow wording in `docs/core-workflows.html` so the CLI preview flag is shown as
`--what-if`.
- The GitHub Pages guide now keeps the PowerShell `-WhatIf` wording only in the PowerShell view and shows
`--what-if` in the command-line view.
- Add a PowerShell installed-tool version view through `Get-NovaProjectInfo -Installed`.
- PowerShell now exposes the installed `NovaModuleTools` module name and version directly instead of requiring the
launcher-only `% nova --version` path.
Expand Down
6 changes: 5 additions & 1 deletion docs/core-workflows.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ <h2>Run the tests</h2>
<code>-OutputRenderMode</code> are PowerShell cmdlet parameters, so switch to the PowerShell
view when you need those controls.</p>
</div>
<p>Use <code>-WhatIf</code> if you want to preview the test run and output path without creating the
<p data-command-visibility="powershell">Use <code>-WhatIf</code> if you want to preview the test run and
output path without creating the
results directory or invoking Pester.</p>
<p data-command-visibility="command-line" hidden>Use <code>--what-if</code> if you want to preview the
test run and output path without creating the
results directory or invoking Pester.</p>
</section>

Expand Down
Loading