Skip to content

[FEATURE] Allow install to download and unpack a GitHub release automatically #514

@Werner-Swart-83

Description

@Werner-Swart-83

Is your feature request related to a problem? Please describe.
We have a mono-repo were we are curating multiple skills, instructions and agents centrally, right now we don't have a lot of good options to version the packages. We either have to use poly-repos (which isn't great if you have to keep telling people where to find the skills, ect they are looking for) or use a repo wide version using a single tag (but this would not work if someone needs to use a previous version of one skill and then forced to use a newer version because of a another skill update they need), or we could use individual tags for each skill, instructions or agent (but this causes management overhead and teams would need to find the tag they are looking for.)

Describe the solution you'd like
We would like to pack and release each package in the mono repo individually in github, we would then like to use apm install {targeted-package-github-release} which should then download, unpack and install the agents.

Describe alternatives you've considered
We could still do this but then we would have to tell teams to first download the release and then unpack it...which seems reasonable...but we are getting push back because of it.

Additional context
None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedDirection approved, safe to start workenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions