auth0 / auth0-cli

Build, manage and test your Auth0 integrations from the command line
https://auth0.github.io/auth0-cli/
MIT License
245 stars 52 forks source link

Dxcdt 584 select log stream on empty show #920

Closed m3talsmith closed 9 months ago

m3talsmith commented 9 months ago

When invoking auth0 logs streams show in interactive mode, we are asked to input the ID of the log stream. To improve DX we should instead present a list to select the log stream ID from the available log streams on the tenant.

🔧 Changes

Allows you to select from a list of known log streams

📚 References

🔬 Testing

In interactive mode the auth0 logs streams show command lets the user select the desired log stream from a list if available.

📝 Checklist