You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation about the usage of both repository and client side CLIs should be refreshed so it matches the current features which go-tuf provides.
The things that need to be fixed are the following (nevertheless it won't hurt if we have a look at the rest too):
tuf-client init does not work with root keys anymore, but instead uses the root.json file as per the spec (Thanks to Alex Khanin for raising that in #tuf (CNCF Slack channel)).
In the same context, tuf root-keys command is obsolete too.
tuf regenerate is not implemented yet, so maybe we can remove it if it's something we don't need or plan for the time being?
Note:
Removing the root-keys command might also be followed by removing the init implementation we kept as being backwards compatible. For reference - #210 and #208
The text was updated successfully, but these errors were encountered:
The documentation about the usage of both repository and client side CLIs should be refreshed so it matches the current features which
go-tuf
provides.The things that need to be fixed are the following (nevertheless it won't hurt if we have a look at the rest too):
tuf-client init
does not work with root keys anymore, but instead uses theroot.json
file as per the spec (Thanks to Alex Khanin for raising that in #tuf (CNCF Slack channel)).tuf root-keys
command is obsolete too.tuf regenerate
is not implemented yet, so maybe we can remove it if it's something we don't need or plan for the time being?Note:
Removing the
root-keys
command might also be followed by removing theinit
implementation we kept as being backwards compatible. For reference - #210 and #208The text was updated successfully, but these errors were encountered: