go-tuf icon indicating copy to clipboard operation
go-tuf copied to clipboard

Support adding and committing files in one command

Open lmars opened this issue 10 years ago • 0 comments

If I have all the necessary keys locally, I should be able to do all of the following with one command:

  • add staged files to the targets manifest
  • sign the targets manifest
  • update and sign snapshot manifest
  • update and sign timestamp manifest
  • commit

This could be supported with a commit flag, e.g. tuf commit --add

lmars avatar Dec 31 '14 00:12 lmars