-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|
@@ -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'"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters