Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tags for cloning #97

Closed
CloudSurgeon opened this issue Nov 14, 2019 · 0 comments · Fixed by #136
Closed

Implement tags for cloning #97

CloudSurgeon opened this issue Nov 14, 2019 · 0 comments · Fixed by #136
Labels
Priority: Important Address ahead of normal issues

Comments

@CloudSurgeon
Copy link
Contributor

Problem

Similar to #23 , the clone command always clones from the latest commit. It would be nice if there were a way to clone from a specific tag.

Solution

While we could add a -t option, it might be nice to extend the URI format to leverage the target field, like s3://titan-data-demo/hello-world/postgres#tag:env=prod.

Alternatives

Clone and then pull the commit you actually want..

@CloudSurgeon CloudSurgeon added the Type: Feature New feature or request label Nov 14, 2019
@eschrock eschrock added Priority: Important Address ahead of normal issues and removed Type: Feature New feature or request labels Nov 24, 2019
mcred pushed a commit that referenced this issue Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Important Address ahead of normal issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants