A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jhen0409/redux-dispatch-cli below:

jhen0409/redux-dispatch-cli: A CLI tool for Redux remote dispatch. Used in remote-redux-devtools

Remote Redux Dispatch CLI

A CLI tool for Redux remote dispatch. Used in remote-redux-devtools

$ npm install -g redux-dispatch-cli

Use redux-dispatch or rrd command.

# Connect to remotedev-server
$ redux-dispatch connect --hostname <hostname> --port <port>

# Show instance list
$ redux-dispatch ls-instance

# Select instance
$ redux-dispatch select <instance>

# Sync currently selected instance states to all instances
$ redux-dispatch sync

# Dispatch action
$ redux-dispatch action "{ type: 'ACTION', ... }"

# Start daemon (`connect` can also start daemon)
$ redux-dispatch start
# Restart daemon
$ redux-dispatch restart
# Stop daemon
$ redux-dispatch stop
# Check daemon status
$ redux-dispatch status

Run redux-dispatch --help or redux-dispatch <command> --help for more information.

$ rrd connect --hostname <hostname> --port <port>

It will create a daemon, the daemon process will exit when $HOME/.remotedev_d_port is removed.

Make sure have instance can dispatch action.

Select a instance (default: auto)
$ rrd select <instanceKey>
$ rrd action "{ type: 'ACTION', a: 1 }"

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4