Skip to content

Conversation

@bepsoccer
Copy link
Owner

Refactors the module structure for better organization and adds a new function.

  • Module files are reorganized into logical folders (Access, Cameras, Common, Core, Guest, Helix, Legacy)
  • Updates the manifest to reflect the new file structure
  • Updates the script loading to recurse through the folders
  • Adds Get-VerkadaCommandUser to the Core module

bepsoccer and others added 4 commits November 13, 2025 12:35
This commit reorganizes the module by grouping related functions into logical folders (Access, Cameras, Common, Core, Guest, Helix, Legacy), which improves maintainability and discoverability.

Updates the module manifest to reflect the new file structure, correctly export functions, and update metadata. Removes redundant manifest update script, favoring a more comprehensive update approach in the release script.

closes #287
Updates the public script loading to recursively search
the Public directory for all .ps1 files. This allows for
better organization of public functions into subdirectories.

Related to 287-reorganize-module-into-logical-folde
…ical-folde

Refactors module structure and updates manifest
…/function-documentation/Access /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Cameras /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Common /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Core /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Guest /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Helix /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Legacy/Access /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Legacy/Alarms /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Legacy/Cameras /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Legacy/Core /home/runner/work/verkadaModule/verkadaModule/docs/function-documentation/Legacy/Guest 0.10.1
@bepsoccer bepsoccer merged commit 2ff8c6a into master Nov 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants