Skip to content

feat(getHubberPath): implement Get-HubberPath function to retrieve hubber hierarchy#5

Merged
rulasg merged 1 commit into
mainfrom
Get-HubberPath
Oct 3, 2025
Merged

feat(getHubberPath): implement Get-HubberPath function to retrieve hubber hierarchy#5
rulasg merged 1 commit into
mainfrom
Get-HubberPath

Conversation

@rulasg

@rulasg rulasg commented Oct 3, 2025

Copy link
Copy Markdown
Owner

Introduce a new function to retrieve the hierarchy of a hubber based on the provided handle. This function handles cases where the hubber is not found and constructs the hierarchy by traversing through the manager relationships.

@rulasg
rulasg merged commit 4eec53c into main Oct 3, 2025
2 checks passed
@rulasg
rulasg deleted the Get-HubberPath branch October 3, 2025 07:00
Comment thread public/gethubberpath.ps1
@@ -0,0 +1,23 @@
function Get-HubberPath{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-HubberPath' does not have a help comment. Note

The cmdlet 'Get-HubberPath' does not have a help comment.
Comment thread public/gethubberpath.ps1
function Get-HubberPath{
[CmdletBinding()]
param (
[Parameter(ValueFromPipeline,ValueFromPipelineByPropertyName,Position=0)][string]$Handle

Check warning

Code scanning / PSScriptAnalyzer

Command accepts pipeline input but has not defined a process block. Warning

Command accepts pipeline input but has not defined a process block.
Comment thread public/gethubberpath.ps1
function Get-HubberPath{
[CmdletBinding()]
param (
[Parameter(ValueFromPipeline,ValueFromPipelineByPropertyName,Position=0)][string]$Handle

Check warning

Code scanning / PSScriptAnalyzer

Command accepts pipeline input but has not defined a process block. Warning

Command accepts pipeline input but has not defined a process block.
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