File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ homebrew_casks:
129129 description : |-
130130 Tiger CLI - Tiger Cloud Platform CLI
131131 Command-line interface for managing Tiger Cloud platform resources
132- binary : tiger
132+ binaries : [ tiger ]
133133 license : Apache-2.0
134134 skip_upload : auto # Skips prerelease builds
135135 url :
@@ -147,15 +147,11 @@ homebrew_casks:
147147 bash : " completions/tiger.bash"
148148 zsh : " completions/tiger.zsh"
149149 fish : " completions/tiger.fish"
150- # Optional: Add caveats for user instructions
151- caveats : |
152- Tiger CLI has been installed successfully!
153-
154- Get started with:
155- tiger auth login
156-
157- For help:
158- tiger --help
150+ # NOTE: There is a bug in GoReleaser when caveats contain normal multiline
151+ # strings, which causes the homebrew cask to only output the final line.
152+ # Formatting it in the following way works around it.
153+ caveats : >
154+ Tiger CLI has been installed successfully!\n\nGet started with:\n tiger auth login\n tiger mcp install\n\nFor help:\n tiger help
159155
160156# Checksum configuration - split into individual files for easier validation
161157checksum :
Original file line number Diff line number Diff line change @@ -453,8 +453,9 @@ main() {
453453 # Show usage information
454454 log_success " Get started with:"
455455 log_success " ${BINARY_NAME} auth login"
456+ log_success " ${BINARY_NAME} mcp install"
456457 log_success " For help:"
457- log_success " ${BINARY_NAME} -- help"
458+ log_success " ${BINARY_NAME} help"
458459 log_success " Happy coding with Tiger CLI! 🐅"
459460}
460461
You can’t perform that action at this time.
0 commit comments