Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

event-store-toolbox

Package Overview
Dependencies
77
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    event-store-toolbox

CLI tool to interact with DynamoDB event stores


Version published
Maintainers
1
Created

Readme

Source

Event Store CLI

CLI tool to interact with DynamoDB event stores

See it in Action 🎥

Replay Demonstration

Table of Contents

  • Event Store CLI
  • Usage
  • Commands

Usage

$ npm install -g event-store-toolbox
$ event-store-toolbox COMMAND
running command...
$ event-store-toolbox (-v|--version|version)
event-store-toolbox/0.0.0 darwin-x64 node-v12.13.1
$ event-store-toolbox --help [COMMAND]
USAGE
  $ event-store-toolbox COMMAND
...

Commands

event-store-toolbox help [COMMAND]

display help for event-store-toolbox

USAGE
  $ event-store-toolbox help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

event-store-toolbox replay [FILE]

replay domain events from DynamoDB

USAGE
  $ event-store-toolbox replay [FILE]

OPTIONS
  -T, --topic=topic                              SNS topic ARN to publish events to
  -h, --help                                     show CLI help
  -k, --subscriptionAttributeKey=type|eventName  [default: type] The SNS attribute to filter event types based on
  -r, --region=us-east-2|us-east-1               [default: us-east-2] AWS region of resources
  -s, --subscription=subscription                ARN of the SNS subscription to target
  -t, --table=table                              DynamoDB table name to read events from

EXAMPLES
  $ event-store-toolbox replay
     --table application-review-dev-event-store
     --topic arn:aws:sns:us-east-2:403888327586:application-review-dev-events.fifo
  
  $ event-store-toolbox replay
     --table application-review-dev-event-store
     --subscription 
  arn:aws:sns:us-east-2:403888327586:application-review-dev-events.fifo:a975ba5a-14ba-48c5-ac23-d0a6009c5882

Keywords

FAQs

Last updated on 09 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc