Search code examples
concourse

How to install fly cli in windows 10


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!


Solution

  • fly is a command line tool.

    Follow these steps to install it in Windows,

    1. Download the zip file for windows from concourse-ci.org

    2. Extract the zip file to a folder (say, C:\concourse\). The executable fly.exe is now available under C:\concourse\fly.exe

    3. Update the PATH environment variable with this new directory C:\concourse\

    4. Open command prompt and run fly.exe.