CLI Installation
Learn how to install Stacked PRs CLI. The Aviator command line tool can streamline and automate common tasks within your Git and GitHub workflows.
Last updated
Was this helpful?
Learn how to install Stacked PRs CLI. The Aviator command line tool can streamline and automate common tasks within your Git and GitHub workflows.
Last updated
Was this helpful?
The Aviator command line tool (invoked as av
) can be used to streamline and automate common tasks within your Git and GitHub workflows. Currently, the tool is used primarily to manage Stacked PRs.
First, if not already done, .
Then install using Homebrew tap.
Published as in AUR.
Add Aviator to your APT repositories.
And then apt install.
Add the following file /etc/yum.repos.d/fury.repo
.
Run the following command to confirm the configuration is working.
And then run yum install.
Set up the GitHub CLI for GitHub authentication:
Set up the av
CLI autocompletion:
Initialize the repository:
If you'd prefer you can download the .deb
file from the .
If you'd prefer you can download the .rpm
file from the .
Download the binary from the . Extract the archive and add the executable to your PATH.
Or you can create a Personal Access Token as described in the section.