Releases: auth0/auth0-cli
v0.11.1
v0.11.0
Changelog
The roles
command no longer has the role
alias.
80c6deb Fix API fetching logic in roles permissions add/rm (#357)
d4d063d Honor force flag in login confirm prompt (#349)
343e7b3 Remove role alias (#358)
a3705d4 chore(deps): bump addressable from 2.7.0 to 2.8.0 in /docs (#350)
0b85c1b feat: paginate apps list (#353)
v0.10.3
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)