repository-service-tuf / repository-service-tuf-cli

Repository Service for TUF: Command Line Interface
https://pypi.org/project/repository-service-tuf/
MIT License
8 stars 15 forks source link
cli hacktoberfest python security supply-chain tuf

################################################# Repository Service for TUF Command Line Interface #################################################

|OpenSSF Scorecard| |Tests and Lint| |Coverage|

.. |OpenSSF Scorecard| image:: https://api.scorecard.dev/projects/github.com/repository-service-tuf/repository-service-tuf-cli/badge :target: https://scorecard.dev/viewer/?uri=github.com/repository-service-tuf/repository-service-tuf-cli .. |Tests and Lint| image:: https://github.com/repository-service-tuf/repository-service-tuf-cli/actions/workflows/ci.yml/badge.svg :target: https://github.com/repository-service-tuf/repository-service-tuf-cli/actions/workflows/ci.yml .. |Coverage| image:: https://codecov.io/gh/repository-service-tuf/repository-service-tuf-cli/branch/main/graph/badge.svg :target: https://codecov.io/gh/repository-service-tuf/repository-service-tuf-cli

The Repository Service for TUF Command Line Interface (CLI) is a CLI Python application to manage the Repository Service for TUF.

The CLI supports the initial setup, termed a ceremony, where the first repository metadata are signed and the service is configured, update metadata, sign metadata, etc.

This CLI is part of the Repository Service for TUF (RSTUF).

Installation

Using pip:

.. code:: shell

$ pip install repository-service-tuf

Usage

Please, check the Repository Service for TUF Guide <https://repository-service-tuf.readthedocs.io/en/latest/guide/repository-service-tuf-cli/index.html>_ for more details.

Contributing

Please, visit the Repository Service for TUF Development Guide <https://repository-service-tuf.readthedocs.io/en/latest/devel/index.html#development-guide>_.

Check our CONTRIBUTING.rst <https://github.com/repository-service-tuf/repository-service-tuf-cli/blob/main/CONTRIBUTING.rst>_ for more details on how to contribute to this repository.

License

MIT <https://github.com/repository-service-tuf/repository-service-tuf-cli/blob/main/LICENSE>_