Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 02:27
· 893 commits to main since this release
666d061

Changelog

b4453cb 1.16 in gorelease workflow too
1c6139d Add CODE-OF-CONDUCT.md
2fbef06 Add GENERAL-CONTRIBUTING.md
7be10f9 Add LICENSE
be3cc49 Add state paremeter for try-login
6d450e8 Add apps update
7083e43 Add experimental state notice to the README
e4503c6 Add initial unit test for cli.IsLoggedIn()
94c904b Add logoutCmd
c305b4e Add support for more apps create/update parameters
7d7930b Add the same default grants that Manage uses
3e1c9b8 CLI-19: Replace --verbose with --debug.
5e86185 CLI-34: Attempt to validate access token when checking if the user is logged in.
5369bc0 CLI-34: committing vendor changes.
ccf8643 CLI-35: include tenant name, if it is set, when rendering command failures.
aebb126 Change apps update command to prompt when flagless
ae526b5 Cleanup apps commands
4ed4a05 Delete .idea directory
2d45fc6 Display all app parameters in single view
f5c8bc0 Display all single views as list of key values
55c2bb0 Fix command name
702f0bc Fix identifier name
47f3e3a Fix quickstart issues
1caa30a Fix quickstarts mapping
a6d3430 Fix test
2f3ab6d Fix test
32170a2 Fix test
2ad756e Handle case for when tenants is empty after removing
e2b9c56 Lint
fcc71ff Merge branch 'CLI-6' of github.com:auth0/auth0-cli into CLI-6
838cfc9 Merge branch 'main' into CLI-36
aba9ce3 Merge branch 'main' into CLI-47
094d456 Merge branch 'main' into cli-34-authn-status
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
ac00134 Merge pull request #108 from auth0/cli-34-authn-status
fac25a0 Merge pull request #110 from auth0/CLI-36
d0d5dd2 Merge pull request #111 from auth0/refactor/apps
6c5177d Merge pull request #113 from auth0/CLI-30
c60218c Merge pull request #115 from auth0/error-messages
425fc9d Merge pull request #116 from auth0/args-for-flags
d8980b6 Merge pull request #117 from auth0/add-apps-flags
66f4fd4 Merge pull request #118 from auth0/error-messages
3faabc9 Merge pull request #119 from auth0/polish-quickstarts
2f2efd1 Merge pull request #120 from auth0/CLI-46
6514e39 Merge pull request #121 from auth0/Widcket-patch-1
e579921 Merge pull request #123 from auth0/update-deps
e505286 Merge pull request #124 from auth0/apps-show-to-key-value-list
5042e68 Merge pull request #125 from auth0/actions-show-to-key-value-list
204fda3 Merge pull request #126 from auth0/update-demo-gif
72c1a66 Merge pull request #129 from auth0/fix-qs-download
dab2bbe Merge pull request #132 from auth0/error-messages
c1ed20d Merge pull request #134 from auth0/CLI-47
53a4320 Merge pull request #135 from auth0/tenants-use-dont-login
5c5a741 Merge pull request #136 from auth0/prompt-when-flagless
666d061 Merge pull request #137 from auth0/apps-create-ux-improvements
a0b4ef5 Merge pull request #138 from auth0/update-readme-logs
05b5507 Merge pull request #139 from auth0/display-entire-app-kv
c25aa11 Merge pull request #140 from auth0/add-logout-command
40e6cf5 Merge pull request #142 from auth0/key-values
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
12676a0 Merge remote-tracking branch 'origin/main' into cli-34-authn-status
7433355 PR fixes
9a9d1cf Reduce-scopes
b1990b1 Refactor delete command
0648f13 Refactor the create command
eaf0c3b Remove connections commands
41d3ac8 Remove custom domaains commands
6e9936d Remove oidc flag
d46f61d Remove refresh token as well on logout
723aebb Remove roles commands
5b7cfa7 Remove rules commands
ce9fc3b Remove unused const
ae43f7f Remove user commands
0f060f7 Removed unused func
aa49a01 Rename clientView to applicationView
faffdd8 Rename command function
ebb5ed4 Rename display/clients.go to display/apps.go
d9a051c Rename quickstart command
47b5645 Rename typeFor to appTypeFor
212ac95 Replace ID flags with arguments
bac7cba Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term.
d6f4f89 Run go mod tidy
783f24f Run go mod vendor
17aced6 Set liguist-generated so that PRs that include vendor changes are easier to read.
061d3e4 Swich order of apps and quickstarts commands
efb95bb Switch over api values
00c7b66 Update README.md
b94d12c Update README.md
b4ed593 Update actions update to only prompt when flagless
4a12e1b Update api update to only prompt when flagless
808653c Update comand example
9d599f9 Update dependencies
bb865e6 Update internal/cli/clients.go
b5c280a Update internal/cli/utils_shared.go
9855a52 Update readme to demonstrate basic onboarding journey
51d95da Update to newer version of golangci-lint
e76223a Use WithIssuer() when attempting to validate access token.
f1ffecd Use local flags
c6f966f [CLI-46] capitalize first letter of each error message
399bb77 [CLI-46] refactored error message formatting
eb8801a [CLI-46] updated error message string format
30979ec [CLI-46] updated error messages for apps command
85c2ac5 [CLI-47] format quickstart type errors
ef95f2f [CLI-47] update errors format
69bfae0 actions show: use key value list
57b23b4 add logout command
07ee9fa api show: use proper formatting
161d60a apps show: use key value list
f50e97d apps: improve UX on create and show screens
d9719aa create a higher-level test command and add login-box and token sub commands to it
719698d customize error messages for test command
9cce8a8 feat: add tenants use cmd (#109)
a9a932f feat: renew expired access token (#112)
c9d1f92 feat: store and use refresh token (#141)
7088519 fix comments
939a533 fix error verb
1705416 fix: allow downloading any quickstart [CLI-30]
7ca3218 refactor: remove callbacks from app list
6e77a65 remove printf
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
3e3dd49 replace error format with new error when appropriate
265b589 return an info message when no logs are found
f7fdc9a small tweaks to apis error language
9c6ee16 style: remove comment
dd7b626 tenants use shouldn't trigger logins
0412e8c update comments
db4fd08 update error messages for tenants command
3672d25 update errors for completion and logs
30981fb update login checking logic
95bddf6 update to Go 1.16 in workflow
a8fbf79 updated error messages for apis command
1053757 updated test command errors for getOrCreateCLITesterClient
df92778 use existing renderer