Skip to content

Releases: auth0/auth0-cli

v0.11.8

07 Jun 08:29
647951b
Compare
Choose a tag to compare

Changelog

  • c086750 fix: docs/Gemfile.lock to reduce vulnerabilities (#425)
  • 103799c fix: render template using same html structure as the live version #409 (#443)
  • ff8a682 import properly edited user template (#411)

v0.11.7

11 Mar 17:06
f9bcaf1
Compare
Choose a tag to compare

Changelog

v0.11.6

24 Feb 15:06
cc0f607
Compare
Choose a tag to compare

Changelog

  • 39bd207 Add auth0 user import command (#393)
  • 7a8eb85 Add codeowners to repo (#397)
  • 6d460ab Add commands for listing roles and members assigned a role in an organization (#386)
  • 6672170 Remove vendor folder (#396)
  • cc0f607 Replace gopkg.in/auth0.v5 with github.com/auth0/go-auth0 (#395)
  • 1e46739 fix: auth0 tenants add: blank slate (#394)

v0.11.5

31 Jan 10:16
fd0ce1d
Compare
Choose a tag to compare

Changelog

  • 8ead39e Add actions deploy command [DXCDT-13] (#387)
  • f89c425 Have the login command honor the --no-input flag (#390)
  • 57001ee Hide global --tenant flag on login command [DXCDT-14] (#388)
  • 9063df7 Update spinner library to get rid of a bug (#389)
  • fd0ce1d [DXCDT-19] Use GET instead of POST when downloading quickstarts (#391)

v0.11.4

19 Jan 19:53
1a646d4
Compare
Choose a tag to compare

Changelog

v0.11.3

03 Nov 00:09
9daa0c2
Compare
Choose a tag to compare

Changelog

9daa0c2 Add branding texts commands (#359)

v0.11.2

25 Oct 13:20
d203483
Compare
Choose a tag to compare

Changelog

d203483 Make API scopes non-required (#368)
583c0a4 fix: Update paths for PHP QuickStarts (#367)

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)