🌱🏠🧑💻 command line greenhouse client application: an interface to the greenhouse daemon
https://greenhouse.server.garden/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forest
42aceac984
|
3 years ago | |
---|---|---|
readme | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
daemon-entities.go | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
logs.go | 3 years ago | |
ls.go | 3 years ago | |
main.go | 3 years ago | |
picopublish.sh | 3 years ago | |
register.go | 3 years ago | |
rm.go | 3 years ago | |
status.go | 3 years ago | |
tunnel.go | 3 years ago |
README.md
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.