Skip to content

v0.8.1

Compare
Choose a tag to compare
@Widcket Widcket released this 15 Jun 01:07
· 675 commits to main since this release
1dc148e

Changelog

⚠️ BREAKING CHANGE

The way to filter logs in auth0 logs list and auth0 logs tail has changed. Previously, these commands had the --client-id flag to filter by application (client) id. That flag has been replaced by the --filter flag that supports filtering by a series of fields using Lucene Query syntax.
Examples:

auth0 logs list --filter "client_id:<client-id>"
auth0 logs list --filter "client_name:<client-name>"
auth0 logs list --filter "user_id:<user-id>"
auth0 logs tail --filter "user_name:<user-name>"
auth0 logs tail --filter "ip:<ip>"
auth0 logs tail --filter "type:f"

da352f4 Add custom domains CRUD (#311)
a23cbe7 Replace client-id with filter in logs commands (#310)
1dc148e Track all commands if logged in (#312)
059b42d Update README.md
54fc3f3 feat: config init command (#291)