You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this tool doesn't support getting the result in stdout. Therefore, it would be useful for user to provide an option -s, --stream so that they can get the result on stdout. It would also be great to get the result as a streaming object vs getting it all at once.
Steps of task
Implement the request object that requires API to return stream object as a response
Print them out into stdout in real time.
Test the new feature.
Caution
When -s, --stream flag is on, -o, --output flag will be ignored.