Skip to content

Enhance Get-GitHubRepositoryTag cmdlet by providing ability to filter results by TagName #46

Closed
@tristanbarcelon

Description

@tristanbarcelon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions