Skip to content

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.

License

Notifications You must be signed in to change notification settings

MrJeffLarry/redmine-cli

Repository files navigation

Redmine-cli

Go Report Card

Redmine-cli (Command Line Interface) is a software program that allows you to interact with the Redmine project management system using the command line. With 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.

Supports redmine versions

  • 5.x
  • 4.x

Install

MacOS

brew

brew tap mrjefflarry/redmine-cli https://github.com/mrjefflarry/redmine-cli brew install mrjefflarry/redmine-cli/red-cli

Windows

scoop

scoop bucket add org https://github.com/mrjefflarry/redmine-cli.git scoop install red-cli

Linux

apt

curl -s --compressed "https://redmine-cli.hagerman.io/apt/public_key.gpg" | sudo apt-key add - sudo curl -s --compressed -o /etc/apt/sources.list.d/redmine-cli.list "https://redmine-cli.hagerman.io/apt/redmine-cli.list" sudo apt update sudo apt install red-cli

ArchLinux

Install from the redmine-cli-go AUR package

yay redmine-cli-go

Usage

> red-cli -h Redmine CLI for integration with Redmine API Usage: red-cli <command> <subcommand> [flags] red-cli [command] Available Commands: auth auth to Redmine completion Generate the autocompletion script for the specified shell config get or set config help Help about any command issue issue project project user Get users info Flags: --all Ignore project-id -d, --debug Show debug info and raw response -h, --help help for red -v, --version version for red Use "red-cli [command] --help" for more information about a command. 

Documentation can be found here

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •