Before you can get started with the cli tools you need to make sure you have the Go programming language installed.
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
go get -u github.com/project-flogo/cli/...
. This will fetch, build and install the Flogo CLI for your machine.