This CLI is a simple implementation of the Telosys CLI in Go. Only the basic functionalities are implemented.
To work on this project you need to install Cobra and Viper
go get github.com/spf13/cobra
go get github.com/spf13/viper
First build the project. To simplify we'll call the file tcmd.exe .
go build -o tcmd.exe
Then in your telosys project folder you can use the basic functions
tcmd init
tcmd nm model1
tcmd ne ent1
tcmd b install