Oro GitHub CLI is a tool that connects to GitHub to automate tasks related to agile management, such as creating issues with a merge request and their corresponding metadata all togheter.
npm install -g oro-github-cliCurrently, this library uses libsecret so you may need to install it before running npm install.
Depending on your distribution, you will need to run the following command:
- Debian/Ubuntu:
sudo apt-get install libsecret-1-dev. - Red Hat-based:
sudo yum install libsecret-devel. - Arch Linux:
sudo pacman -S libsecret.
# verbose
$> ogh new-task
# alias
$> ogh nt# verbose
$> ogh new-task
# alias
$> ogh nt