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

request: git-scan tag and git-scan tag --from_manifest=path/to/manifest.(yml|json|txt) #15

Open
hesco opened this issue Jul 15, 2020 · 0 comments

Comments

@hesco
Copy link

hesco commented Jul 15, 2020

This is a feature request:

I would like to be able to run git-scan tag and get a report of the git describe --tags output for each repo in the path. I would like to be able to run git-scan tag --format=yml > manifest.yml (or json or txt) and get that output formatted for a manifest file which would capture the versions of a collection of repositories at a path which represent code which works well together.

I would like to run git-scan tag --from_manifest=path/to/manifest.yml and have git-scan read the manifest and use the data contained within to then run git checkout <tag> for each repository in the path, and to warn me in I encounter any missing repositories.

My use case involves being able to successfully reproduce working builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant