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
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
People at Kubecon 2021 mentioned that they want a CLI tool for in-toto-golang. There is a cli tool for testing in one of our forks. We should adopt it.
Description of issue or feature request:
Provide a cli tool via a separate cmd directory.
Current behavior:
This repository just provides a library.
Expected behavior:
This library should also provide a cli tool with basic functionality.
The text was updated successfully, but these errors were encountered:
@adityasaky yes, I am referring to this CLI. As far as I know the CLI was just there for easier testing and I really like the idea of having a CLI for integration tests and so on. I think with a CLI we could much easier test if the go library produces the same result like the in-toto cli.
EDIT: Additionally, the go cli would be much easier to install than the python cli. For python you need the python interpreter + pulling all that dependencies, this is a problem on some systems (not all systems provide python). A go program can however be easily cross-compiled for different systems.
EDIT2: I don't have a exact use case for this. Maybe routers that run an in-toto binary to verify an upgrade?
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
People at Kubecon 2021 mentioned that they want a CLI tool for in-toto-golang. There is a cli tool for testing in one of our forks. We should adopt it.
Description of issue or feature request:
Provide a cli tool via a separate cmd directory.
Current behavior:
This repository just provides a library.
Expected behavior:
This library should also provide a cli tool with basic functionality.
The text was updated successfully, but these errors were encountered: