auth0-cli

Build, manage and test your Auth0 integrations from the command line

MIT License

Stars
249
Committers
46

Bot releases are hidden (Show)

auth0-cli - v0.11.5

Published by sergiught over 2 years ago

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)
auth0-cli - v0.11.4

Published by Widcket over 2 years ago

Changelog

  • bc63c3a Add homebrew docs for Linux (#384)
  • 1a646d4 Add listing of organization members (#378)
  • 61c23b6 Update docs (#381)
  • 4443c27 Update login box+image layout template (#373)
auth0-cli - v0.11.3

Published by Widcket almost 3 years ago

Changelog

9daa0c2 Add branding texts commands (#359)

auth0-cli - v0.11.2

Published by Widcket almost 3 years ago

Changelog

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

auth0-cli - v0.11.1

Published by Widcket about 3 years ago

Changelog

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

auth0-cli - v0.11.0

Published by Widcket about 3 years ago

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)

auth0-cli - v0.10.3

Published by Widcket about 3 years ago

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)

auth0-cli - v0.10.2

Published by Widcket about 3 years ago

Changelog

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

auth0-cli - v0.10.1

Published by Widcket over 3 years ago

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)

auth0-cli - v0.10.0

Published by Widcket over 3 years ago

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)

auth0-cli - v0.9.1

Published by Widcket over 3 years ago

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)

auth0-cli - v0.9.0

Published by Widcket over 3 years ago

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)

auth0-cli - v0.8.1

Published by Widcket over 3 years ago

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)

auth0-cli - v0.8.0

Published by Widcket over 3 years ago

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)

auth0-cli - v0.7.1

Published by Widcket over 3 years ago

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)

auth0-cli - v0.7.0

Published by Widcket over 3 years ago

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)

auth0-cli - v0.6.1

Published by Widcket over 3 years ago

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)

auth0-cli - v0.6.0

Published by Widcket over 3 years ago

Changelog

bf0ed51 Add arm64 to the goarch list (#272)
8f52e8f Add support for new API properties [CLI-139] (#265)
67e75d3 Fix cursor escape seqs being written to StdOut [CLI-154] (#271)
457d3ff Fix flag issues on apps create and apps update [CLI-146] (#269)
0f93aa7 Grants string (#270)
40a355b Handle interrupts [CLI-151] (#273)
82c739f Refactor prepare interactivity [CLI-79] (#277)
781f245 Update messaging for login command to be more clear on the next step. Use a spinner while waiting for login to complete in the browser. (#268)
60c02ca [CLI-135] feat: add custom template edition w/preview (#267)
b69b35a feat: add a custom domain picker for auth0 test login (#281)
4a3ff01 fix: app picker needs to also ignore lifetime in seconds (#276)
1bea3af fix: just make client.List / Read work for all cases (#275)

auth0-cli - v0.5.1

Published by Widcket over 3 years ago

Changelog

7263e5a CLI-80: users blocks commands (#219)
4b8fcb5 Make --no-color global (#264)
ba0d855 Remove unused code (#257)
e5b542e [CLI-138] add enable and disable rules commands (#258)
0f4fee7 feat: login when scopes changed (#261)
0ec6677 fix: polling faster error #252 (#259)
efb1c6f fix: wrong jwtconfig lifetime type (#262)

auth0-cli - v0.5.0

Published by Widcket over 3 years ago

Changelog

cd70733 Add quickstarts list [CLI-90] (#254)
6c564a6 Add tenants open and apis open [CLI-101] [CLI-133] (#253)
7724d59 Update README [CLI-134] (#249)
ba8e0d5 feat: adds app open [id] command (#251)

Package Rankings
Top 5.3% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Go Report Card Release Codecov License Build Status