Skip to content

daemon

Manage the Pogo daemon service for automatic operations.

This is currently only implemented for macOS. Windows and Linux will follow soon.

The daemon service can be installed to run automatically and provides background functionality for Pogo operations.

This daemon is not required but it allows for automatic pushing of any changes. You can tweak its behaviour by editing the global configuration file which is located at your system’s default config directory.

Terminal window
pogo daemon
  • service

Install the Pogo daemon service to run automatically.

This will create the necessary service configuration files and register the daemon with the system service manager.

Terminal window
pogo daemon install

Start the Pogo daemon service process.

This command starts the daemon and waits for it to gracefully shutdown.

Terminal window
pogo daemon start

Stop the Pogo daemon service process.

This command stops the daemon and waits for it to gracefully shutdown.

Terminal window
pogo daemon stop

Uninstall the Pogo daemon service from the system.

This will remove the service configuration files and unregister the daemon with the system service manager.

Terminal window
pogo daemon uninstall