🌱🏠🧑‍💻 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 prepping for alpha 3 years ago
readme mascot on readme 3 years ago
.gitignore mascot on readme 3 years ago
README.md prepping for alpha 3 years ago
daemon-entities.go change * to all and add logs command 3 years ago
go.mod started working on CLI, writing help pages. 3 years ago
go.sum started working on CLI, writing help pages. 3 years ago
logs.go change * to all and add logs command 3 years ago
ls.go adding the ls and rm commands, basic functionality is done! 3 years ago
main.go change * to all and add logs command 3 years ago
picopublish.sh prepping for alpha 3 years ago
register.go splitting each command out into its own file 3 years ago
rm.go change * to all and add logs command 3 years ago
status.go health checks not implemented yet 3 years ago
tunnel.go adding the ls and rm commands, basic functionality is done! 3 years ago

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