Skip to content

Releases: auth0/auth0-cli

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)

v0.7.1

25 May 00:52
f0f9ca4
Compare
Choose a tag to compare

Changelog

c5ff007 Add Heap integration [CLI-158] (#302)
b9317fe Add missing long command descriptions (#298)
f0f9ca4 [CLI-164] users integration test (#300)
67a94e6 feat: apps --reveal flag to expose secrets (#301)

v0.7.0

17 May 22:52
cb3a6d4
Compare
Choose a tag to compare

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)

v0.6.1

11 May 02:12
318326a
Compare
Choose a tag to compare

Changelog

318326a Add APIs integration tests [CLI-96] (#286)
77c96d3 Add auth0.Error (#285)
e8cebd5 CLI-140: integration tests on ci (#263)
82eb08d Integration tests for auth0 apps commands and flags [CLI-95] (#278)
3021ee8 Update README.md (#282)