🌱🏠🧑💻 command line greenhouse client application: an interface to the greenhouse daemon https://greenhouse.server.garden/
readme | ||
.gitignore | ||
daemon-entities.go | ||
go.mod | ||
go.sum | ||
logs.go | ||
ls.go | ||
main.go | ||
picopublish.sh | ||
README.md | ||
register.go | ||
rm.go | ||
status.go | ||
tunnel.go |
greenhouse-cli
CLI stands for Command Line Interface.
This is a simple Greenhouse client application designed for technical users.
Technically the CLI only interacts with the greenhouse-daemon, the daemon is the one who does all of the heavy lifting. This is similar to the separation between the docker CLI and the docker daemon, it is built this way for similar reasons.