- Starting and stopping processes
- Controlling the Daemon
- Managing clusters
- Installing and running apps
- Remote access and monitoring (e.g. guv-web)
- Web interface
- Web interface - configuration
- Web interface - user management
- Programmatic access
- Programmatic access - local
- Programmatic access - remote
- Programmatic access - events
Prints out a configuration option
guv config <path>$ guv config remote.inspector.enabled
// prints 'true'Stop all processes and kill the daemon. By default all currently running processes will be saved and restarted when guvnor restarts.
guv killShow live logs for a process (or all processes if <pid> is omitted) in the console
guv logs [pid]Create /etc/guvnor/processes.json with a list of running processes to for use with guv restore
guv dumpRestore running processes from /etc/guvnor/processes.json
guv restore