This Docker image contains Agas script for managing HTTP requests.
1.1K
Agas is a command-line HTTP request tool designed to handle HTTP requests with various customization options. It supports methods such as GET, POST, PUT, and DELETE, along with custom headers and data payloads. The tool is packaged with Docker for easy deployment.
-H or --header-d or --datajq)Clone the Repository:
git clone https://github.com/m-mdy-m/agas.git
cd agas
Build Docker Image:
make build
Run Docker Container:
make run
Install Script (optional ->(manual install)):
make install
Clone the Repository:
git clone https://github.com/m-mdy-m/agas.git
cd agas
Install:
make install
To use Agas, run it from the terminal with the desired HTTP method and options. For example:
agas
agas @get https://api.example.com/resource -H "Accept: application/json" -t json
Please read our Contributing Guidelines before making contributions.
We expect all contributors to follow our Code of Conduct.
See our Changelog for a list of changes and updates.
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:47eefbd56…
Size
47.8 MB
Last updated
10 months ago
docker pull bitsgenix/agas