@yodata/plugin-inbox
v1.0.4
Published
@yodata/cli inbox plugin
Downloads
13
Readme
@yodata/plugin-inbox
@yodata/cli inbox
Usage
$ npm install -g @yodata/plugin-inbox
$ yodata inbox COMMAND
running command...
$ yodata inbox (-v|--version|version)
@yodata/plugin-inbox/1.0.4 darwin-x64 node-v16.15.1
$ yodata inbox --help [COMMAND]
USAGE
$ yodata inbox COMMAND
...
Commands
yodata inbox inbox
yodata inbox inbox:list
yodata inbox inbox:next
yodata inbox inbox:reset
yodata inbox inbox:store
yodata inbox inbox
manage inbox items
USAGE
$ yodata inbox inbox
OPTIONS
-o, --output=yaml|json|table|text [default: yaml] format output
--profile=profile [default: solid-dev-bhhs] command context
See code: src/commands/inbox/index.js
yodata inbox inbox:list
list inbox items
USAGE
$ yodata inbox inbox:list
OPTIONS
-H, --hours=hours get messages in the last X hours
-o, --output=output [default: table] output format
--by=timestamp|token query type (timestamp/token)
--format=link|full
--from=from starting point
--profile=profile [default: solid-dev-bhhs] command context
ALIASES
$ yodata inbox inbox:ls
See code: src/commands/inbox/list.js
yodata inbox inbox:next
advance to the next page of inbox messages
USAGE
$ yodata inbox inbox:next
OPTIONS
-o, --output=output [default: table] output format
--by=timestamp|token query type (timestamp/token)
--format=link|full
--from=from starting point
--profile=profile [default: solid-dev-bhhs] command context
See code: src/commands/inbox/next.js
yodata inbox inbox:reset
reset inbox
USAGE
$ yodata inbox inbox:reset
OPTIONS
-o, --output=yaml|json|table|text [default: yaml] format output
--profile=profile [default: solid-dev-bhhs] command context
See code: src/commands/inbox/reset.js
yodata inbox inbox:store
display inbox data
USAGE
$ yodata inbox inbox:store
OPTIONS
-o, --output=yaml|json|table|text [default: yaml] format output
--profile=profile [default: solid-dev-bhhs] command context
See code: src/commands/inbox/store.js