stream-cli
stream-cli copied to clipboard
Configure & manage Stream applications from the command line. 🚀
I created a unique channel with two members by leaving the channel ID empty. When using the CLI to list channels, this channel was returned. However, when using the CLI...
I'm trying to enable auto translation for my app via the following command: `stream-cli chat update-app --properties '{"auto_translation_enabled": true}'` This returns the message `Successfully updated app settings.` But when I...
Fixed typo in --user-id Updated set flag to required since an unset command without a set command fails with ```Error: unexpected end of JSON input```. example: ``` stream-cli chat update-user-partial...
versionPatch was not updated on the latest release. as a result, stream-cli --version was incorrectly returning 1.7.1 instead of 1.7.2