When using Get-HfSpace -My, user must pipe again to Get-HfSpace to get full, adding more complexity to code and more http req.
Check if there are some way to do all in single request (allowing user get own spaces with full info)
today:
Get-HfSpace -My | %{ Get-HfSpace $_.id -NoGradioSession }
When using Get-HfSpace -My, user must pipe again to Get-HfSpace to get full, adding more complexity to code and more http req.
Check if there are some way to do all in single request (allowing user get own spaces with full info)
today:
Get-HfSpace -My | %{ Get-HfSpace $_.id -NoGradioSession }