-
Notifications
You must be signed in to change notification settings - Fork 3
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.
sudo apt install curlsudo yum install curlsudo apt install jqsudo yum install jq**Remember to adapt the installation to the specific packages of your distribution.