Skip to content

Releases: auth0/auth0-cli

v0.2.2

10 Mar 19:45
c95e71a
Compare
Choose a tag to compare

Changelog

c95e71a Merge pull request #143 from auth0/cli-39
651c025 chore: add git commit to version output
f52e3f7 chore: rename us to auth0-cli, sorry stripe is taken
a0e4bf1 chore: setup build-info package and env variables in Makefile
dc2d6a0 chore: setup ldflags
fa0ac1b feat: add version to user-agent

v0.2.1

07 Mar 00:06
Compare
Choose a tag to compare

Changelog

4810919 Merge branch 'main' into spike-homebrew
3927fc2 chore: add brew
212de18 set a GH token for goreleaser
8d31831 set tap name

v0.2.0

06 Mar 02:27
666d061
Compare
Choose a tag to compare

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

v0.1.7

26 Feb 20:56
212de18
Compare
Choose a tag to compare

Changelog

212de18 set a GH token for goreleaser

v0.1.6

26 Feb 20:53
Compare
Choose a tag to compare

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

v0.1.5

05 Feb 19:07
83c3010
Compare
Choose a tag to compare

Changelog

03e016f Add more data to log description
591c7d3 Add the get-tokens command (#56)
63d7362 BAM: add the JSON rows
741a019 Back to const
d52984b Back to non-forked version of tablewriter
67fa25d Cleanup const declarations
5db1c00 Docs on decorator
4546bf1 Fix build failure
44ea453 Formatting
f98d138 Merge pull request #84 from auth0/improve-log-errors
75e3b82 Merge pull request #86 from auth0/fix/tilda-path-support
a570cb5 Replacing package for better OS cross-compatibility
b00095e Stripping and replacing tildas to fix bug
83c3010 feat: set user agent (#91)
10bc65d fix: cmds consistency (#90)
0cdeb58 improve ux for actions logs
81ec51a stream experiment over: utilize "truncated" columns
ed35289 tidy + vendor
636144a v2 of actions logs
0e225ca vendors
986fbef vendors
4076f09 vendors
0fe3644 vendors
7497d90 wire actionexecution

v0.1.4

28 Jan 13:08
4bc412e
Compare
Choose a tag to compare

Changelog

4bc412e Merge pull request #89 from auth0/feature/scopes-list
7e6138a feat: add 'scopes list' subcommand

v0.1.3

28 Jan 00:58
befc44c
Compare
Choose a tag to compare

Changelog

0c819fa Add quickstart cmd
fe4c227 Add quickstart command
4365353 Adding ability for users to pass files as input params in rules commands
209afec Basic user get/search command
6f9e3d5 Merge pull request #66 from auth0/add-quick-start-mvp
c283847 Merge pull request #77 from auth0/feature/A0CLI-42
a24b55e Merge pull request #80 from auth0/move-quickstart-to-root
895677f Merge pull request #83 from auth0/add/user-input-file
befc44c Merge pull request #85 from auth0/feature/users-interactivity
60048b3 This just moves quickstart to root and adds an alias
6adbf6c Update internal/cli/quickstart.go
570216c Update internal/cli/quickstart.go
100d9b3 Update internal/cli/quickstart.go
65ffb62 add actions delete (#81)
2a03272 chore: restructure shared login components (#79)
730fae8 feat: Actions improvement (#73)
a448af9 feat: add prompts to users
ea6efa2 feat: support updating an action with new versions (#75)
24d9a6c go mod tidy + vendor
0fa6fef tidy + vendor again

v0.1.2

27 Jan 17:50
84435d6
Compare
Choose a tag to compare

Changelog

71a58f5 A0CLI-47: add initial role support.
f404a7b A0CLI-49: add initial custom-domains support.
811a9e2 Add --no-input flag
307cec6 Add interactive promp to rules
fdbbb0f Add interactive prompts to APIs
0cdd7f0 Add mock makefile targets.
f522529 Adding the update rule subcommand
e05ab65 Address feedback
64c0d40 Bump briandowns/spinner to resolve race condition issue.
a801220 Fixing a typo in enabling a rule (#71)
e1e926b Make interactivity tty-based for APIs
c205e83 Make interactivity tty-based on rules
d7f97f7 Merge branch 'main' into feature/interactive-prompts
6559495 Merge pull request #58 from auth0/feature/interactive-prompts
5115f68 Merge pull request #60 from auth0/a0cli-47-roles
9f05f0c Merge pull request #61 from auth0/fix-flags-collision
bac0b29 Merge pull request #62 from auth0/tagline
d01a0a3 Merge pull request #65 from auth0/a0cli-49-custom-domains
3cb6c70 Merge pull request #67 from auth0/feature/interactivity
0aa048a Merge pull request #72 from auth0/add/update-rule
2a8b23f Merge pull request #76 from auth0/feature/interactivity-actions
9b72ad8 Merge pull request #78 from auth0/fix-rules-breakage
ce25dc6 Omit return value of SetAnnotation
43eea56 Re-add delete rule by name
9456935 Remove extra whitespace
16c6f64 Remove time.Sleep() hack given latest version of briandowns/spinner fixes race condition.
53e7a1d Remove title transform
57e4924 Style prompts
ad18144 Use golang 1.15
5f521df Use latest version of goreleaser/goreleaser-action
597c1c6 default to auth0 managed certs for type.
bdd629e feat: actions deploy and actions versions (#53)
9d3fab6 feat: actions download (#64)
73d17cd feat: add get-token command for fetching user-facing tokens for an API (#69)
627cf6f feat: prompts for actions
5d8a0c6 feat: support version creation during actions create (#68)
b6e3371 fix rules breakage with TextDefaultInput
ffb9c62 fix: Go SDK can't set an empty list of callbacks, so don't attempt to do so (#70)
baad248 minor: match tagline
fd3b6dd remove -f shorthand for force flag
84435d6 standardize commands help wording and conventions (#74)

v0.1.1

26 Jan 23:25
98fa733
Compare
Choose a tag to compare

Changelog

f2497a7 Add spinners where missing in: connections, logs, rules, try-login
c9fa65b Do seconds ago for timeAgo
bdbb946 Ensure we're displaying in correct sorted order
b94717b Finalize
f1c32be Finish spinner after enable/disable
3685361 Fix unconditional termination of loop
30d61e9 Lint / tests
325b271 Make sure tenant is set correctly
5054822 Merge pull request #45 from auth0/fix/A0CLI-35
e82a765 Merge pull request #48 from auth0/release
3119474 Merge pull request #50 from auth0/logs-formatting-tweaks
7cb8a6b Merge pull request #51 from auth0/logs-with-table-fork
02e5ed4 More cleanups
3571a4d More tweaks
70080e8 Not applicable all the things
ef3fd83 Update README.md
9f01647 Update README.md
94d3f24 Update README.md
0422a3e Update README.md
88aced8 Update README.md
9cae5c4 WIP
615fb1b WIP: Logs: tweak formatting
ab2942a feat: auth0 clients create improvements (#44)
5155ca8 feat: actions triggers create (#42)
1a9e75c feat: add name flag support for rules delete command (#54)
98fa733 feat: sort cmds by relevance [A0CLI-46] (#57)
df22431 fix: UX updates for try-login (#49)
738873e fix: add required flags to rules create and delete commands (#52)
59b6737 fix: completion (#47)
57b7089 fix: remove --reveal flag from try-login, always show tokens (#46)
3fa4cc5 go mod tidy; go mod vendor
dccd369 switch to table fork