Flogo CLI

Before you get started

Before you can get started with the cli tools you need to make sure you have the Go programming language installed.

Installing the cli tools

Now that you’ve installed the Go programming language there are a few commands you can run to install the cli and make developing with the cli tools even easier

  • First you’ll need to go get flogo by running go get -u github.com/project-flogo/cli/.... This will fetch, build and install the Flogo CLI for your machine.