0.1.11 • Published 8 days ago

solid-curl v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

npm-version node-version license publish-npm

solid-curl

Command line application mimicking the behaviour of cURL but authenticating using Solid-OIDC

Installation

npm install -g solid-curl

Usage

Usage: solid-curl [options] [command] <uri>

Arguments:
  uri                       Target URI

Options:
  -V, --version             Show version number and quit
  -d, --data <data>         HTTP POST data
  -H, --header <header...>  Add header to request
  -i, --include             Include HTTP response headers in output
  -L, --location            Follow redirects
  -s, --silent              Silent mode
  -u, --user <identity>     Use stored identity
  -u, -- <identity>         Use stored identity
  -v, --verbose             Make the operation more talkative
  -X, --request <method>    Specify custom request method
  -h, --help                display help for command

Commands:
  register-user <uri>
  delete-user <identity>
  list-users
Usage: solid-curl register-user [options] <uri>

Arguments:
  uri         WebID

Options:
  -h, --help  display help for command

Usage: solid-curl delete-user options

Arguments: identity Identity name

Options: -h, --help display help for command

Usage: solid-curl list-users options

Options: -h, --help display help for command

## User Identities
solid-curl saves user identities to the keyring. New users can be registered using

solid-curl register-user

The name that is given to the user in the following dialog can be used with the `-u` parameter to automatically authenticate the request.
0.1.11

8 days ago

0.1.10

6 months ago

0.1.8

9 months ago

0.1.9

9 months ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.1.0-0

2 years ago