Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Allow to specify a branch name for unpack command #1103

Closed
spalladino opened this issue Jul 16, 2019 · 2 comments
Closed

Allow to specify a branch name for unpack command #1103

spalladino opened this issue Jul 16, 2019 · 2 comments
Assignees
Labels
kind:enhancement Enhancement to an existing feature

Comments

@spalladino
Copy link
Contributor

spalladino commented Jul 16, 2019

As a starter kit developer, I would like to test a new version of my kit before shipping it to all my users, so I don't accidentally push an incorrect version.

Right now, unpack always pulls code from the stable branch. We should support another parameter (either positional or named) that specifies a branch name (or just a git commit-ish) to pull, so a developer can test the unpack process before promoting it to stable.

Edit: This would also help in downloading older versions if kits, if needed.

@spalladino spalladino added kind:enhancement Enhancement to an existing feature component:cli labels Jul 16, 2019
@ylv-io
Copy link
Contributor

ylv-io commented Jul 22, 2019

I'd rather go with commits so there will be no need to pollute branch space.

@ylv-io ylv-io self-assigned this Jul 22, 2019
@spalladino
Copy link
Contributor Author

Implemented in #1190

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:enhancement Enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants