Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 648 Bytes

Telosys-cmd

Introduction

This CLI is a simple implementation of the Telosys CLI in Go. Only the basic functionalities are implemented.

Requirements

To work on this project you need to install Cobra and Viper

go get github.com/spf13/cobra
go get github.com/spf13/viper

Usage

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