#WIP
Tevun CLI is the command line tool to projects management of Tevun servers
Before starting development it is necessary to build the images that are used by the environment
It will build two images: tevun/go
and tevun/go-cli
This is temporary, we will create the org tevun in Docker registry and keep this images there.
make build
make run
It is necessary configure a debug listener
make debug
Check the makefile to see other commands and possibilities