Tapping into Spring CLI

brew tap pivotal/tap
Cloning into '/usr/local/Library/Taps/pivotal/homebrew-tap'...
remote: Counting objects: 467, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 467 (delta 1), reused 0 (delta 0), pack-reused 465
Receiving objects: 100% (467/467), 76.81 KiB | 0 bytes/s, done.
Resolving deltas: 100% (248/248), done.
Checking connectivity... done.
Tapped 10 formulae

$ brew install springboot
==> Installing springboot from pivotal/homebrew-tap
==> Downloading https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.2.5.RELEASE/spring-boot-cli-1.2.5.RELEASE
######################################################################## 100.0%
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/springboot/1.2.5.RELEASE: 6 files, 8.6M, built in 34 seconds

Sip from Spring Boot CLI Getting Started

$ spring run -cp . app.groovy