# mozci-tools **Repository Path**: mirrors_mozilla/mozci-tools ## Basic Information - **Project Name**: mozci-tools - **Description**: A set of commands to assist with migrations and other test related workflows in mozilla-central - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Tests](https://github.com/mozilla/mozci-tools/actions/workflows/test.yml/badge.svg)](https://github.com/mozilla/mozci-tools/actions/workflows/test.yml) [![PyPI version](https://badge.fury.io/py/mozci-tools.svg)](https://badge.fury.io/py/mozci-tools) [![Docs](https://readthedocs.org/projects/mozci-tools/badge/?version=latest)](https://mozci-tools.readthedocs.io/en/latest/?badge=latest) # mozci-tools A suite of high-level commandline tools to assist with Firefox's CI. ## Installation ```bash $ pip install mozci-tools $ citools --help ``` ## Usage The `citools` binary provides subcommands that can interact with Firefox's CI for a variety of purposes. See `citools --help` or [the documentation](https://mozci-tools.readthedocs.io/en/latest/) for more details on available commands. ## Get Involved See the [contribution docs](https://github.com/mozilla/mozci-tools/blob/main/CONTRIBUTING.md) if you would like to get involved!