cockpit-bridge - Man Page
Cockpit Host Bridge
Examples (TL;DR)
- List all cockpit packages:
cockpit-bridge --packages
- Display help:
cockpit-bridge --help
Synopsis
cockpit-bridge [--help] [--packages]
Description
The cockpit-bridge program is used by Cockpit to relay messages and commands from the Web front end to the server. Among other things it relays DBus, and spawns processes on behalf of the Web user interface.
This program is not routinely run by users or administrators. It is in the $PATH so that Cockpit can find it when connecting between hosts. However there are some diagnostics available when running from the command line.
Options
- --help
Show help options.
- --interact=boundary
Interact with the raw cockpit1 protocol. Useful for debugging and testing. Specify a boundary which should be on an empty line between messages.
- --packages
List all available Cockpit packages and exit. Note this includes packages available to the user running this command.
- --version
Show Cockpit version information.
Bugs
Please send bug reports to either the distribution bug tracker or the upstream bug tracker[1].
Author
Cockpit has been written by many contributors[2].
See Also
Notes
- upstream bug tracker
https://github.com/cockpit-project/cockpit/issues/new - contributors
https://github.com/cockpit-project/cockpit/
Referenced By
cockpit(1), cockpit-desktop(1), cockpit-ws(8).