[PR #48] Improve module manifest and documentation #50

Closed
opened 2026-02-26 17:32:25 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/Corsinvest/cv4pve-api-powershell/pull/48

State: closed
Merged: Yes


Summary

  • Optimize module manifest by replacing wildcard exports with empty arrays for CmdletsToExport and VariablesToExport
  • Improve debug logging in Test-PortQuiet function
  • Simplify README structure by removing excessive emoji and reorganizing sections

Changes

  • Corsinvest.ProxmoxVE.Api.psd1: Changed CmdletsToExport and VariablesToExport from '*' to @() for better performance
  • Corsinvest.ProxmoxVE.Api.psm1: Replaced commented code with Write-Debug statement
  • README.md: Cleaned up formatting and simplified structure

Test plan

  • Verify module loads correctly
  • Verify all exported functions still work as expected
  • Check that debug messages appear when using -Debug flag
**Original Pull Request:** https://github.com/Corsinvest/cv4pve-api-powershell/pull/48 **State:** closed **Merged:** Yes --- ## Summary - Optimize module manifest by replacing wildcard exports with empty arrays for CmdletsToExport and VariablesToExport - Improve debug logging in Test-PortQuiet function - Simplify README structure by removing excessive emoji and reorganizing sections ## Changes - **Corsinvest.ProxmoxVE.Api.psd1**: Changed CmdletsToExport and VariablesToExport from '*' to @() for better performance - **Corsinvest.ProxmoxVE.Api.psm1**: Replaced commented code with Write-Debug statement - **README.md**: Cleaned up formatting and simplified structure ## Test plan - [ ] Verify module loads correctly - [ ] Verify all exported functions still work as expected - [ ] Check that debug messages appear when using -Debug flag
kerem 2026-02-26 17:32:25 +03:00
kerem changed title from [PR #48] [MERGED] Improve module manifest and documentation to [PR #48] Improve module manifest and documentation 2026-02-27 12:36:57 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-api-powershell#50
No description provided.