Skip to content

Commit

Permalink
add: readme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Dec 14, 2019
1 parent d860fb6 commit 99fa3de
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,37 @@
Go implement of [slankdev/tinet](https://github.com/slankdev/tinet).

:warning: Operation check is still

## Setup
ToDo

## Usage

```
Usage:
tn [command]
Available Commands:
build Generate a Docker bundle from the spec file
completion Generates shell completion scripts
conf Execute config-cmd in a running container
down Stop and remove containers
exec Execute a command in a running container
help Help about any command
init Generate template spec file
print print tinet config file
ps List services
pull Pull Service images
reconf Stop, remove, create, start and config
reup Stop, remove, create and start
test Execute tests
up Create and start containers
upconf Create, start and config
version show the tinet version
Flags:
-h, --help help for tn
Use "tn [command] --help" for more information about a command.
```

0 comments on commit 99fa3de

Please sign in to comment.