Closed
Description
This module fits very close to what I needed when querying available tags before finally downloading a release asset using the releases api. It would be even better if there was a way to filter out the tag results by providing an optional parameter to Get-GitHubRepositoryTag:
1). [string[]] TagName
When provided, filter the results by tags that have an exact match with values in the array.
I'm intending to use this cmdlet to find the existence of matching tags. When they do exist, then I can call the releases api and filter by assets names to download.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels