🌱🏠🧑‍💻 command line greenhouse client application: an interface to the greenhouse daemon https://greenhouse.server.garden/
Go to file
forest 42aceac984 prepping for alpha 2021-10-14 19:38:50 -05:00
readme mascot on readme 2021-10-13 13:02:49 -05:00
.gitignore mascot on readme 2021-10-13 13:02:49 -05:00
README.md prepping for alpha 2021-10-14 19:38:50 -05:00
daemon-entities.go change * to all and add logs command 2021-08-31 09:58:37 -05:00
go.mod started working on CLI, writing help pages. 2021-08-20 12:52:53 -05:00
go.sum started working on CLI, writing help pages. 2021-08-20 12:52:53 -05:00
logs.go change * to all and add logs command 2021-08-31 09:58:37 -05:00
ls.go adding the ls and rm commands, basic functionality is done! 2021-08-23 16:17:09 -05:00
main.go change * to all and add logs command 2021-08-31 09:58:37 -05:00
picopublish.sh prepping for alpha 2021-10-14 19:38:50 -05:00
register.go splitting each command out into its own file 2021-08-23 12:04:01 -05:00
rm.go change * to all and add logs command 2021-08-31 09:58:37 -05:00
status.go health checks not implemented yet 2021-09-24 16:41:12 -05:00
tunnel.go adding the ls and rm commands, basic functionality is done! 2021-08-23 16:17:09 -05:00

README.md

greenhouse-cli

Pitney the Pineapple holding a chemistry flask and test tube

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.

usage example