Skip to content

Requirements

Rodrigo Motta edited this page Aug 12, 2024 · 1 revision

GitNap relies on command line tools to perform its tasks. To use this tool, make sure you have the following commands installed:

  • curl: Command-line tool used to transfer data with various protocols, including HTTP. It is essential for making requests to the APIs of versioning platforms.
  • jq: A command-line JSON data processor. It is used to filter, transform and extract data from the APIs' JSON responses, allowing flexible manipulation of the results.

Installation

Install curl (if necessary)

sudo apt install curl
sudo yum install curl

Install jq (if necessary)

sudo apt install jq
sudo yum install jq

**Remember to adapt the installation to the specific packages of your distribution.

Clone this wiki locally