{"id":18041538,"url":"https://github.com/mrjefflarry/redmine-cli","last_synced_at":"2025-04-09T19:13:22.172Z","repository":{"id":50685076,"uuid":"498761219","full_name":"MrJeffLarry/redmine-cli","owner":"MrJeffLarry","description":"Redmine-cli is a CLI tool for interacting with the Redmine project management system. It allows you to perform tasks such as managing issues and listing projects from the command line, streamlining workflow and saving time.","archived":false,"fork":false,"pushed_at":"2025-04-07T22:34:44.000Z","size":94291,"stargazers_count":12,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T19:13:10.984Z","etag":null,"topics":["cli","go","golang","linux","mac","macos","osx","redmine","redmine-client","windows"],"latest_commit_sha":null,"homepage":"https://redmine-cli.hagerman.io/","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/MrJeffLarry.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":"2022-06-01T14:04:29.000Z","updated_at":"2025-03-26T09:08:11.000Z","dependencies_parsed_at":"2023-02-19T12:01:07.362Z","dependency_job_id":"d85959fc-6aea-47e4-b5bb-db0b644f458c","html_url":"https://github.com/MrJeffLarry/redmine-cli","commit_stats":{"total_commits":220,"total_committers":5,"mean_commits":44.0,"dds":0.2954545454545454,"last_synced_commit":"7511c579506ebfe05295f47b385a1ca5a2d2dabe"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJeffLarry%2Fredmine-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJeffLarry%2Fredmine-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJeffLarry%2Fredmine-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJeffLarry%2Fredmine-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrJeffLarry","download_url":"https://codeload.github.com/MrJeffLarry/redmine-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094987,"owners_count":21046770,"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":["cli","go","golang","linux","mac","macos","osx","redmine","redmine-client","windows"],"created_at":"2024-10-30T16:10:25.119Z","updated_at":"2025-04-09T19:13:22.125Z","avatar_url":"https://github.com/MrJeffLarry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine-cli\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/MrJeffLarry/redmine-cli)](https://goreportcard.com/report/github.com/MrJeffLarry/redmine-cli)\n\nRedmine-cli (Command Line Interface) is a software program that allows you to interact with the Redmine project management system using the command line.\nWith a Redmine CLI tool, you can perform a wide range of tasks, such as creating and managing issues, list projects, and more, all from the comfort of your terminal or command prompt.\n\nSupports redmine versions\n\n* 5.x\n* 4.x\n\n## Install\n\n### MacOS\n\n**brew**\n\n```bash\nbrew tap mrjefflarry/redmine-cli https://github.com/mrjefflarry/redmine-cli\nbrew install mrjefflarry/redmine-cli/red-cli\n```\n\n### Windows\n\n**scoop**\n\n```powershell\nscoop bucket add org https://github.com/mrjefflarry/redmine-cli.git\nscoop install mrjefflarry/redmine-cli/red-cli\n```\n\n### Linux\n\n**apt**\n\n```bash\ncurl -s --compressed \"https://raw.githubusercontent.com/MrJeffLarry/redmine-cli/main/apt/public_key.gpg\" | sudo apt-key add -\nsudo curl -s --compressed -o /etc/apt/sources.list.d/redmine-cli.list \"https://raw.githubusercontent.com/MrJeffLarry/redmine-cli/main/apt/redmine-cli.list\"\nsudo apt update\nsudo apt install red-cli\n```\n\n## Usage\n\n```\n\u003e red-cli -h\nRedmine CLI for integration with Redmine API\n\nUsage:\n  red-cli \u003ccommand\u003e \u003csubcommand\u003e [flags]\n  red-cli [command]\n\nAvailable Commands:\n  auth        auth to Redmine\n  completion  Generate the autocompletion script for the specified shell\n  config      get or set config\n  help        Help about any command\n  issue       issue\n  project     project\n  user        Get users info\n\nFlags:\n      --all       Ignore project-id\n  -d, --debug     Show debug info and raw response\n  -h, --help      help for red\n  -v, --version   version for red\n\nUse \"red-cli [command] --help\" for more information about a command.\n```\n\nDocumentation can be found [here](./docs/index.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjefflarry%2Fredmine-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrjefflarry%2Fredmine-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjefflarry%2Fredmine-cli/lists"}