diff --git a/.goreleaser.yml b/.goreleaser.yml index f69cbccdf..016089a9f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,17 +1,17 @@ # Documentation at http://goreleaser.com builds: -- main: ./cmd/auth0 - env: - - CGO_ENABLED=0 - goarch: - - amd64 - - arm64 - goos: - - darwin - - linux - - windows - binary: auth0 - ldflags: + - main: ./cmd/auth0 + env: + - CGO_ENABLED=0 + goarch: + - amd64 + - arm64 + goos: + - darwin + - linux + - windows + binary: auth0 + ldflags: - -X 'github.com/auth0/auth0-cli/internal/buildinfo.Version={{.Version}}' - -X 'github.com/auth0/auth0-cli/internal/buildinfo.Revision={{.Commit}}' - -X 'github.com/auth0/auth0-cli/internal/buildinfo.BuildUser=goreleaser' @@ -40,8 +40,7 @@ changelog: - "^docs:" - "^test:" brews: - - - name: auth0 + - name: auth0 tap: owner: auth0 name: homebrew-auth0-cli @@ -49,27 +48,27 @@ brews: name: auth0 email: support@auth0.com homepage: https://auth0.github.io/auth0-cli - description: Auth0 command-line tool to supercharge your developer workflow + description: Build, manage and test your Auth0 integrations from the command line license: MIT skip_upload: auto install: | - bin.install "auth0" + bin.install "auth0" - (bash_completion/"auth0").write `#{bin}/auth0 completion bash` - (fish_completion/"auth0.fish").write `#{bin}/auth0 completion fish` - (zsh_completion/"_auth0").write `#{bin}/auth0 completion zsh` + (bash_completion/"auth0").write `#{bin}/auth0 completion bash` + (fish_completion/"auth0.fish").write `#{bin}/auth0 completion fish` + (zsh_completion/"_auth0").write `#{bin}/auth0 completion zsh` caveats: "Thanks for installing the Auth0 CLI" scoop: + name: auth0 + bucket: + owner: auth0 + name: scoop-auth0-cli + commit_author: name: auth0 - bucket: - owner: auth0 - name: scoop-auth0-cli - commit_author: - name: auth0 - email: support@auth0.com - commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" - homepage: https://auth0.github.io/auth0-cli - description: Auth0 command-line tool to supercharge your developer workflow - license: MIT - skip_upload: auto - post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"] + email: support@auth0.com + commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" + homepage: https://auth0.github.io/auth0-cli + description: Build, manage and test your Auth0 integrations from the command line + license: MIT + skip_upload: auto + post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"] diff --git a/docs/_config.yml b/docs/_config.yml index 2a057ad1c..268e798b3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,15 +3,14 @@ title: Auth0 CLI description: >- - auth0 is the command line to supercharge your development workflow. + Build, manage and test your Auth0 integrations from the command line. baseurl: "/auth0-cli" url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: auth0 -github_username: auth0 +github_username: auth0 # Build settings theme: minima header_pages: - about.markdown - diff --git a/docs/auth0_actions.md b/docs/auth0_actions.md index 4a071dc39..0635a3ab7 100644 --- a/docs/auth0_actions.md +++ b/docs/auth0_actions.md @@ -26,7 +26,7 @@ Manage resources for actions. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 actions create](auth0_actions_create.md) - Create a new action * [auth0 actions delete](auth0_actions_delete.md) - Delete an action * [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action diff --git a/docs/auth0_api.md b/docs/auth0_api.md index e1b86c3ce..c5ba5da7e 100644 --- a/docs/auth0_api.md +++ b/docs/auth0_api.md @@ -52,5 +52,5 @@ cat data.json | auth0 api post clients ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. diff --git a/docs/auth0_apis.md b/docs/auth0_apis.md index 704c3f7de..1559cff39 100644 --- a/docs/auth0_apis.md +++ b/docs/auth0_apis.md @@ -26,7 +26,7 @@ Manage resources for APIs. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 apis create](auth0_apis_create.md) - Create a new API * [auth0 apis delete](auth0_apis_delete.md) - Delete an API * [auth0 apis list](auth0_apis_list.md) - List your APIs diff --git a/docs/auth0_apps.md b/docs/auth0_apps.md index d22ccbcc0..fe9c3771e 100644 --- a/docs/auth0_apps.md +++ b/docs/auth0_apps.md @@ -26,7 +26,7 @@ Manage resources for applications. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 apps create](auth0_apps_create.md) - Create a new application * [auth0 apps delete](auth0_apps_delete.md) - Delete an application * [auth0 apps list](auth0_apps_list.md) - List your applications diff --git a/docs/auth0_completion.md b/docs/auth0_completion.md index 483d985f1..39753dd78 100644 --- a/docs/auth0_completion.md +++ b/docs/auth0_completion.md @@ -70,5 +70,5 @@ auth0 completion ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. diff --git a/docs/auth0_domains.md b/docs/auth0_domains.md index fff6186ad..4630e987d 100644 --- a/docs/auth0_domains.md +++ b/docs/auth0_domains.md @@ -26,7 +26,7 @@ Manage custom domains. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 domains create](auth0_domains_create.md) - Create a custom domain * [auth0 domains delete](auth0_domains_delete.md) - Delete a custom domain * [auth0 domains list](auth0_domains_list.md) - List your custom domains diff --git a/docs/auth0_email.md b/docs/auth0_email.md index d92edc06c..f8dbfbaea 100644 --- a/docs/auth0_email.md +++ b/docs/auth0_email.md @@ -26,6 +26,6 @@ Manage email settings. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 email templates](auth0_email_templates.md) - Manage custom email templates diff --git a/docs/auth0_ips.md b/docs/auth0_ips.md index 7a5573542..0705a9573 100644 --- a/docs/auth0_ips.md +++ b/docs/auth0_ips.md @@ -26,7 +26,7 @@ Manage blocked IP addresses. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 ips check](auth0_ips_check.md) - Check IP address * [auth0 ips unblock](auth0_ips_unblock.md) - Unblock IP address diff --git a/docs/auth0_login.md b/docs/auth0_login.md index ae16295eb..ad73450fd 100644 --- a/docs/auth0_login.md +++ b/docs/auth0_login.md @@ -44,5 +44,5 @@ auth0 login --scopes "read:client_grants,create:client_grants" ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. diff --git a/docs/auth0_logout.md b/docs/auth0_logout.md index 236694e65..91be74245 100644 --- a/docs/auth0_logout.md +++ b/docs/auth0_logout.md @@ -36,5 +36,5 @@ auth0 logout ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. diff --git a/docs/auth0_logs.md b/docs/auth0_logs.md index 6c3dc4c76..119108a69 100644 --- a/docs/auth0_logs.md +++ b/docs/auth0_logs.md @@ -26,7 +26,7 @@ View tenant logs. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 logs list](auth0_logs_list.md) - Show the application logs * [auth0 logs streams](auth0_logs_streams.md) - Manage resources for log streams * [auth0 logs tail](auth0_logs_tail.md) - Tail the tenant logs diff --git a/docs/auth0_orgs.md b/docs/auth0_orgs.md index e428363c5..890849142 100644 --- a/docs/auth0_orgs.md +++ b/docs/auth0_orgs.md @@ -26,7 +26,7 @@ Manage resources for organizations. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 orgs create](auth0_orgs_create.md) - Create a new organization * [auth0 orgs delete](auth0_orgs_delete.md) - Delete an organization * [auth0 orgs list](auth0_orgs_list.md) - List your organizations diff --git a/docs/auth0_protection.md b/docs/auth0_protection.md index 85ccb8f97..baad260ec 100644 --- a/docs/auth0_protection.md +++ b/docs/auth0_protection.md @@ -26,7 +26,7 @@ Manage resources for attack protection. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 protection breached-password-detection](auth0_protection_breached-password-detection.md) - Manage breached password detection settings * [auth0 protection brute-force-protection](auth0_protection_brute-force-protection.md) - Manage brute force protection settings * [auth0 protection suspicious-ip-throttling](auth0_protection_suspicious-ip-throttling.md) - Manage suspicious ip throttling settings diff --git a/docs/auth0_quickstarts.md b/docs/auth0_quickstarts.md index b88195a4e..23344fb3b 100644 --- a/docs/auth0_quickstarts.md +++ b/docs/auth0_quickstarts.md @@ -26,7 +26,7 @@ Step-by-step guides to quickly integrate Auth0 into your application. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 quickstarts download](auth0_quickstarts_download.md) - Download a Quickstart sample app for a specific tech stack * [auth0 quickstarts list](auth0_quickstarts_list.md) - List the available Quickstarts diff --git a/docs/auth0_roles.md b/docs/auth0_roles.md index e15340c3b..a58bc87fa 100644 --- a/docs/auth0_roles.md +++ b/docs/auth0_roles.md @@ -26,7 +26,7 @@ Manage resources for roles. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 roles create](auth0_roles_create.md) - Create a new role * [auth0 roles delete](auth0_roles_delete.md) - Delete a role * [auth0 roles list](auth0_roles_list.md) - List your roles diff --git a/docs/auth0_rules.md b/docs/auth0_rules.md index bce10afbe..d40eb4f54 100644 --- a/docs/auth0_rules.md +++ b/docs/auth0_rules.md @@ -26,7 +26,7 @@ Manage resources for rules. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 rules create](auth0_rules_create.md) - Create a new rule * [auth0 rules delete](auth0_rules_delete.md) - Delete a rule * [auth0 rules disable](auth0_rules_disable.md) - Disable a rule diff --git a/docs/auth0_tenants.md b/docs/auth0_tenants.md index af330cb4e..e35e015dc 100644 --- a/docs/auth0_tenants.md +++ b/docs/auth0_tenants.md @@ -26,7 +26,7 @@ Manage configured tenants. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 tenants list](auth0_tenants_list.md) - List your tenants * [auth0 tenants open](auth0_tenants_open.md) - Open tenant settings page in the Auth0 Dashboard * [auth0 tenants use](auth0_tenants_use.md) - Set the active tenant diff --git a/docs/auth0_test.md b/docs/auth0_test.md index 49f93072f..d995264ca 100644 --- a/docs/auth0_test.md +++ b/docs/auth0_test.md @@ -26,7 +26,7 @@ Try your Universal Login box or get a token. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 test login](auth0_test_login.md) - Try out your Universal Login box * [auth0 test token](auth0_test_token.md) - Fetch a token for the given application and API diff --git a/docs/auth0_universal-login.md b/docs/auth0_universal-login.md index bb8a97b02..42bc846bc 100644 --- a/docs/auth0_universal-login.md +++ b/docs/auth0_universal-login.md @@ -26,7 +26,7 @@ Manage a consistent, branded Universal Login experience that can handle all of y ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 universal-login prompts](auth0_universal-login_prompts.md) - Manage custom text for prompts * [auth0 universal-login show](auth0_universal-login_show.md) - Display the custom branding settings for Universal Login * [auth0 universal-login templates](auth0_universal-login_templates.md) - Manage custom Universal Login templates diff --git a/docs/auth0_users.md b/docs/auth0_users.md index 62c6e5c8a..ca9202f2c 100644 --- a/docs/auth0_users.md +++ b/docs/auth0_users.md @@ -26,7 +26,7 @@ Manage resources for users. ### SEE ALSO -* [auth0](/auth0-cli/) - Supercharge your development workflow. +* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line. * [auth0 users blocks](auth0_users_blocks.md) - Manage brute-force protection user blocks * [auth0 users create](auth0_users_create.md) - Create a new user * [auth0 users delete](auth0_users_delete.md) - Delete a user diff --git a/docs/index.md b/docs/index.md index f18de95d3..aee38fc24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ layout: home --- ## auth0 -Supercharge your development workflow. +Build, manage and test your Auth0 integrations from the command line. ### Options diff --git a/internal/cli/root.go b/internal/cli/root.go index f3df231fb..d637526f7 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -17,7 +17,7 @@ import ( "github.com/auth0/auth0-cli/internal/instrumentation" ) -const rootShort = "Supercharge your development workflow." +const rootShort = "Build, manage and test your Auth0 integrations from the command line." // Execute is the primary entrypoint of the CLI app. func Execute() {