Skip to content

A simple CLI to manage your Foundries Factory

License

Notifications You must be signed in to change notification settings

tailosinc/fioctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tool to interact with the Foundries.io REST API for managing a Factory. Its based on the Foundries.io "ota-lite" API defined here:

https://app.swaggerhub.com/apis/foundriesio/ota-lite/

Building

 make build  # builds all targets

 # or build for your specific target
 make fioctl-linux-amd64
 make fioctl-darwin-amd64
 make fioctl-windows-amd64

Making Changes

After making changes be sure to run make format which will run the go-fmt tool against the source code.

About

A simple CLI to manage your Foundries Factory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Makefile 2.3%