Skip to content

Commit

Permalink
[#1/doc] Update README
Browse files Browse the repository at this point in the history
> current branch: master, issue link: #1
README.md
  • Loading branch information
wilcorrea committed May 25, 2019
1 parent ddd4d57 commit 4854afb
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# client-go
> #WIP
# Tevun CLI

Tevun CLI is the command line tool to projects management of Tevun Servers

## Development

Before starting development it is necessary to build the images that are used by the environment

### Build the images

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
```

### Running the project

```
make run
```

### Debugging the project

> It is necessary configure a debug listener
```
make debug
```

### Makefile

Check the makefile to see other commands and possibilities

0 comments on commit 4854afb

Please sign in to comment.