rdf-shell

0.4.14 • Public • Published

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 cp <source> <dest>           - copies from source to dest uris
    rdf help                         - shows help message
    rdf ls <uri>                     - shows files in a container
    rdf mv <scource> <dest>          - moves from source to dest uris
    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>

Package Sidebar

Install

npm i rdf-shell

Weekly Downloads

2

Version

0.4.14

License

MIT

Last publish

Collaborators

  • melvincarvalho