0.0.2 • Published 7 months ago

@qodalis/cli-curl v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Cli extension

The @qodalis/cli-curl package is a CLI extension designed to execute HTTP requests on your server. Supports GET, POST, PUT, DELETE, headers, and body data.

Installation

packages add @qodalis/cli-curl
packages add curl #short version

Usage

curl post https://api.example.com/users -d='{"name":"John"}' -H="Content-Type: application/json"

#Using proxy
curl post https://api.example.com/users -d='{"name":"John"}' -H="Content-Type: application/json" --proxy

This command downloads and registers the extension for use within the CLI environment.

0.0.2

7 months ago

0.0.1

10 months ago