Releases: auth0/auth0-cli
v0.10.2
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.1
Changelog
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)
v0.8.0
v0.7.1
v0.7.0
Changelog
83f9ea5 Cli 148 (#280)
5aa2dc4 Move configs to the top of the pre-run method (#283)
cb3a6d4 chore: split ci into separate steps (#292)
564f3ca feat: add roles (#293)
1e4d4b4 feat: auth0 ips { check | unblock } (#297)
8b7d93f feat: update auth0 SDK (#288)
7d7b32e fix: better development ergonomics (#294)
d297e9f fix: remove shim around lifetime in seconds (#296)
f5da1ff fix: remove stale actions code (#295)
7fe639a fix: use updated token once after the renewal (#290)