lukpueh / repository-service-tuf-cli

Repository Service for TUF: Command Line Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository Service for TUF Command Line Interface

Tests and Lint Coverage

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, generating tokens to be used by integration (i.e., CI/CD tools).

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

Note

Not a functional tool, it is still in the development stage. Wait for release 0.0.1

Installation

Using pip:

$ pip install repository-service-tuf

Usage

Please, check the Repository Service for TUF Guide for more details.

Contributing

Please, visit the Repository Service for TUF Development Guide.

Check our CONTRIBUTING.rst for more details on how to contribute to this repository.

License

MIT

About

Repository Service for TUF: Command Line Interface

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%