GetStream / stream-cli

Configure & manage Stream applications from the command line. 🚀
https://yarnpkg.com/en/package/getstream-cli
BSD 3-Clause "New" or "Revised" License
85 stars 19 forks source link

chat:user:update always prompts for user input #59

Closed zsmb13 closed 2 years ago

zsmb13 commented 3 years ago

The implementation is checking for flags.user to exist, but that parameter can't be provided via the command line args.

https://github.com/GetStream/stream-cli/blob/561dcd1e0cf814d437dc5391c0c28da1ec6effb1/src/commands/chat/user/update.js

gz#10547

peterdeme commented 2 years ago

This isn't applicable as we converted it into go