{"id":16288291,"url":"https://github.com/roaldnefs/tanuki","last_synced_at":"2026-04-29T00:34:07.890Z","repository":{"id":57590195,"uuid":"151374340","full_name":"roaldnefs/tanuki","owner":"roaldnefs","description":"A tool for performing actions on GitLab repos or a single repo.","archived":false,"fork":false,"pushed_at":"2018-11-13T18:47:59.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-18T21:19:46.518Z","etag":null,"topics":["gitlab","gitlab-api","gitlab-ce"],"latest_commit_sha":null,"homepage":"","language":"Go","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/roaldnefs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-03T07:11:10.000Z","updated_at":"2025-01-23T05:14:45.000Z","dependencies_parsed_at":"2022-09-06T12:12:38.302Z","dependency_job_id":null,"html_url":"https://github.com/roaldnefs/tanuki","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/roaldnefs/tanuki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roaldnefs%2Ftanuki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roaldnefs%2Ftanuki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roaldnefs%2Ftanuki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roaldnefs%2Ftanuki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roaldnefs","download_url":"https://codeload.github.com/roaldnefs/tanuki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roaldnefs%2Ftanuki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gitlab","gitlab-api","gitlab-ce"],"created_at":"2024-10-10T19:47:51.210Z","updated_at":"2026-04-29T00:34:07.876Z","avatar_url":"https://github.com/roaldnefs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\u003cimg src=\"logo/tanuki.png\" alt=\"tanuki\" height=\"160px\"\u003e\u003c/p\u003e\n\n[![Travis CI](https://img.shields.io/travis/roaldnefs/tanuki.svg?style=for-the-badge)](https://travis-ci.org/roaldnefs/tanuki)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://godoc.org/github.com/roaldnefs/tanuki)\n[![Github All Releases](https://img.shields.io/github/downloads/roaldnefs/tanuki/total.svg?style=for-the-badge)](https://github.com/roaldnefs/tanuki/releases)\n\nNamed after the raccoon dog logo of GitLab. A tool for performing actions on GitLab repos or a single repo.\n\n* [Installation](README.md#installation)\n     * [Binaries](README.md#binaries)\n     * [Via Go](README.md#via-go)\n* [Usage](README.md#usage)\n     * [Audit](README.md#audit)\n     * [Configuration](README.md#configuration)\n\n## Installation\n\n### Binaries\n\nFor installation instructions from binaries please visit the [Releases Page](https://github.com/roaldnefs/tanuki/releases).\n\n### Via Go\n\n```console\n$ go get github.com/roaldnefs/tanuki\n```\n\n## Usage\n\n```console\n$ tanuki -h\nA tool for performing actions on GitLab repos or a single repo.\n\nUsage:\n  tanuki [command]\n\nAvailable Commands:\n  audit       Audit members, branches, hooks, deploy keys etc.\n  help        Help about any command\n  version     Print the version number of Tanuki\n\nFlags:\n      --config string   config file (default is $HOME/.tanuki.yaml)\n  -d, --debug           enable debug logging (default false)\n      --dry-run         do not change settings just print the changes that would occur (default false)\n  -h, --help            help for tanuki\n  -t, --token string    GitLab API token\n  -u, --url string      GitLab URL (default \"https://gitlab.com/\")\n\nUse \"tanuki [command] --help\" for more information about a command.\n```\n\n### Audit\n\nAudit members, branches, hooks, deploy keys etc.\n\n```console\n$ tanuki audit audit --token token --url https://gitlab.com/ --repository roaldnefs/tanuki\nroaldnefs / tanuki -\u003e\n\tMembers (1):\n\t\tOwner (1):\n\t\t\troaldnefs\n\t\tMaintainer (0):\n\n\t\tDeveloper (0):\n\n\t\tReporter (0):\n\n\t\tGuest (0):\n\n\tDeloy Keys (2):\n\t\tRead-only (1):\n\t\t\tuser@server\n\t\tRead-write (1):\n\t\t\tuser@server\n\n\tVisibility: private\n\tMerge Method: merge\n\n--\n```\n\n## Configuration\n\nTanuki will be easier to use if you provide a simple configuration file which help you eliminate providing a bunch of repeated information in flags over and over.\n\nAn example `~/.tanuki.yaml` file:\n\n```yaml\ntoken: TOKEN\nurl: https://gitlab.example.com/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froaldnefs%2Ftanuki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froaldnefs%2Ftanuki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froaldnefs%2Ftanuki/lists"}