Skip to content

Commit

Permalink
Updating project catchphrase (#567)
Browse files Browse the repository at this point in the history
* Updating README

* Targeting main branch before we forget to change back

* Fixing link

* Removing redundant header, removing line breaks

* Fixing documentation links

* Adding period

* Updating catchphrase

* Regenerating docs

* Regenerating docs

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Dec 21, 2022
1 parent 17cb3a4 commit ec980ad
Show file tree
Hide file tree
Showing 24 changed files with 54 additions and 56 deletions.
61 changes: 30 additions & 31 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -40,36 +40,35 @@ changelog:
- "^docs:"
- "^test:"
brews:
-
name: auth0
- name: auth0
tap:
owner: auth0
name: homebrew-auth0-cli
commit_author:
name: auth0
email: [email protected]
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: [email protected]
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: [email protected]
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'"]
5 changes: 2 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/auth0_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion docs/auth0_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion docs/auth0_domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_email.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/auth0_ips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/auth0_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion docs/auth0_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ auth0 logout <tenant>

### SEE ALSO

* [auth0](/auth0-cli/) - Supercharge your development workflow.
* [auth0](/auth0-cli/) - Build, manage and test your Auth0 integrations from the command line.

2 changes: 1 addition & 1 deletion docs/auth0_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_quickstarts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/auth0_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_tenants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/auth0_universal-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: home
---
## auth0

Supercharge your development workflow.
Build, manage and test your Auth0 integrations from the command line.

### Options

Expand Down
2 changes: 1 addition & 1 deletion internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ec980ad

Please sign in to comment.