Install the Prerequisites
How to install the required applications on your local computer.
Last updated
Was this helpful?
How to install the required applications on your local computer.
Last updated
Was this helpful?
Before you can use Warp, you must have the following applications installed on your local computer:
GitHub command-line interface (CLI). Warp uses an extension to the GitHub command-line interface to send key credentials data to your Migration HQ repository in GitHub.
The Warp command-line extension. This utility assembles the secure vault file containing tokens authorizing access to your source and destination repositories, generates the key to unlock the vault file, and puts both in your Migration HQ repository.
At the end of this section, you will have confirmed that you have the tool necessary for using Warp installed on your local computer.
First, see if the GitHub CLI is installed on your computer.
🛠️ Open your terminal application (on Windows, it’s Windows PowerShell or Command Prompt; on macOS and Linux, the default terminal is named Terminal).
🛠️ Enter the following command:
If the GitHub CLI is installed, you’ll see a message showing its version number and the URL for its release notes. Here’s an example:
If you see an error message instead, you’ll need to install the GitHub CLI. Go to the GitHub CLI page and follow the instructions there.
🛠️ Once you’ve confirmed that the GitHub CLI is installed on your computer, enter the following command to install the Warp command-line extension:
🛠️ Confirm that the Warp command-line extension is installed by running the following command in a terminal window:
You should see this response:
If you’ve made it this far, congratulations!
You’ve successfully installed the prerequisites for Warp and can proceed to the next step. 🙌
Search for the 🛠️ emoji if you’d like to skim through this content while focusing on the steps you need to follow.