Stream CLI
Interact with your Stream applications easily
# Get Chat application settings
$ stream-cli chat get-app
# List all Chat channel types
$ stream-cli chat list-channel-types
# Create a new Chat user
$ stream-cli chat upsert-user --properties "{\"id\":\"my-user-1\"}"
--app string [optional] Application name to use as it's defined in the configuration file
--config string [optional] Explicit config file path
-h, --help help for stream-cli