pullpo-io / cli

Control Pullpo, GitHub and GitLab from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control Pullpo, GitHub and GitLab (soon) from the terminal.


pullpo.io

Pullpo CLI is a wrapper made in top of the GitHub and GitLab CLI, so that you can also control Pullpo from the terminal. demo

πŸš€ Installation

πŸ’» 1. Install the CLI

For macOS and Linux

pullpo is available via Homebrew and as a downloadable binary from the releases page.

brew install pullpo-io/cli/pullpo

Windows

pullpo is available via downloadable MSI on our releases page

Other platforms

Download packaged binaries from the releases page.

πŸ™ 2. Install Pullpo in GitHub and Slack.

Follow the installation instructions at pullpo.io/app

In order to have the Pullpo functionality available in the CLI, you'll need to install Pullpo in your GitHub/Gitlab and Slack workspace.

πŸ“Œ Pullpo can only be installed in GitHub/GitLab orgs, not on personal accounts

install Pullpo

You can check the GitHub and Slack permissions we ask for along with their reasons on our docs page.

πŸšΆβ€β™‚οΈ Getting started

First, you need to log in to your GitHub account using the CLI.

pullpo auth login

You can get started by creating a PR and an associated Slack channel with:

pullpo pr create

To get a full list and explanation of all the commands run:

man pullpo

Or to get info about a specific command:

man pullpo <command>

🀝 Contributing

If you want to implement a new feature, please, open an issue first.

πŸ’Œ Contact us!

If you want to reach out, give feedback... email us at marco@pullpo.io

Thanks. Pullpo team.

About

Control Pullpo, GitHub and GitLab from the terminal

License:MIT License


Languages

Language:Go 99.7%Language:Shell 0.2%Language:Makefile 0.1%Language:Batchfile 0.0%