-
Notifications
You must be signed in to change notification settings - Fork 110
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 tuf regenerate
#31
Labels
Comments
There is a skeleton of this here: https://github.com/theupdateframework/go-tuf/blob/master/cmd/tuf/regenerate.go |
rdimitrov
pushed a commit
to rdimitrov/go-tuf
that referenced
this issue
Jan 25, 2024
…teframework#31) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rdimitrov
pushed a commit
that referenced
this issue
Jan 29, 2024
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closing since the code base changed and the goal of the project would be to focus on being a library first and not so much on providing a CLI client. There might be a CLI based on this, but it will live in a separate repository. Thanks for raising this 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I should be able to run
tuf regenerate
to regeneratetargets.json
based on the target files in the committedtargets
directory.The text was updated successfully, but these errors were encountered: