@evereactor/broker
v0.0.1
Published
eve broker
Downloads
7
Maintainers
Readme
@evereactor/broker
Broker node receiving messages
$ broker
eve broker
VERSION
@evereactor/broker/0.0.1 linux-x64 node-v18.5.0
USAGE
$ broker [COMMAND]
COMMANDS
autocomplete display autocomplete installation instructions
config display broker configuration
init initialize broker configuration
start start the broker
Commands
autocomplete
$ broker autocomplete
Building the autocomplete cache... done
Setup Instructions for BROKER CLI Autocomplete ---
1) Add the autocomplete env var to your zsh profile and source it
$ printf "eval $(broker autocomplete script zsh)" >> ~/.zshrc; source ~/.zshrc
NOTE: After sourcing, you can run `$ compaudit -D` to ensure no permissions conflicts are present
2) Test it out, e.g.:
$ broker <TAB> # Command completion
$ broker command --<TAB> # Flag completion
Enjoy!
config
$ broker config
TODO... config
init
$ broker init
TODO... init
start
$ broker start
TODO... start