Skip to content

Commit

Permalink
chore: add licenses info to help message (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Mar 14, 2024
1 parent 2a2c749 commit 01e5007
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ releaseType: simple
versionFile: 'cmd/version.txt'
extraFiles:
- README.md
- cmd/root.go
10 changes: 10 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func WithDialer(d alloydb.Dialer) Option {
}
}

// {x-release-please-start-version}
var longHelp = `
Overview
Expand Down Expand Up @@ -335,8 +336,17 @@ Waiting for Startup
See the wait subcommand's help for details.
(*) indicates a flag that may be used as a query parameter
Third Party Licenses
To view all licenses for third party dependencies used within this
distribution please see:
https://storage.googleapis.com/alloydb-auth-proxy/v1.8.0/third_party
`

// {x-release-please-end}

var waitHelp = `
Sometimes it is necessary to wait for the Proxy to start.
Expand Down

0 comments on commit 01e5007

Please sign in to comment.