That hasn't been implemented yet.
## Check link node to node
tn check -c spec.yaml
tn conf -c spec.yaml
## docker and netns exec config
tn conf -c spec.yaml | sudo sh -x
tn down -c spec.yaml
## Remove docker container and netns
tn conf -c spec.yaml | sudo sh -x
That hasn't been implemented yet.
tn help
tn -h
## Output dot
tn img -c spec.yaml
## Generate img file
tn img -c spec.yaml | dot -Tpng > spec.png
## Output tinet config template
tn init
## Generate Tinet config file
tn init > spec.yaml
tn print -c spec.yaml
## Output docker and netns info cmd
tn ps -c spec.yaml
## Output docker and netns info
tn ps -c spec.yaml | sudo sh -x
tn pull -c spec.yaml
## Execute docker pull
tn pull -c spec.yaml | sudo sh -x
tn reconf -c spec.yaml
## down, up, conf
tn reconf -c spec.yaml | sudo sh -x
tn reup -c spec.yaml
## down, up
tn reup -c spec.yaml | sudo sh -x
tn up -c spec.yaml
## up
tn up -c spec.yaml | sudo sh -x
tn upconf -c spec.yaml
## up, conf
tn upconf -c spec.yaml | sudo sh -x
tn version