JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q65835F
  • License MIT

utils for rdf and solid

Package Exports

  • rdf-shell

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rdf-shell) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Stories in Ready

rdf-shell

Join the chat at https://gitter.im/melvincarvalho/rdf-shell rdf shell

Installation

    sudo npm install -g rdf-shell

Usage

    commands
    rdf cat <uri>                    - displays a uri
    rdf help                         - shows help message
    rdf ls <uri>                     - shows files in a container
    rdf obj <uri> [value]            - watches the first found object
    rdf patch <uri> <data>           - patch turtle data to a file
    rdf post <uri> <data>            - posts turtle data to a file
    rdf put <uri> <data>             - puts turtle data to a file
    rdf rm <uri>                     - removes a uri
    rdf sub <uri>                    - subscribes to a uri
    rdf tail <uri>                   - watches a URI for changes
    rdf touch <uri>                  - touches a uri
    rdf ws <uri>                     - tests websocket to a uri

Advanced

When working with access control lists and client side certificates, it is possible to add a cert using the environment variable

CERT=<certificate_path>