Skip to main content

PR-CLI

Pull Request - Command Line Interface

📥 Installation

⬆️ Upgrading

To upgrade your installation to the latest version:

deno install --reload --force --name pr-cli --allow-run --allow-read --allow-env https://deno.land/x/prcli/main.ts

🔲 Completions

To get completions for pr-cli in bash, run this::

echo 'source <(pr-cli completions bash)' >> ~/.bashrc

ℹ This will add source <(pr-cli completions bash) at the end of your .bashrc file

For other shells run pr-cli completions --help for instructions