Skip to content

ForgeRock/forgeops-cli

Repository files navigation

forgeops-cli

A CLI tool for ForgeOps

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/forgeops

Testing

make test