{"id":17042906,"url":"https://github.com/mizzy/tdrm","last_synced_at":"2025-03-23T18:31:20.230Z","repository":{"id":253096501,"uuid":"842361688","full_name":"mizzy/tdrm","owner":"mizzy","description":"A command lint tool to clean up Amazon ECS task definitions","archived":false,"fork":false,"pushed_at":"2024-11-11T22:52:13.000Z","size":60,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T11:14:54.781Z","etag":null,"topics":[],"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/mizzy.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T07:38:28.000Z","updated_at":"2025-01-11T08:57:22.000Z","dependencies_parsed_at":"2024-10-28T16:48:28.242Z","dependency_job_id":"6984cd3c-b10b-45af-936e-09122862474f","html_url":"https://github.com/mizzy/tdrm","commit_stats":null,"previous_names":["mizzy/tdrm"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Ftdrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Ftdrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Ftdrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Ftdrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizzy","download_url":"https://codeload.github.com/mizzy/tdrm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149210,"owners_count":20568849,"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-10-14T09:26:37.264Z","updated_at":"2025-03-23T18:31:20.212Z","avatar_url":"https://github.com/mizzy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tdrm\n\nA command line tool to clean up Amazon ECS task definitions.\n\nThis tool works like this:\n\n- Keep *n* active revisions.\n- Inactivate revisions other than revisions to keep.\n- Delete inactive revisions.\n\n\nThis tool is heavily inspired by [tdtidy](https://github.com/manabusakai/tdtidy) and [ecrm](https://github.com/fujiwara/ecrm).\n\n## Usage\n\n```\nNAME:\n   tdrm - A command line tool to manage AWS ECS task definitions\n\nUSAGE:\n   tdrm [global options] command [command options]\n\nVERSION:\n   current\n\nCOMMANDS:\n   delete   Delete task definitions.\n   plan     List task definitions to delete.\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --config FILE, -c FILE  Load configuration from FILE (default: \"tdrm.yaml\") [$TDRM_CONFIG]\n   --format value          plan output format (table, json) (default: \"table\") [$TDRM_FORMAT]\n   --help, -h              show help\n   --version, -v           print the version\n```\n\n## Configurations\n\nConfiguration file is YAML format.The default file name is `tdrm.yaml`.\n\n```yaml\ntask_definitions:\n  - family_prefix: metabase\n    keep_count: 10\n  - family_prefix: foo*\n    keep_count: 20\n  - family_prefix: bar*\n    keep_count: 30\n```\n\n## Author\n\nCopyright (c) 2024 Gosuke Miyashita\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Ftdrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizzy%2Ftdrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Ftdrm/lists"}