🌱🏠🧑💻 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.
|
10 months ago | |
---|---|---|
readme | 10 months ago | |
.gitignore | 10 months ago | |
README.md | 10 months ago | |
daemon-entities.go | 12 months ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
logs.go | 12 months ago | |
ls.go | 12 months ago | |
main.go | 12 months ago | |
picopublish.sh | 10 months ago | |
register.go | 12 months ago | |
rm.go | 12 months ago | |
status.go | 11 months ago | |
tunnel.go | 12 months 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.