0.0.2 • Published 7 months ago
@qodalis/cli-curl v0.0.2
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.