rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

Setup and Metadata support #18

Closed robertroeser closed 7 years ago

robertroeser commented 7 years ago

Problem cli doesn't support setup or metadata payloads

Modification Added parameters to allow allow metadata and setup payloads from either a file or a string

Result can send setup, and metadata payloads

yschimke commented 7 years ago

Nice! I should setup a ReactiveSocket/homebrew-tap so I'm not gating any Mac homebrew releases

https://github.com/yschimke/homebrew-tap/blob/master/reactivesocket-cli.rb

yschimke commented 7 years ago

Please make similar changes to the bash completion definitions.

See https://github.com/ReactiveSocket/reactivesocket-cli/pull/20/files for an example