Skip to content

Instantly share code, notes, and snippets.

@sotnikov-link
Last active May 12, 2020 08:52
Show Gist options
  • Save sotnikov-link/d6989de245d5be57d21d44f53d231acf to your computer and use it in GitHub Desktop.
Save sotnikov-link/d6989de245d5be57d21d44f53d231acf to your computer and use it in GitHub Desktop.
Concourse Fly CLI for MacOS

Requirements

  • homebrew
  • fly
mkdir ~/.bin
cp fly ~/.bin/
echo "export PATH=$PATH:~/.bin" >> .bash_profile
fly completion --shell bash > $(brew --prefix)/etc/bash_completion.d/fly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment