Skip to content

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 20:53
· 991 commits to main since this release

Changelog

be3cc49 Add state paremeter for try-login
6d450e8 Add apps update
3e1c9b8 CLI-19: Replace --verbose with --debug.
ccf8643 CLI-35: include tenant name, if it is set, when rendering command failures.
ae526b5 Cleanup apps commands
4ed4a05 Delete .idea directory
55c2bb0 Fix command name
702f0bc Fix identifier name
a6d3430 Fix test
fcc71ff Merge branch 'CLI-6' of github.com:auth0/auth0-cli into CLI-6
d4cfb4e Merge pull request #100 from auth0/rename-test-cmds
0ee908b Merge pull request #101 from auth0/cli-19-debug
e318ece Merge pull request #102 from auth0/rename-quickstarts
f32f8e6 Merge pull request #107 from auth0/cli-35-tenant-name
d0d5dd2 Merge pull request #111 from auth0/refactor/apps
7961ab0 Merge pull request #94 from auth0/reduce-scopes
bc838d7 Merge pull request #95 from auth0/api-show-use-proper-formatting
2192bd2 Merge pull request #96 from auth0/remove-commands
6f39a9f Merge pull request #97 from auth0/CLI-13
f023ec2 Merge pull request #99 from auth0/CLI-6
9a9d1cf Reduce-scopes
b1990b1 Refactor delete command
0648f13 Refactor the create command
eaf0c3b Remove connections commands
41d3ac8 Remove custom domaains commands
723aebb Remove roles commands
5b7cfa7 Remove rules commands
ae43f7f Remove user commands
faffdd8 Rename command function
d9a051c Rename quickstart command
47b5645 Rename typeFor to appTypeFor
061d3e4 Swich order of apps and quickstarts commands
808653c Update comand example
bb865e6 Update internal/cli/clients.go
b5c280a Update internal/cli/utils_shared.go
07ee9fa api show: use proper formatting
3927fc2 chore: add brew
d9719aa create a higher-level test command and add login-box and token sub commands to it
9cce8a8 feat: add tenants use cmd (#109)
a9a932f feat: renew expired access token (#112)
7088519 fix comments
eb6ccac rename clients to app and added delete command
e27f1ae rename clients to apps
37119f8 rename get-token and try-login commands to test-login and test-token
3a3b01f renamed clientsListCmd to appsListCmd
0412e8c update comments
30981fb update login checking logic