I'm a newbie to concourse and it needs fly cli. I'm on windows 10 pro 64 bit.
Upon opening the fly.exe I downloaded from https://concourse-ci.org/ nothing happens.
Any idea?
Thank you!
fly
is a command line tool.
Follow these steps to install it in Windows,
Download the zip file for windows from concourse-ci.org
Extract the zip file to a folder (say, C:\concourse\
). The executable fly.exe
is now available under C:\concourse\fly.exe
Update the PATH
environment variable with this new directory C:\concourse\
Open command prompt and run fly.exe
.