# Query Commands

[PrismQuery] projector --help
Usage: projector [details|update|createBookmark|deleteBookmark|clearStop] [options] <args>...

Command: details [options] [<name>]
shows the details
  -v, --verbose            show the projected and skipped events
  <name>                   provide the projector name


Command: update <name> <seqNo> [<step>]
update the projector
  <name>                   provide the projector name
  <seqNo>                  update the projector till <seqNo>
  <step>                   the step size (default 10000)


Command: createBookmark <name> <seqNoAt>
create a bookmark at <atSeqNo> for projector <name>
  <name>                   provide the projector name
  <seqNoAt>                create the bookmark at the <seqNoAt>


Command: deleteBookmark <name>
delete the bookmark
  <name>                   provide the projector name


Command: clearStop <name>
clearStop the bookmark
  <name>                   provide the projector name


  --help                   prints this usage text

# projector

  • details
  • update
  • createBookmark
  • deleteBookmark
  • clearStop

# details [options] [ name ]

shows the details

  • -v, --verbose show the projected and skipped events
  • name provide the projector name

# update name seqNo [step]

update the projector

  • name provide the projector name
  • seqNo update the projector till seqNo
  • step the step size (default 10000)

# createBookmark name seqNoAt

create a bookmark at atSeqNo for projector name

  • name provide the projector name
  • seqNoAt create the bookmark at the seqNoAt

# deleteBookmark name

delete the bookmark

  • name provide the projector name

# clearStop name

clearStop the bookmark

  • name provide the projector name