Skip to content

ArtyMaury/telosys-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages