Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Oct 3, 2025

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
@@ -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.
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.
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