{"id":21948125,"url":"https://github.com/evolution-gaming/cassandra-reaper-cli","last_synced_at":"2025-04-23T00:16:09.426Z","repository":{"id":213736846,"uuid":"733797424","full_name":"evolution-gaming/cassandra-reaper-cli","owner":"evolution-gaming","description":"Cassandra Reaper CLI","archived":false,"fork":false,"pushed_at":"2023-12-26T08:48:11.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-23T00:16:02.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolution-gaming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-20T06:34:46.000Z","updated_at":"2024-02-22T11:12:40.000Z","dependencies_parsed_at":"2023-12-22T18:30:44.125Z","dependency_job_id":"6b323523-943e-4305-b6c6-9a7c6b24f042","html_url":"https://github.com/evolution-gaming/cassandra-reaper-cli","commit_stats":null,"previous_names":["evolution-gaming/cassandra-reaper-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fcassandra-reaper-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fcassandra-reaper-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fcassandra-reaper-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fcassandra-reaper-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolution-gaming","download_url":"https://codeload.github.com/evolution-gaming/cassandra-reaper-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250343957,"owners_count":21415041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T05:12:06.283Z","updated_at":"2025-04-23T00:16:09.408Z","avatar_url":"https://github.com/evolution-gaming.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cassandra Reaper CLI\n\n[![PyPI - Version](https://img.shields.io/pypi/v/cassandra-reaper-cli.svg)](https://pypi.org/project/cassandra-reaper-cli)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cassandra-reaper-cli.svg)](https://pypi.org/project/cassandra-reaper-cli)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install cassandra-reaper-cli\n```\n\n## Usage\n```console\n$ reaper -h\nusage: reaper [-h] [--url URL] [--username USERNAME] [--password PASSWORD] [--disable-ssl-verify]\n              {schedule-list,schedule-info,schedule-disable,schedule-enable,schedule-start,schedule-delete,repair-list,repair-info,repair-pause,repair-abort,repair-delete,repair-resume,repair-intensity-change,repair-segment-list,repair-segment-abort,cluster-list,cluster-table-list,cluster-schedule-list,cluster-schedule-enable,cluster-schedule-disable,cluster-schedule-delete,cluster-repair-list,cluster-repair-pause,cluster-repair-resume,cluster-repair-abort,cluster-repair-delete,cluster-enable,cluster-disable,completion-print}\n              ...\n\nCassandra Reaper CLI\n\npositional arguments:\n  {schedule-list,schedule-info,schedule-disable,schedule-enable,schedule-start,schedule-delete,repair-list,repair-info,repair-pause,repair-abort,repair-delete,repair-resume,repair-intensity-change,repair-segment-list,repair-segment-abort,cluster-list,cluster-table-list,cluster-schedule-list,cluster-schedule-enable,cluster-schedule-disable,cluster-schedule-delete,cluster-repair-list,cluster-repair-pause,cluster-repair-resume,cluster-repair-abort,cluster-repair-delete,cluster-enable,cluster-disable,completion-print}\n                        Supported commands\n    schedule-list       Repair Schedule list\n    schedule-info       Information about Schedule by ID\n    schedule-disable    Disable Repair Schedule by ID\n    schedule-enable     Enable Repair Schedule by ID\n    schedule-start      Start Repair Schedule by ID\n    schedule-delete     Delete Repair Schedule by ID\n    repair-list         Repairs list\n    repair-info         Information about Reapair by ID\n    repair-pause        Pause running repair by ID\n    repair-abort        Abort repair by ID\n    repair-delete       Delete repair by ID\n    repair-resume       Resume paused repair by ID\n    repair-intensity-change\n                        Change PAUSED repair intensity\n    repair-segment-list\n                        List repair segments by ID\n    repair-segment-abort\n                        Aborts a running segment and puts it back in NOT_STARTED state. The segment will be processed again later during the lifetime of the repair run\n    cluster-list        Clusters list\n    cluster-table-list  Tables list of a Cluster (keyspace)\n    cluster-schedule-list\n                        Repair Schedules list of a Cluster\n    cluster-schedule-enable\n                        Enable all repair schedules of a cluster\n    cluster-schedule-disable\n                        Disable all repair schedules of a cluster\n    cluster-schedule-delete\n                        Disable and delete all repair schedules of a cluster\n    cluster-repair-list\n                        Cluster Repairs list\n    cluster-repair-pause\n                        Pause all running repairs of a cluster\n    cluster-repair-resume\n                        Resume all paused repairs of a cluster\n    cluster-repair-abort\n                        Abort all running and paused repairs of a cluster\n    cluster-repair-delete\n                        Delete all repairs of a cluster\n    cluster-enable      Enable all repair schedules and resume all paused repairs of a cluster\n    cluster-disable     Disable all repair schedules and pause all running repairs of a cluster\n    completion-print    Print completion for shell\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --url URL             Reaper URL (default value from env REAPER_URL)\n  --username USERNAME   Reaper username (default value from env REAPER_USER)\n  --password PASSWORD   Reaper password (default value from env REAPER_PASSWORD)\n  --disable-ssl-verify  Disable SSL verification\n```\n\n## License\n\n`cassandra-reaper-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fcassandra-reaper-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolution-gaming%2Fcassandra-reaper-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fcassandra-reaper-cli/lists"}