Skip to content

Chirripo Launcher

You can install the Launcher to use Chirripo commands by simply using chirripo command.

In order to use it, you should follow these instructions:

OSX:

1
curl -OL https://github.com/chirripo/chirripo-launcher/releases/latest/download/chirripo.phar

Linux:

1
wget -O chirripo.phar https://github.com/chirripo/chirripo-launcher/releases/latest/download/chirripo.phar
  • Make downloaded file executable: chmod +x chirripo.phar
  • Move chirripo.phar to a location listed in your $PATH, rename to chirripo:
1
sudo mv chirripo.phar /usr/local/bin/chirripo
  • Use Chirripo by simply invoking chirripo from any project using chirripo
  • If you have Chirripo proxy installed; you can also manage it with chirripo proxy-up and chirripo proxy-down commands