tpkg / client

tpkg client code
MIT License
5 stars 7 forks source link

CLI options to start/stop/restart/reload a tree of packages #9

Open jheiss opened 12 years ago

jheiss commented 12 years ago

A coworker expressed a desire for an option to start/stop/etc. all packages that a package depends on. So if you have "myapp" which depends on nginx and mysql, this option would start/stop/etc. myapp, nginx and mysql. Perhaps something like --start-depends or --start-recursive. Not a huge fan of either of those, so if you come up with something better that's great.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/10