Skip to content

Releases: auth0/auth0-cli

v0.11.1

18 Oct 21:50
d5eaed2
Compare
Choose a tag to compare

Changelog

b145331 Added documentation for changing the default text editor (#360)
d5eaed2 Update PHP quickstarts.json data (#364)
2b1800e Update README.md

v0.11.0

21 Sep 20:54
343e7b3
Compare
Choose a tag to compare

Changelog

⚠️ BREAKING CHANGE
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

01 Sep 18:34
0f57d13
Compare
Choose a tag to compare

Changelog

7f578d8 Add rule integration tests [CLI-163] (#340)
b303da9 Add support for piped input to rules (#338)
93e264d Update dependencies (#339)
0f57d13 Use pkg/browser to open URLs (#347)
ee96843 feat: show cmd aliases (#342)

v0.10.2

23 Jul 22:36
711dbbd
Compare
Choose a tag to compare

Changelog

a2a8bd1 Fix askManyFlag (#331)
ca258cc Refactor editor prompt to unblock tests (#330)
711dbbd feat: add client credentials flow (#304)

v0.10.1

15 Jul 18:41
054c325
Compare
Choose a tag to compare

Changelog

054c325 Limit user creation to database connections (#336)
8b2931f Update command list in README (#328)
f9d3800 Update docs (#335)
25196bd branding docs improvements (#333)
27afbb7 feat: add role permissions (#329)

v0.10.0

08 Jul 14:20
4685f26
Compare
Choose a tag to compare

Changelog

daf7e30 Add organizations CRUD [CLI-189] (#325)
4685f26 Display JSON on list commands properly [CLI-191] (#327)
53f029c Fix branding update (#326)
85d22b7 refactor: source auth vars from env (#318)

v0.9.1

03 Jul 01:20
f9ab1c2
Compare
Choose a tag to compare

Changelog

84b051e Add branding emails show``branding emails update (#320)
f589e1c chore: update brew homepage (#321)
de422e7 feat: github page from autogenerated markdown doc (#319)

v0.9.0

23 Jun 02:22
331bd86
Compare
Choose a tag to compare

Changelog

35d14f5 Add branding domains update [CLI-184] (#314)
ea68099 Add actions CRUD [CLI-185] (#316)
331bd86 Allow access token to be piped on test login [CLI-186] (#317)

v0.8.1

15 Jun 01:07
1dc148e
Compare
Choose a tag to compare

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)

v0.8.0

08 Jun 00:13
a90e55a
Compare
Choose a tag to compare

Changelog

a1d2bbd Add branding show and branding update [CLI-170] (#306)
22e4114 Add autogenerated docs [CLI-176] (#307)
d5cc934 Add scopes flag to test login (#305)
a600d49 Cli 169 log streams (#303)
a90e55a Update Sentry SDK (#308)
383439d [CLI-167] integration test for roles (#309)